:root {
  --color-black: #1f1f1f;
  --color-bg-light-blue: #DBEAED;
  --color-muted-black: #5B5B5F;
  --color-blue-link:#4268DD;
  --color-dark-blue:#001781;
  --color-green-btn:#51BF59;
  --color-red-btn:#ED1C24;
}

*, body, h1, h2, h3, h4, h5, h6 {
  font-family: "Hellix" !important;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  margin-top: 0;
}

h1 {
  font-size: 54px;
  line-height: 1.2;
}

h2 {
  font-size: 42px;
  line-height: 1.2;
}

h5 {
  font-size: 24px;
  line-height: 1.1;
}

.fa, .far, .fas {
  font-family: "Font Awesome 5 Free" !important;
}

h3 {
  font-size: 42px;
}

h4 {
  font-size: 32px;
}

b {
  font-weight: 600;
}

.f16 {
  font-size: 16px;
}

.med {
  font-weight: 500;
}

.w-100 {
  width: 100%;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 4px;
}

.mb-2 {
  margin-bottom: 8px;
}

.mb-3 {
  margin-bottom: 12px;
}

.mb-4 {
  margin-bottom: 16px;
}

.mb-5 {
  margin-bottom: 20px;
}

.mb-6 {
  margin-bottom: 24px;
}

.mb-8 {
  margin-bottom: 32px;
}

.ml-2 {
  margin-left: 8px;
}

.ml-3 {
  margin-left: 12px;
}

.ml-4 {
  margin-bottom: 16px;
}

.ml-5 {
  margin-left: 20px;
}

.mt-0 {
  margin-top: 0;
}

.mt-5 {
  margin-top: 20px;
}

.p-0 {
  padding: 0px;
}

.am-btn {
  padding: 17px 15px !important;
  font-weight: normal !important;
  font-size: 16px !important;
}

.btn-46 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: 46px;
  line-height: 46px;
}

.btn {
  border-radius: 6px;
  text-align: center;
  border: none;
  font-weight: 600 !important;
  font-size: 16px;
  text-align: center;
  color: #FFFFFF;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn img, .btn svg {
  margin-right: 4px;
}
.btn:hover, .btn:focus, .btn:active, .btn :focus-visible {
  outline: none;
  color: #fff;
}

.btn-blue {
  background: var(--color-dark-blue);
}
.btn-blue:hover {
  color: #fff;
}

.btn-green {
  background: var(--color-green-btn);
}
.btn-green:hover {
  color: #fff;
}

.btn-red {
  background: var(--color-red-btn);
}
.btn-red:hover {
  color: #fff;
}

.btn-outline-blue {
  background: #fff;
  border-radius: 6px;
  display: block;
  text-align: center;
  border: none;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: var(--color-dark-blue) !important;
  border: 1px solid var(--color-dark-blue) !important;
  padding: 12px 24px;
}

.btn-outline-green {
  color: var(--color-green-btn) !important;
  border: 1px solid var(--color-green-btn) !important;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  top: 3px;
}

input[type=textbox]:focus, textarea:focus {
  outline: 1px solid var(--color-blue-link) !important;
  box-shadow: 0px 0px 5px var(--color-blue-link);
}

