/*** Works on common browsers ***/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
::selection {
  background-color: black;
  color: white;
}

/*** Mozilla based browsers ***/
::-moz-selection {
  background-color: black;
  color: white;
}

/***For Other Browsers ***/
::-o-selection {
  background-color: black;
  color: white;
}

::-ms-selection {
  background-color: black;
  color: white;
}

/*** For Webkit ***/
::-webkit-selection {
  background-color: black;
  color: white;
}

.w-80 {
  width: 80%;
}

.primary-font {
  color: #415364;
}

.primary2-font {
  color: #415364;
}

.secondary-font {
  color: #0071b9;
}

.white-font {
  color: white !important;
}

.aqua-font {
  color: #40c0c0;
}

.grey-font {
  color: #c8c7c7;
}

.bold-text {
  font-weight: 600;
}

html,
body {
  font-family: "Montserrat", Sans-serif;
  font-size: 15px;
}

h2 {
  font-size: 35px;
  font-weight: 500;
}
@media all and (max-width: 991px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 30px;
  font-weight: 500;
}
@media all and (max-width: 991px) {
  h3 {
    font-size: 25px;
  }
}

h4 {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}
@media all and (max-width: 991px) {
  h4 {
    line-height: 2;
  }
}

h5 {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5;
}

p {
  color: #415364;
  font-size: 15px;
  font-weight: 200;
  line-height: 24px;
}

.round-heading {
  padding: 25px;
  background-color: #ffffff;
  border-radius: 55px;
  width: 80%;
  box-shadow: 0px -1px 13px -1px #54595f;
  margin-bottom: 30px;
}

.price:last-child {
  margin-bottom: 30px;
}
.price .price-value {
  font-size: 30px;
  font-weight: 600;
}
.price .price-label {
  font-size: 16px;
  font-weight: 600;
}

.dl-label {
  color: #c8c7c7;
  font-size: 14px;
  font-weight: 200;
}

.round-button {
  font-family: "Montserrat", Sans-serif;
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
  line-height: 1em;
  letter-spacing: 1.3px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 100px 100px 100px 100px;
  padding: 12px 24px;
  display: flex;
  justify-content: space-between;
  width: 210px;
  transition: 0.3s all;
}
.round-button-md {
  width: 250px;
}
.round-button-md span {
  width: 100%;
  text-align: center;
}
@media all and (max-width: 767px) {
  .round-button {
    width: 100%;
  }
}
.round-button:hover {
  text-decoration: none;
}
.round-button-lg {
  width: 350px !important;
}
@media all and (max-width: 767px) {
  .round-button-lg {
    font-size: 14px;
    width: 320px !important;
  }
}
.round-button i {
  margin-left: 16px;
}
.round-button.btn-cust-primary {
  fill: #0071b9;
  color: #0071b9;
  background-color: white;
  border-color: #0071b9;
}
.round-button.btn-cust-primary:hover {
  background-color: #415364;
  border-color: white;
  color: white;
}
.round-button.btn-cust-primary-ghost {
  fill: white;
  color: white;
  background-color: #0e3d60;
  border-color: white;
}
.round-button.btn-cust-primary-ghost:hover {
  background-color: #415364;
  border-color: white;
  color: white;
}
.round-button.btn-cust-secondary {
  fill: white;
  color: white;
  background-color: #0071b9;
  border-color: white;
}
.round-button.btn-cust-secondary:hover {
  background-color: #415364;
}
.round-button.btn-cust-aqua {
  fill: #40c0c0;
  color: #40c0c0;
  background-color: white;
  border-color: white;
}
.round-button.btn-cust-aqua:hover {
  background-color: #0e3d60;
}
.round-button.btn-cust-aqua-bg {
  fill: white;
  color: white;
  background-color: #40c0c0;
  border-color: #40c0c0;
  border-color: white;
}
.round-button.btn-cust-aqua-bg:hover {
  background-color: #415364;
}

