body {
  font-family: Inter;
}
.landing-page {
  background: #fff;
}
.landing-page .container {
  margin: auto;
  max-width: 1300px;
  padding: 0 1.875rem;
  width: 100%;
}
.landing-page .title {
  color: #fff;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 3rem;
  margin: 1.5rem 0;
  text-align: center;
}
.landing-page .txt-subject {
  color: #4d77fa;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.625rem;
  text-align: center;
}
.landing-page .txt-intro {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-align: center;
}
.landing-page .link {
  transition: opacity 0.25s ease;
}
.landing-page .link:hover {
  opacity: 0.8;
  text-decoration: none;
}
.landing-page figure,
.landing-page p {
  margin-bottom: 0;
}
.landing-page .section-top {
  background: url('https://www.techazux.com/image_upload/img/viewthebrand-banner') no-repeat;
  background-size: 100% 100%;
  height: 60.25rem;
  margin-bottom: 21.5rem;
}
.landing-page .section-top .navbar .navbar-nav {
  padding-left: 0.25rem;
}
.landing-page .section-top .navbar .navbar-nav .nav-item {
  margin: 0 0.75rem;
}
.landing-page .section-top .navbar .navbar-nav .nav-link {
  color: #fff;
  font-size: 0.9375rem;
  padding: 0;
  position: relative;
}
.landing-page .section-top .navbar .navbar-nav .nav-link:after {
  background: #4d77fa;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transition: width 0.25s ease;
  width: 0;
}
.landing-page .section-top .navbar .navbar-nav .nav-link.active:after,
.landing-page .section-top .navbar .navbar-nav .nav-link:hover:after {
  width: 100%;
}
.landing-page .section-top .btn-try-it {
  align-items: center;
  background: #fff;
  border-radius: 0.625rem;
  color: #1e293b;
  display: flex;
  font-size: 0.875rem;
  font-weight: 700;
  height: 2.75rem;
  justify-content: center;
  padding: 0 1.875rem;
}
.landing-page .section-top .btn-try-it:hover {
  text-decoration: none;
}
.landing-page .header {
  border-bottom: 1px solid hsla(0, 0%, 85%, 0.1);
  padding: 1rem;
}
.landing-page .logo {
  height: 2.5rem;
}
.landing-page .section-intro {
  padding: 4.5rem 0 0;
  text-align: center;
}
.landing-page .section-intro .title {
  font-size: 2.5rem;
  margin: 1.375rem 0;
}
.landing-page .section-intro .box-btn {
  margin: 3rem 0;
}
.landing-page .intro-txt {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.landing-page .intro-btn {
  align-items: center;
  background: #4d77fa;
  border-radius: 0.625rem;
  color: #fff;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  height: 2.75rem;
  justify-content: center;
  margin: auto;
  width: 11.5625rem;
}
.landing-page .intro-btn:hover {
  color: #fff;
}
.landing-page .intro-media {
  display: flex;
}
.landing-page .intro-media-txt {
  align-items: center;
  background: #f40b43;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
  font-weight: 700;
  height: 7.625rem;
  justify-content: center;
  line-height: 1.0625rem;
  padding: 2rem 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(44%, -82%);
  width: 7.625rem;
}
.landing-page .intro-media-txt-small {
  font-size: 0.75rem;
  line-height: 0.90625rem;
  width: 100%;
}
.landing-page .intro-figure {
  position: relative;
}
.landing-page .intro-figure-01 {
  left: 14rem;
  top: 6.75rem;
}
.landing-page .intro-figure-02 {
  left: 7.25rem;
  top: 17.5rem;
}
.landing-page .intro-figure-03 {
  right: 5rem;
  z-index: 1;
}
.landing-page .intro-figure-04 {
  right: 7.85rem;
  top: 13.25rem;
}
.landing-page .intro-img-01 {
  width: 18.75rem;
}
.landing-page .intro-img-02 {
  width: 23.1875rem;
}
.landing-page .intro-img-03 {
  width: 16.25rem;
}
.landing-page .intro-img-04 {
  width: 18.6875rem;
}
.landing-page .section-templates .title {
  color: #1e293b;
}
.landing-page .section-templates .txt-intro {
  color: rgba(30, 41, 59, 0.7);
}
.landing-page .templates-list {
  -moz-column-gap: 1.875rem;
  column-gap: 1.875rem;
  display: grid;
  grid-template-columns: calc(33.33333% - 1.25rem) calc(33.33333% - 1.25rem) calc(
      33.33333% - 1.25rem
    );
  margin-top: 1.875rem;
  row-gap: 2.5rem;
}
.landing-page .templates-img {
  width: 100%;
}
.landing-page .templates-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.21rem;
  margin: 1.875rem 0 0;
}
.landing-page .templates-link {
  color: #1e293b;
  transition: opacity 0.25s ease;
}
.landing-page .templates-link:hover {
  opacity: 0.7;
  text-decoration: none;
}
.landing-page .section-advantages {
  background: #1e293b;
  margin-top: 6.25rem;
  padding: 6rem 0;
}
.landing-page .advantages-list {
  display: grid;
  grid-template-columns: 33.3333% 33.3333% 33.3333%;
  margin-top: 3.5rem;
  row-gap: 3.625rem;
}
.landing-page .advantages-item {
  text-align: center;
}
.landing-page .advantages-figure {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 11.25rem;
}
.landing-page .advantages-img {
  margin: auto;
}
.landing-page .advantages-img-01 {
  height: 11.25rem;
  width: 11.6875rem;
}
.landing-page .advantages-img-02 {
  height: 9.3125rem;
  width: 11.4375rem;
}
.landing-page .advantages-img-03 {
  height: 9.375rem;
  width: 12.25rem;
}
.landing-page .advantages-img-04 {
  height: 9.6875rem;
  width: 11.75rem;
}
.landing-page .advantages-img-05 {
  height: 9.5625rem;
  width: 12.625rem;
}
.landing-page .advantages-img-06 {
  height: 10.625rem;
  width: 11.125rem;
}
.landing-page .advantages-title {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.5rem;
  margin-top: 0.875rem;
}
.landing-page .advantages-txt {
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.landing-page .section-features {
  margin-top: 6.25rem;
}
.landing-page .section-features .title {
  color: #1e293b;
  margin: 0.75rem 0 1.5rem;
  text-align: left;
  width: 100%;
}
.landing-page .section-features .txt-subject {
  margin-bottom: 0;
  text-align: left;
}
.landing-page .section-features .txt-intro {
  color: rgba(30, 41, 59, 0.7);
  text-align: left;
}
.landing-page .features-top {
  display: flex;
  margin-bottom: 2.5rem;
}
.landing-page .features-top .features-list {
  grid-template-columns: calc(50% - 0.875rem) calc(50% - 0.875rem);
  row-gap: 2.5rem;
  width: calc(66.66667% - 0.58333rem);
}
.landing-page .features-bottom .features-list {
  grid-template-columns: calc(33.33333% - 1.16667rem) calc(33.33333% - 1.25rem) calc(
      33.33333% - 1.25rem
    );
}
.landing-page .features-heading {
  width: calc(33.33333% + 0.58333rem);
}
.landing-page .features-list {
  -moz-column-gap: 1.75rem;
  column-gap: 1.75rem;
  display: grid;
}
.landing-page .features-item {
  align-items: center;
  display: flex;
}
.landing-page .features-figure {
  width: 110px;
}
.landing-page .features-img {
  height: 6.875rem;
  width: 6.875rem;
}
.landing-page .features-content {
  padding-left: 1.5rem;
  width: calc(100% - 6.875rem);
}
.landing-page .features-title {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25rem;
  margin-bottom: 0.65rem;
}
.landing-page .features-txt {
  color: rgba(30, 41, 59, 0.7);
  font-size: 0.8125rem;
  line-height: 1.25rem;
}
.landing-page .section-get-started {
  margin: 5.625rem auto;
}
.landing-page .section-get-started .container {
  align-items: center;
  display: flex;
  justify-content: center;
}
.landing-page .section-get-started .title {
  color: #1e293b;
  margin: 0.75rem 0 1.5rem;
  text-align: center;
}
.landing-page .section-get-started .txt-subject {
  text-align: center;
}
.landing-page .get-started-img {
  width: 21.25rem;
}
.landing-page .get-started-btn {
  align-items: center;
  background: #4d77fa;
  border-radius: 0.625rem;
  color: #fff;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  height: 2.75rem;
  justify-content: center;
  width: 11.5625rem;
}
.landing-page .footer {
  background: #1e293b;
  border-top: none;
  padding: 0 !important;
}
.landing-page .footer-top {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  padding: 3.5rem 0;
}
.landing-page .footer-top .container {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.landing-page .footer-title {
  color: #fff;
  font-size: 2.25rem;
  line-height: 3rem;
}
.landing-page .footer-txt {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.landing-page .footer-contact {
  margin-bottom: 0;
  margin-right: 12.5rem;
  padding-left: 0;
}
.landing-page .footer-contact-item {
  list-style: none;
}
.landing-page .footer-contact-item:last-child {
  margin-top: 1rem;
}
.landing-page .footer-contact-item:last-child span {
  text-decoration: underline;
}
.landing-page .footer-contact-link {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 1rem;
  line-height: 1.1875rem;
}
.landing-page .footer-contact-link:hover {
  color: #fff;
}
.landing-page .footer-contact-link i {
  font-size: 1.375rem;
  margin-right: 1.75rem;
}
.landing-page .footer-bottom {
  padding: 3.75rem 0 4.5rem;
}
.landing-page .footer .copy-right {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 1rem;
  line-height: 1.21rem;
  margin-top: 2.125rem;
}
.landing-page .footer-bottom .container {
  display: flex;
  justify-content: space-between;
}
.landing-page .footer-bottom ul {
  display: flex;
  list-style: none;
  padding-left: 0;
}
.landing-page .footer-menu {
  margin-bottom: 2rem;
}
.landing-page .footer-menu-item {
  margin-right: 1.25rem;
}
.landing-page .footer-menu-item:last-child {
  margin-right: 0;
}
.landing-page .footer-menu-link {
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.125rem;
}
.landing-page .footer-menu-link:hover {
  text-decoration: none;
}
.landing-page .footer-socials {
  justify-content: flex-end;
  margin-bottom: 0;
}
.landing-page .footer-socials-item {
  margin-right: 0.75rem;
}
.landing-page .footer-socials-item:last-child {
  margin-right: 0;
}
.landing-page .footer-socials-link {
  color: #fff;
  transition: all 0.25s ease;
}
.landing-page .footer-socials-link i {
  align-items: center;
  background: hsla(0, 0%, 100%, 0.1);
  border-radius: 50%;
  display: flex;
  font-size: 1.5rem;
  height: 3rem;
  justify-content: center;
  transition: all 0.25s ease;
  width: 3rem;
}
.landing-page .footer-socials-link:hover {
  color: #4d77fa;
  text-decoration: none;
}
.landing-page .footer-socials-link:hover i {
  background: #fff;
}
.landing-page .modal-body {
  background: #fff;
  overflow: auto;
}
.landing-page .modal-header {
  border: 1px solid rgba(30, 41, 59, 0.2);
  padding: 0.75rem 2rem 1.5rem;
}
.landing-page .modal-title {
  color: #1e293b;
  font-size: 1.5rem;
  line-height: 3rem;
}
.landing-page .modal-txt {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 0.75;
}
.landing-page .modal-body {
  padding: 1.25rem 2rem 2rem;
}
.landing-page .modal .form-control {
  border: 1px solid rgba(30, 41, 59, 0.2);
  border-radius: 10px;
  font-size: 1rem;
}
.landing-page .modal .form-control::-moz-placeholder {
  color: rgba(30, 41, 59, 0.5);
}
.landing-page .modal .form-control::placeholder {
  color: rgba(30, 41, 59, 0.5);
}
.landing-page .modal .form-control:-ms-input-placeholder {
  color: rgba(30, 41, 59, 0.5);
}
.landing-page .modal .form-control::-ms-input-placeholder {
  color: rgba(30, 41, 59, 0.5);
}
.landing-page .modal .form-control:not(textarea) {
  height: 3.5rem;
  padding: 0 1.25rem;
}
.landing-page .modal .form-label {
  color: #000;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0.875rem;
}
.landing-page .modal .form-group {
  margin-bottom: 1.875rem;
}
.landing-page .modal .form-check {
  align-items: center;
  display: flex;
}
.landing-page .modal .form-check-input {
  height: 1.5rem;
  width: 1.5rem;
}
.landing-page .modal .form-check-label {
  color: #000;
  font-size: 1rem;
  margin-left: 0.75rem;
  width: 100%;
}
.landing-page .modal .form-txt {
  color: #425466;
  font-size: 0.875rem;
  margin-bottom: 1.375rem;
}
.landing-page .modal .form-link {
  color: #4557f6;
}
.landing-page .modal .form-btn {
  align-items: center;
  background: #4d77fa;
  border: 0;
  border-radius: 0.625rem;
  box-shadow: none;
  color: #fff;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  height: 2.75rem;
  justify-content: center;
  margin: 0.25rem 0 0;
  width: 100%;
}
.landing-page .modal textarea {
  height: 9rem;
  padding: 1rem 1.25rem;
}
@media (max-width: 1366px) {
  html {
    font-size: 1.1713vw !important;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 4.2667vw !important;
  }
  .landing-page .container {
    padding: 0 1rem;
  }
  .landing-page .logo {
    height: 2.25rem;
  }
  .landing-page .title {
    font-size: 1.75rem;
    line-height: 2.25rem;
    margin: 1.375rem 0;
  }
  .landing-page .section-top {
    background-position: top;
    background-size: cover;
    height: 49rem;
    margin-bottom: 10.5rem;
  }
  .landing-page .section-top.show-menu {
    height: 57.5rem;
  }
  .landing-page .section-top .btn-try-it {
    border-radius: 0.4rem;
    font-size: 0.8rem;
    height: 2rem;
    padding: 0 0.75rem;
  }
  .landing-page .section-top .navbar .navbar-nav .nav-item {
    margin-left: 0;
    margin-right: 0.4rem;
  }
  .landing-page .header {
    padding: 0.4rem 0.5rem;
  }
  .landing-page .header .container-xl {
    padding: 0;
  }
  .landing-page .navbar-expand-md .navbar-collapse {
    display: none;
  }
  .landing-page .navbar-expand-md .navbar-collapse .navbar-nav {
    margin: 0;
  }
  .landing-page .navbar-toggler-icon {
    color: #fff;
  }
  .landing-page .section-intro {
    padding: 3rem 0;
  }
  .landing-page .section-intro .title {
    font-size: 2rem;
  }
  .landing-page .section-intro .box-btn {
    margin: 2rem 0;
  }
  .landing-page .intro-media {
    display: block;
    position: relative;
  }
  .landing-page .intro-figure {
    position: absolute;
  }
  .landing-page .intro-figure-01 {
    left: -1rem;
    top: 3rem;
  }
  .landing-page .intro-figure-02 {
    left: 4rem;
    top: 8rem;
  }
  .landing-page .intro-figure-03 {
    right: 4rem;
    top: 0;
  }
  .landing-page .intro-figure-04 {
    right: -1rem;
    top: 6rem;
  }
  .landing-page .intro-img-01 {
    width: 9.375rem;
  }
  .landing-page .intro-img-02 {
    width: 11.59375rem;
  }
  .landing-page .intro-img-03 {
    width: 8.125rem;
  }
  .landing-page .intro-img-04 {
    width: 9.34375em;
  }
  .landing-page .intro-media-txt {
    font-size: 0.75rem;
    height: 3.75rem;
    line-height: 1.25;
    padding: 0.25rem 0;
    width: 3.75rem;
  }
  .landing-page .intro-media-txt-small {
    font-size: 0.65rem;
  }
  .landing-page .templates-title {
    margin-top: 0.5rem;
  }
  .landing-page .templates-list {
    -moz-column-gap: 0;
    column-gap: 0;
    grid-template-columns: 100%;
    row-gap: 1.5rem;
  }
  .landing-page .section-advantages {
    margin-top: 3rem;
    padding: 3rem 0;
  }
  .landing-page .advantages-title {
    margin: 0.5rem 0 0;
  }
  .landing-page .advantages-list {
    -moz-column-gap: 0;
    column-gap: 0;
    grid-template-columns: 100%;
    margin-top: 2.25rem;
    row-gap: 2rem;
  }
  .landing-page .advantages-figure {
    min-height: auto;
  }
  .landing-page .section-features {
    margin-top: 3rem;
  }
  .landing-page .section-features .title {
    margin: 1.25rem 0 1.375rem;
    text-align: center;
  }
  .landing-page .section-features .txt-intro,
  .landing-page .section-features .txt-subject {
    text-align: center;
  }
  .landing-page .features-top {
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
  }
  .landing-page .features-top .features-list {
    margin-top: 2rem;
  }
  .landing-page .features-bottom .features-list,
  .landing-page .features-top .features-list {
    grid-template-columns: 100%;
    row-gap: 1.5rem;
    width: 100%;
  }
  .landing-page .features-heading {
    width: 100%;
  }
  .landing-page .features-content {
    padding-left: 1rem;
  }
  .landing-page .features-title {
    margin-bottom: 0.5rem;
  }
  .landing-page .features-txt {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }
  .landing-page .section-get-started {
    margin-top: 3rem;
  }
  .landing-page .section-get-started .container {
    flex-wrap: wrap;
  }
  .landing-page .section-get-started .title {
    margin: 1.25rem 0 2rem;
    text-align: center;
  }
  .landing-page .section-get-started .txt-intro,
  .landing-page .section-get-started .txt-subject {
    text-align: center;
  }
  .landing-page .get-started-figure {
    margin-top: 2rem;
    order: 2;
  }
  .landing-page .get-started-img {
    width: 100%;
  }
  .landing-page .get-started-content {
    margin-left: 0;
  }
  .landing-page .get-started-btn {
    margin: auto;
  }
  .landing-page .footer .container {
    flex-wrap: wrap;
  }
  .landing-page .footer-top {
    padding: 1.5rem 0 2.5rem;
  }
  .landing-page .footer-title {
    font-size: 1.75rem;
  }
  .landing-page .footer-contact {
    margin-right: 0;
    margin-top: 1.25rem;
  }
  .landing-page .footer-contact-item:last-child {
    margin-top: 0.5rem;
  }
  .landing-page .footer .copy-right {
    margin-top: 1rem;
  }
  .landing-page .footer-menu {
    flex-wrap: wrap;
    margin: 1.25rem 0 1rem;
  }
  .landing-page .footer-menu-item {
    margin-top: 0.25rem;
  }
  .landing-page .footer-socials {
    justify-content: flex-start;
  }
  .landing-page .footer-bottom {
    padding: 2.5rem 0;
  }
  .landing-page .modal-body,
  .landing-page .modal-header {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .landing-page .modal-body {
    height: 500px;
  }
  .landing-page .modal-txt {
    line-height: 1.25;
  }
  .landing-page .modal .card-heading,
  .landing-page .modal .short-note {
    margin-bottom: 1rem;
  }
  .only-pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .landing-page .modal-body {
    height: 600px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 695px;
  }
}

/*# sourceMappingURL=landing_page.min.css.map*/