.input-group {
  width: 100%;
}
.input-group .input-group-addon {
  background: transparent;
  border: none;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.textarea-container .input-group-addon {
  top: 14px;
  transform: none;
}

.required {
  color: red;
}

.my-card {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 24px;
  border-radius: 16px;
}

.my-flex {
  display: flex;
}

.justify-content-between {
  justify-content: space-between;
}

.no-wrap {
  flex-wrap: nowrap;
}

.align-items-center {
  align-items: center;
}

.text-blue {
  color: var(--color-blue-link);
}

.text-black {
  color: var(--color-black);
}

label {
  font-size: 16px;
}

.custom-checkbox input[type=checkbox], .custom-checkbox input[type=radio], .custom-radio input[type=checkbox], .custom-radio input[type=radio] {
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px;
  margin-right: 4px;
}
.custom-checkbox label, .custom-radio label {
  color: var(--color-muted-black);
}
.custom-checkbox input[type=radio]:checked + label, .custom-radio input[type=radio]:checked + label {
  color: var(--color-blue-link);
}

@font-face {
  font-family: "Hellix";
  src: url("../fonts/Hellix-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hellix";
  src: url("../fonts/Hellix-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hellix";
  src: url("../fonts/Hellix-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hellix";
  src: url("../fonts/Hellix-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.am-navbar {
  background-color: rgba(255, 255, 255, 0.25);
  margin-top: 32px;
  margin-bottom: 0px;
  border-radius: 12px;
  height: 90px;
  backdrop-filter: blur(6px);
  position: relative;
  z-index: 2;
}
.am-navbar .navbar-header .navbar-brand {
  height: auto;
}
.am-navbar .navbar-header.outside {
  display: none;
}
.am-navbar .main-logo {
  height: 60px;
}
.am-navbar .navbar-nav li a {
  color: #fff;
  border-radius: 8px;
  font-size: 16px;
}
.am-navbar .navbar-nav li a:hover, .am-navbar .navbar-nav li a:active, .am-navbar .navbar-nav li a:focus {
  background: var(--color-blue-link);
}
.am-navbar .navbar-collapse:before, .am-navbar .navbar-collapse:after {
  display: none;
}
.am-navbar .navbar-collapse .navbar-right {
  margin-right: 0;
}
.am-navbar .navbar-collapse .navbar-right .btn {
  height: 50px;
  line-height: 50px;
  padding: 0 28px;
}

.hero {
  width: 100%;
  height: 100vh;
  position: relative;
  border-radius: 0 0 20px 20px;
  margin-top: -122px;
  overflow: hidden;
}
.hero:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 80%);
}
.hero .container {
  display: flex;
  height: 100vh;
  align-items: center;
}
.hero .video-container {
  background: no-repeat center center;
  background-image: url(../images/two-hands.png);
  background-size: contain;
  width: 1000px;
  height: 1000px;
  position: absolute;
  right: 0%;
  bottom: -15%;
  z-index: 0;
}
.hero .video-container .video {
  position: absolute;
  right: 265px;
  top: 270px;
  width: 230px;
}
.hero .text-container {
  max-width: 635px;
  color: var(--am-color-white);
  position: relative;
  z-index: 1;
  margin-left: 80px;
}
.hero .text-container .hero-logo {
  margin-bottom: 40px;
}
.hero .text-container h1 {
  font-size: 64px;
  color: #fff;
  line-height: 1.2;
}
.hero .text-container h2 {
  font-size: 42px;
  color: #fff;
  margin: 40px 0;
}
.hero .text-container h3 {
  font-size: 32px;
  color: #fff;
  margin-bottom: 40px;
}
.hero .text-container .btn-brand {
  display: inline-flex;
  background-color: #fff;
  color: var(--color-blue-link);
}
.hero .text-container .btn-brand:hover {
  background-color: var(--color-blue-link);
  color: #fff;
}

.sevices-section {
  padding: 100px 0;
}
.sevices-section h2 {
  text-align: center;
  margin-bottom: 40px;
}
.sevices-section .services {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sevices-section .services-box {
  width: calc(33.33% - 15px);
  border: 1px solid transparent;
  text-align: center;
  border-radius: 16px;
  padding: 32px 24px;
  margin-bottom: 25px;
  transition: all ease-in-out 0.3s;
}
.sevices-section .services-box:nth-child(odd) {
  border-color: var(--color-dark-blue);
  border-bottom: 5px solid var(--color-dark-blue);
}
.sevices-section .services-box:nth-child(even) {
  border-color: var(--color-green-btn);
  border-bottom: 5px solid var(--color-green-btn);
}
.sevices-section .services-box:hover {
  transform: scale(1.1);
}
.sevices-section .services-box .img-container {
  margin-bottom: 35px;
}
.sevices-section .services-box h5 {
  margin-bottom: 12px;
  color: var(--color-black);
}
.sevices-section .services-box p {
  color: var(--color-muted-black);
  font-size: 16px;
}
.zig .block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}
.zig .block:last-child {
  margin-bottom: 0;
}
.zig .block .img-container img {
  max-width: 540px;
  border-radius: 16px;
}
.zig .block .text-container {
  max-width: 540px;
}
.zig .block .text-container h2 {
  margin-bottom: 16px;
}
.zig .block .text-container p {
  margin-bottom: 0;
}
.zig .block .text-container hr {
  margin: 32px 0;
}
.zig .block .text-container ul {
  padding: 0px;
}
.zig .block .text-container ul li {
  list-style: none;
  margin-bottom: 8px;
  font-size: 16px;
}
.zig .block .text-container ul li img {
  margin-right: 12px;
}
.zig .asterik-text {
  margin-top: 30px;
}
.zig .img-right .text-container {
  order: 1;
}
.zig .img-right .img-container {
  order: 2;
}
.zig.zig-bottom {
  margin-top: 250px;
}
.zig.works {
  margin-top: 250px;
}
.zig.works .block .text-container h2 {
  margin-bottom: 48px;
}
.zig.works .block .img-container {
  position: relative;
}
.zig.works .block .img-container .icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.zig.works .block ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px !important;
}
.zig.works .block ul li img {
  margin-right: 0 !important;
}
.zig.works .block ul li .text-container2 {
  margin-left: 40px;
}
.zig.works .block ul li .text-container2 h4 {
  margin-bottom: 12px;
}
.zig.works .block ul li:last-child {
  margin-bottom: 0 !important;
}

.glance {
  background-color: #DBE7ED;
  border-radius: 40px;
  margin-top: 100px;
}
.glance h2 {
  padding: 80px 0 40px 0;
  text-align: center;
  margin-bottom: 0;
}
.glance img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  position: relative;
  top: 140px;
  margin-top: -140px;
}

footer {
  background-color: #DBE7ED;
  border-radius: 20px 20px 0 0;
  margin-top: 100px;
}
footer .footer-top {
  padding: 60px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #D0D0D1;
}
footer .footer-top .footer-logo {
  height: 90px;
}
footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px 0;
}