.segmented-controls {
  display: flex;
  margin: 50px 0;
}
.segmented-controls .segmented-control {
  border: 1px solid #0e3d60;
  width: 150px;
  text-align: center;
  padding: 15px;
  cursor: pointer;
  transition: 0.5s all;
}
.segmented-controls .segmented-control:first-child {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.segmented-controls .segmented-control:last-child {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.segmented-controls .segmented-control:not(:first-child) {
  border-left: none;
}
.segmented-controls .segmented-control.selected {
  background: #0e3d60;
  color: white;
}
@media all and (max-width: 767px) {
  .segmented-controls .segmented-control {
    width: 75px;
  }
}

.card {
  background-color: #40c0c0;
  padding: 25px;
  border: none;
  border-radius: 6px;
  color: white;
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.price-card {
  min-height: 80vh;
  box-shadow: 0px -1px 13px -1px #54595f;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media all and (max-width: 767px) {
  .price-card {
    min-height: 100%;
  }
}

.text-card-container {
  padding: 15px 10px !important;
}

.text-card {
  border-radius: 15px;
  background-color: #f5f5f5;
  height: 100%;
  padding: 20px;
  text-align: center;
}
.text-card p {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.home-feature-card-container {
  padding: 15px 20px !important;
}

.home-feature-card {
  box-shadow: 0px 0px 7px -1px rgba(0, 0, 0, 0.3);
  padding: 25px 20px;
}
.home-feature-card p {
  text-align: left;
  line-height: 24px;
  font-size: 15px;
}

#page-content {
  width: 100%;
  top: 0;
  left: 0;
  transition: left 0.3s ease 0s;
}

.row {
  margin: 0;
}

#site-header {
  background-color: #f9f9f9;
  position: absolute;
  top: 0;
  height: auto;
  z-index: 9999;
  width: 100%;
}
#site-header .site-header-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#site-header .site-header-inner a {
  color: #415364;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  text-transform: uppercase;
  transition: 0.1s all;
}
#site-header .site-header-inner a:hover {
  text-decoration: none !important;
  color: #0071b9;
  border-bottom: 2px solid;
}
#site-header .site-header-inner a.nav-active {
  color: #0071b9 !important;
}
#site-header .site-header-inner #site-logo {
  height: 82px;
  display: flex;
  align-items: center;
}
#site-header .site-header-inner #site-logo a img {
  max-width: 139px;
}
@media all and (max-width: 991px) {
  #site-header .site-header-inner #site-navigation-wrap {
    display: none;
  }
}
#site-header .site-header-inner #site-navigation-wrap #site-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
#site-header .site-header-inner #site-navigation-wrap #site-navigation ul li {
  position: relative;
}
#site-header .site-header-inner #site-navigation-wrap #site-navigation ul li a {
  padding: 5px;
  margin: 10px 20px;
}
#site-header .site-header-inner #site-navigation-wrap #site-navigation ul li .dropdown-menu.show {
  margin-top: 9px;
}
#site-header .site-header-inner #site-navigation-wrap #site-navigation ul li .dropdown-item {
  margin: 0 !important;
  padding: 20px !important;
}
#site-header .site-header-inner #site-navigation-wrap #site-navigation ul li .dropdown-item:hover {
  margin: 0 !important;
  padding: 20px !important;
}
#site-header .site-header-inner #mobile-menu-container {
  display: none;
}
@media all and (max-width: 991px) {
  #site-header .site-header-inner #mobile-menu-container {
    display: block;
  }
}
#site-header .site-header-inner #mobile-menu-container a span {
  padding-left: 6px;
}

#sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 300px;
  max-width: 100%;
  padding-bottom: 30px;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 15px;
  background-color: #fff;
  color: #555;
  -webkit-touch-callout: none;
  user-select: none;
  -webkit-overflow-scrolling: touch;
  left: -300px;
  transition: left 0.3s ease 0s;
}
#sidr #sidr-close {
  background-color: #f9f9f9;
}
#sidr a {
  text-decoration: none;
  color: #415364;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  text-transform: uppercase;
  padding: 20px;
  display: block;
  text-transform: uppercase;
}
#sidr a.nav-active {
  color: #0071b9 !important;
}
#sidr a span {
  padding-left: 6px;
}
#sidr #sidr-close {
  background-color: #f9f9f9;
}
#sidr ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sidr ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.035);
}
#sidr ul li a {
  font-weight: 400;
}

#contact-button {
  border-radius: 25px;
  padding: 15px !important;
  color: white !important;
  background-color: #0071b9;
  cursor: pointer;
  margin: 0 0 0 12px !important;
}
@media all and (max-width: 991px) {
  #contact-button {
    width: 50%;
    text-align: center;
    padding: 10px !important;
    margin: 20px;
  }
}
#contact-button:hover {
  border-bottom: 2px solid;
}
@media all and (max-width: 991px) {
  #contact-button:hover {
    background-color: #0071b9;
  }
}

.dropdown-item:active {
  background-color: transparent;
}

#drop-down-container:hover #contact-button {
  color: white !important;
  background-color: #415364;
}
#drop-down-container:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  margin: 0;
  padding: 0;
  width: 200px;
}

#footer-container {
  background-color: #0e3d60;
}

#footer {
  padding: 60px 0;
}
@media all and (max-width: 991px) {
  #footer {
    padding: 30px 0;
  }
}
#footer #ft-logo {
  width: 100%;
  text-align: center;
}
@media all and (max-width: 991px) {
  #footer #ft-logo {
    width: 50%;
    margin-bottom: 30px;
  }
}
#footer #copyright {
  color: #0071b9;
  font-size: 12px;
}
#footer .contact-row {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 20px;
}
#footer .contact-row a {
  margin-left: 12px;
  font-size: 17px;
  color: white;
  font-weight: 200;
  font-family: "Montserrat", Sans-serif;
}
#footer .contact-row a:hover {
  color: white;
}
#footer #download-text {
  font-size: 20px;
  color: white;
  font-weight: 500;
  font-family: "Montserrat", Sans-serif;
  margin: 20px;
}
#footer .btn-row {
  display: flex;
  justify-content: space-between;
}
#footer .btn-row .round-button {
  width: 160px;
}
@media all and (max-width: 767px) {
  #footer .btn-row .round-button {
    width: 100% !important;
  }
}
@media all and (max-width: 991px) {
  #footer .btn-row {
    justify-content: space-evenly;
    margin: 0 12px 20px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  #footer .btn-row {
    flex-direction: column;
  }
  #footer .btn-row a:first-child {
    margin-bottom: 20px;
  }
}
#footer .app-icon-dl {
  width: 75%;
}
@media all and (max-width: 767px) {
  #footer .app-icon-dl {
    width: 50%;
  }
}

.round-icon-small {
  border: 1px solid #0071b9;
  border-radius: 50%;
  color: #0071b9;
  font-size: 17px;
  padding: 6px;
  text-align: center;
}
.round-icon-small i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}

#social {
  display: flex;
  justify-content: center;
}
@media all and (max-width: 991px) {
  #social {
    margin-bottom: 30px;
  }
}

.social-icon {
  background-color: #0071b9;
  border-radius: 50%;
  font-size: 25px;
  text-align: center;
  color: white;
  padding: 12px;
  display: inline-block;
  cursor: pointer;
}
.social-icon:first-child {
  margin-right: 15px;
}
.social-icon i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
  color: white;
}

html {
  scroll-behavior: smooth;
}

.hero-small {
  background-color: #0e3d60;
  background-image: url(/assets/images/Zatisvy-Innner-Header-image.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 9em 1em 3em 1em;
  position: relative;
  display: flex;
  justify-content: center;
}
.hero-small .bg-overlay {
  background-color: #0e3d60;
  opacity: 0.91;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
}
.hero-small .round-icon {
  margin-left: 100px;
}

.heading-icon {
  color: white;
  display: flex;
  align-items: center;
  z-index: 10;
  position: relative;
}

.round-icon {
  border: 3px solid white;
  border-radius: 50%;
  color: white;
  font-size: 30px;
  padding: 15px;
  display: inline-block;
}
.round-icon i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
  text-align: center;
}
@media all and (max-width: 991px) {
  .round-icon {
    margin-left: 20px;
  }
}
.round-icon-lg {
  padding: 25px;
}
.round-icon-lg i {
  font-size: 50px;
  width: 50px;
  height: 50px;
}
.round-icon.border-thin {
  border-width: 2px;
}
.round-icon.round-icon-primary2 {
  color: #0e3d60;
  border-color: #0e3d60;
}
.round-icon.round-icon-secondary {
  color: #0071b9;
  border-color: #0071b9;
}
.round-icon.round-icon-aqua {
  color: #40c0c0;
  border-color: #40c0c0;
}

.content-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
@media all and (max-width: 991px) {
  .content-section {
    min-height: 100%;
    padding: 25px 0;
  }
}

.content-section-medium {
  min-height: 75vh;
  display: flex;
  align-items: center;
}
@media all and (max-width: 991px) {
  .content-section-medium {
    min-height: 100%;
    margin: 25px 0;
  }
}

.content-icon {
  border-radius: 50%;
  font-size: 50px;
  padding: 25px;
  display: inline-block;
  color: white;
}
.content-icon i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}

.bg-aqua {
  background-color: #40c0c0;
}

.bg-primary {
  background-color: #415364 !important;
}

.bg-primary2 {
  background-color: #0e3d60 !important;
}

.bg-secondary {
  background-color: #0071b9 !important;
}

.bg-light-grey {
  background-color: #f5f5f5;
}

hr {
  border-top: 1px solid white;
  width: 75%;
  margin: 0.5em 0;
}

.func-sect-heading {
  padding: 40px 80px;
}
@media all and (max-width: 767px) {
  .func-sect-heading {
    padding: 20px 20px;
  }
}
.func-sect-heading img {
  width: 80%;
}
@media all and (max-width: 991px) {
  .func-sect-heading img {
    width: 60%;
  }
}
@media all and (max-width: 767px) {
  .func-sect-heading img {
    width: 100%;
  }
}
.func-sect-heading .dl-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px 0;
}
@media all and (max-width: 991px) {
  .func-sect-heading .dl-container {
    text-align: center;
  }
  .func-sect-heading .dl-container a {
    margin: 0 auto;
  }
}
.func-sect-heading .dl-container h2 {
  font-size: 30px;
}