.contact-page-outside {
  max-width: 850px;
  margin: 0 auto;
}

.contact-header {
  float: left;
  width: 100%;
  height: 340px;
  margin-top: -122px;
  margin-bottom: 100px;
  border-radius: 0 0 16px 16px;
}
.contact-header .container {
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 70px;
  color: #fff;
}

.subscription-header {
  float: left;
  width: 100%;
  height: 340px;
  margin-top: -122px;
  margin-bottom: 100px;
  border-radius: 0 0 16px 16px;
}
.subscription-header .container {
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 70px;
  color: #fff;
}

.subscription {
  margin-top: 0px !important;
}

.subscription {
  margin-top: 0px;
}
.subscription .member-plan {
  height: 100%;
}
.subscription .member-plan .plan-column {
  height: 100%;
}
.subscription .member-plan .plan-column.blue .plan-inner-colum {
  border: 1px solid var(--color-blue-link);
}
.subscription .member-plan .plan-column.blue .plan-head {
  border-top: 5px solid var(--color-blue-link);
}
.subscription .member-plan .plan-column.green .plan-inner-colum {
  border: 1px solid var(--color-green-btn);
}
.subscription .member-plan .plan-column.green .plan-head {
  border-top: 5px solid var(--color-green-btn);
}
.subscription .member-plan .plan-column .plan-inner-colum {
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.subscription .member-plan .plan-column .plan-head {
  padding: 24px 16px;
  border-radius: 16px 16px 0 0;
}
.subscription .member-plan .plan-column .plan-head .text-container {
  text-align: left;
}
.subscription .member-plan .plan-column .plan-head h4, .subscription .member-plan .plan-column .plan-head p {
  margin: 0px;
}
.subscription .member-plan .plan-column .plan-body {
  border-radius: 16px 16px 0 0;
  border-top: 3px solid #D0D0D1;
  padding: 16px;
  position: relative;
  top: -3px;
}
.subscription .member-plan .plan-column .plan-body .content {
  font-size: 16px;
}
.subscription .member-plan .plan-column .plan-body p.med {
  font-weight: 500;
  font-style: italic;
  color: #5B5B5F;
  font-size: 16px;
}
.subscription .member-plan .plan-column .plan-body b {
  display: block;
  font-size: 20px;
  font-weight: 500;
}
.subscription .member-plan .plan-column .plan-body .list li {
  font-size: 16px;
  margin-bottom: 8px;
}
.subscription .member-plan .plan-column .plan-body .list li:last-child {
  margin-bottom: 0;
}
.subscription .member-plan .plan-column .plan-body .list li.true:before {
  content: "";
  background: no-repeat center center;
  background-image: url(../images/list-true.svg);
  width: 23px;
  height: 14px;
  background-size: contain;
  display: inline-block;
  margin-right: 10px;
}
.subscription .member-plan .plan-column .plan-body .list li.false:before {
  content: "";
  background: no-repeat center center;
  background-image: url(../images/list-false.svg);
  width: 17px;
  height: 17px;
  background-size: contain;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.subscription .member-plan .plan-column .planfooter {
  padding: 0 16px 16px 16px;
  margin-top: auto;
}
.subscription .member-plan .plan-column .planfooter .btn {
  width: 100%;
}

@media (max-width: 1700px) {
  .hero .video-container {
    width: 700px;
    height: 700px;
    bottom: -11%;
  }
  .hero .video-container .video {
    right: 185px;
    top: 150px;
    width: 160px;
  }
}
@media (min-width: 1400px) {
  .hero .text-container {
    top: 50px;
  }
}
@media (max-width: 1400px) {
  .hero .video-container {
    bottom: -15%;
  }
  .hero .text-container {
    padding-top: 100px;
  }
  .hero .text-container .hero-logo {
    width: 160px;
    margin-bottom: 20px;
  }
  .hero .text-container h2 {
    margin: 20px 0px;
  }
}
@media (max-width: 1199px) {
  .hero .text-container {
    margin-left: 0;
  }
  .zig .block .img-container {
    max-width: 45%;
  }
  .zig .block .img-container img:not(.icon-play) {
    max-width: initial;
    width: 100%;
  }
  .zig .block .text-container {
    max-width: 45%;
  }
}
@media (min-width: 992px) {
  .am-navbar .navbar-collapse {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 991px) {
  header .container {
    width: 100%;
  }
  .container {
    width: 90%;
  }
  header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
  }
  .navbar-header {
    float: none;
  }
  .navbar-header.inside {
    display: none !important;
  }
  .navbar-header.outside {
    display: block !important;
  }
  .navbar-left, .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
    position: relative;
    top: 18px !important;
  }
  .navbar-toggle .icon-bar {
    background-color: #000;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    color: var(--color-black) !important;
  }
  .collapse.in {
    display: block !important;
  }
  .am-navbar {
    background-color: rgba(255, 255, 255, 0.5);
    margin-top: 16px;
    margin-bottom: 60px;
    border-radius: 12px;
    height: 90px;
  }
  .am-navbar .navbar-header .main-logo {
    margin-top: 0px;
    height: 60px;
  }
  .am-navbar .navbar-header .navbar-brand {
    padding: 15px 15px 10px 30px;
  }
  .am-navbar .navbar-collapse {
    background-color: #fff;
  }
  .am-navbar .navbar-collapse .navbar-right {
    margin-left: 0;
  }
  .hero .text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-top: 190px;
  }
  .hero .text-container .btn {
    align-self: flex-start;
  }
  .zig .block .img-container {
    max-width: 48%;
  }
  .zig .block .text-container {
    max-width: 48%;
    padding: 0;
  }
  .zig .block .text-container h2 {
    font-size: 36px;
  }
  .contact-header, .subscription .subscription-header {
    margin-top: 0;
    margin-bottom: 50px;
  }
  .subscription .member-plan {
    display: block;
  }
}
@media (max-width: 767px) {
  .container {
    width: 100%;
  }
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 22px;
  }
  .hero .container {
    flex-direction: column;
  }
  .hero .text-container {
    text-align: center;
  }
  .hero .text-container .hero-logo {
    margin: 0 auto 20px auto;
  }
  .hero .text-container h1 {
    font-size: 36px;
  }
  .hero .text-container h2 {
    font-size: 28px;
  }
  .hero .text-container h3 {
    font-size: 22px;
  }
  .hero .text-container .btn {
    align-self: center;
  }
  .hero .text-container .my-flex {
    justify-content: center;
  }
  .sevices-section {
    margin-bottom: 30px;
    padding: 50px 0 50px 0;
    margin-bottom: 0;
  }
  .sevices-section h2 {
    margin-bottom: 30px;
  }
  .sevices-section h5 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 31px;
  }
  .sevices-section .services .services-box {
    width: calc(100% - 0px);
  }
  .sevices-section .services .services-box:last-child {
    margin-bottom: 0;
  }
  .zig .block {
    flex-direction: column;
  }
  .zig .block .img-container {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .zig .block .text-container {
    max-width: 100%;
  }
  .zig .block .text-container hr {
    margin: 16px 0;
  }
  .zig .block.img-left {
    margin-bottom: 30px;
  }
  .zig .block.img-right {
    margin-bottom: 30px;
  }
  .zig .block.img-right .img-container {
    order: 1;
  }
  .zig .block.img-right .text-container {
    order: 2;
  }
  .glance {
    margin-top: 0;
    border-radius: 16px;
    height: auto;
  }
  .glance h2 {
    padding: 20px 0 20px 0;
  }
  .glance img {
    top: 0;
    margin-top: 0;
  }
  .zig.zig-bottom {
    margin-top: 50px;
  }
  .zig.works {
    margin-top: 50px;
  }
  .zig.works .block {
    margin-bottom: 0;
  }
  .zig.works .block ul li img {
    margin-right: 0 !important;
    width: 36px;
  }
  .zig.works .block ul li {
    align-items: start;
    margin-bottom: 30px;
  }
  .zig.works .block ul li .text-container2 {
    margin-left: 16px;
  }
  footer {
    margin-top: 20px;
  }
  footer .footer-top {
    justify-content: center;
    padding: 30px 0;
    gap: 20px;
  }
  footer .footer-bottom {
    justify-content: center;
  }
  .contact-header, .subscription .subscription-header {
    height: 260px;
  }
  .contact-header .container,
  .subscription .subscription-header .container {
    padding-bottom: 50px;
  }
}

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