.hero-full-screen {
  background-color: #0e3d60;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  position: relative;
}
.hero-full-screen .bg-overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  background-color: #0071b9;
  opacity: 0.89;
  z-index: 0;
}

.parallax-bg {
  background-attachment: fixed;
}

#hero-home {
  background-image: url(/assets/images/Zatisvy-Header-image4.png);
  display: flex;
  justify-content: center;
}

.home-hero-container {
  position: relative;
  z-index: 1;
  padding-top: 200px;
}
@media all and (max-width: 767px) {
  .home-hero-container {
    padding-top: 150px;
  }
}
.home-hero-container h1 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  .home-hero-container h1 {
    font-size: 35px;
  }
}
.home-hero-container p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  .home-hero-container p {
    font-size: 15px;
  }
}
.home-hero-container .round-button {
  width: auto;
}
.home-hero-container .home-hero-card {
  border-radius: 20px;
  height: 100%;
  padding: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-hero-container .home-hero-card p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media all and (max-width: 767px) {
  .home-hero-container .home-hero-card p {
    font-size: 15px;
  }
}
.home-hero-container .home-hero-card img {
  max-width: 50%;
}
.home-hero-container .home-hero-card .store-icons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home-hero-container .home-hero-card .store-icons img {
  max-width: 60%;
}
.home-hero-container .home-hero-card .store-icons img:first-child {
  padding-bottom: 5px;
}

.scroll-icon {
  font-size: 35px;
  cursor: pointer;
  opacity: 0.8;
}
.scroll-icon.white-font:hover {
  transition: all 0.3s;
  color: #415364 !important;
}

.home-content-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-content-section-logo {
  width: 50%;
}

#page-content[data-page-id=products] h3 {
  font-size: 20px;
  font-weight: 500;
}
@media all and (max-width: 991px) {
  #page-content[data-page-id=products] h3 {
    font-size: 15px;
  }
}

#page-content[data-page-id=home] h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}
@media all and (max-width: 991px) {
  #page-content[data-page-id=home] h4 {
    line-height: 2;
  }
}

#page-content[data-page-id=signup] h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}
@media all and (max-width: 991px) {
  #page-content[data-page-id=signup] h4 {
    line-height: 2;
  }
}

.min-h-auto {
  min-height: auto !important;
}

.h-100vh {
  height: 100vh;
}

[data-page-id=signup] .login-content-section {
  padding-top: 150px;
}

.login-content-section {
  min-height: 95vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
}
@media all and (max-width: 767px) {
  .login-content-section {
    padding-top: 100px;
  }
}

.login-logo {
  width: 50%;
}
@media all and (max-width: 767px) {
  .login-logo {
    width: 80%;
  }
}

.divider {
  margin: 25px 0;
  border-top: 6px solid #0071b9;
  width: 100%;
}

.paygate {
  width: 60%;
}
@media all and (max-width: 767px) {
  .paygate {
    width: 100%;
  }
}

.contact-row {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 20px;
}
.contact-row a {
  margin-left: 12px;
  font-size: 17px;
  color: white;
  font-weight: 200;
  font-family: "Montserrat", Sans-serif;
}
.contact-row a:hover {
  color: white;
}
.contact-row.primary-font a {
  color: #415364;
}
.contact-row.primary-font a :hover {
  color: #415364;
  text-decoration: none;
}

.form-control {
  border-radius: 6px;
  line-height: 2;
}
.form-control:focus {
  border: 2px solid #ced4da;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control a {
  line-height: 2;
}
.form-control a:hover {
  color: white;
}

#page-content[data-page-id=contact] .form-container {
  margin-bottom: 30px;
}
#page-content[data-page-id=contact] .form-container label {
  font-size: 16px;
  margin-bottom: 10px;
}

.form-container {
  margin-bottom: 30px;
}
.form-container label {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
}

.form-container {
  margin-bottom: 30px;
}
.form-container label {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
}

*:focus {
  outline: none;
}

.form-button {
  font-size: 16px;
  font-weight: 600;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  cursor: pointer;
  transition: 0.3s all;
}
.form-button.bg-secondary:hover {
  background-color: #0e3d60 !important;
}
.form-button.bg-primary2:hover {
  background-color: #0071b9 !important;
}

#scroll-top {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  z-index: 100;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: none;
}
#scroll-top:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
@media all and (max-width: 767px) {
  #scroll-top {
    right: 5px;
    bottom: 5px;
  }
}

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