@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700&display=swap");
/*
 font-family: 'Lato', sans-serif;
* { background-color: rgba(255,0,0,.2); }
* * { background-color: rgba(0,255,0,.2); }
* * * { background-color: rgba(0,0,255,.2); }
* * * * { background-color: rgba(255,0,255,.2); }
* * * * * { background-color: rgba(0,255,255,.2); }
* * * * * * { background-color: rgba(255,255,0,.2); }
* * * * * * * { background-color: rgba(255,0,0,.2); }
* * * * * * * * { background-color: rgba(0,255,0,.2); }
* * * * * * * * * { background-color: rgba(0,0,255,.2); }
  */
:root {
  --primary-color: #EB5664;
  --secondary-color: #4BC3D9;
  --dark-blue: #2C3E50;
  --light-gray: #F8F9FA;
  --dark-gray: #434E56;
  --light-blue: #DEF0FF;
  --light-red: #FFE8EA; }

/* GLOBAL
=================================================================*/
html, body {
  margin: 0;
  padding: 0;
  height: 100%; }

body {
  font-family: 'Lato', sans-serif;
  font-size: 1em;
  line-height: 1.6;
  background-color: var(--dark-gray); }

p {
  font-size: 1em;
  font-weight: 400;
  color: var(--dark-gray); }

.main,
.main-home {
  padding: 120px 0 0;
  background: #f5f5f5;
  /*background: linear-gradient(181deg,rgba(247, 247, 247, 1) 0%, rgba(255, 250, 250, 1) 64%, rgba(255, 232, 232, 1) 100%);*/ }

.main-home {
  padding: 60px 0 0; }

section {
  padding: 2rem 0; }

@media (max-width: 992px) {
  .container-xxl .hero-section h1 {
    font-size: 2rem; }

  .hero-section p {
    font-size: 1rem; } }
/* Links
-----------------------------------------*/
a,
a:hover,
a:focus,
a:visited {
  color: #0F9FDE !important;
  text-decoration: none; }

a:focus {
  border: none; }

a.focus {
  outline: 0 !important; }

.red {
  color: var(--primary-color); }

.no-color {
  color: var(--dark-gray) !important; }

h2 {
  font-size: 1.75em;
  color: var(--primary-color); }

h3 {
  font-size: 1.5em; }

/* Spacing
-----------------------------------------*/
.no-gutter [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

.sm-gutter [class*='col-'] {
  padding-right: 4px;
  padding-left: 4px; }

/* Backgrounds
-----------------------------------------*/
.bg-blue {
  background: var(--secondary-color) !important; }

.bg-red {
  background: var(--primary-color) !important; }

.bg-blue-light {
  background: var(--light-blue) !important; }

.bg-red-light {
  background: var(--light-red) !important; }

/* Buttons
-----------------------------------------*/
.btn {
  border: none;
  padding: 12px 20px;
  font-size: 1em;
  border-radius: 40px;
  font-weight: 500;
  transition: all 0.3s ease;
  color: #fff !important; }

.btn-login,
.btn-login:visited {
  background-color: #fff !important;
  color: #252525 !important;
  border: none !important; }

.btn-login:hover {
  background-color: #f8f8f8;
  color: var(--primary-color) !important; }

.btn-demo {
  background-color: var(--secondary-color) !important;
  color: white !important;
  border: none !important; }

.btn-demo:hover {
  background-color: #e55555 !important;
  color: white !important; }

.btn-primary,
.btn-primary:visited,
.btn-primary:focus {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff !important;
  font-weight: 600; }

.btn-primary:hover {
  color: #fff !important;
  background: #e55151; }

.btn-secondary,
.btn-secondary:visited,
.btn-secondary:focus {
  background-color: var(--secondary-color);
  color: #fff !important;
  font-weight: 600; }

.btn-secondary:hover {
  background-color: #32a2b6;
  color: #fff !important;
  font-weight: 600; }

.btn-small {
  font-size: 14px; }

.btn-lg {
  padding: 20px 40px;
  font-size: 1.5em;
  border-radius: 40px; }

.btn-header a,
.btn-header a:visited {
  color: #fff !important;
  font-size: 1.2em; }

@media (max-width: 992px) {
  .btn-lg {
    font-size: 1.3em; } }
/* Forms
-----------------------------------------*/
label {
  font-size: 0.7500em;
  font-weight: 700;
  margin: 0;
  line-height: 110%; }

select {
  -webkit-border-radius: 0px; }

.bootstrap-select .btn:hover {
  color: #495057; }

.form-control {
  border-radius: 0 !important;
  height: 44px !important;
  font-size: 14px;
  border: 1px solid #ccc; }

.form-control-sm,
.input-group-sm {
  height: 32px !important;
  font-size: 12px;
  border-radius: 0; }

.input-group-text {
  border-radius: 0; }

input[type=checkbox],
input[type=radio] {
  margin: 0 auto;
  height: 20px !important;
  width: 20px;
  border-radius: 0;
  margin-left: -15px; }

table input[type=checkbox],
table input[type=radio] {
  margin: 0 auto; }

textarea.form-control {
  min-height: 140px !important; }

hr.gr-tr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0)); }

/* NAVIGATION
=================================================================*/
.navbar {
  background-color: #293741 !important;
  padding: 1rem 2rem;
  position: fixed !important;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 60px);
  max-width: 1320px;
  border-radius: 50px;
  z-index: 1050;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15); }

.navbar-brand {
  display: block; }

.navbar-brand img {
  width: 170px; }

.navbar-nav .nav-link {
  color: #fff !important;
  margin: 0 0.5rem;
  font-size: 1.1em !important;
  font-weight: 500;
  padding: 0.75rem 1.25rem !important;
  border-radius: 25px;
  transition: all 0.3s ease; }

.navbar-nav .nav-link:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.1) !important;
  transform: translateY(-1px); }

.navbar-nav .nav-item {
  border-radius: 25px; }

.navbar-nav {
  flex-grow: 1;
  justify-content: flex-start;
  margin-left: 2rem; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  color: aqua; }

@media (max-width: 992px) {
  .navbar {
    padding: 5px 10px 8px 10px;
    border-radius: 30px; }

  .navbar-brand img {
    width: 140px; }

  .navbar-nav {
    margin: 10px 0 10px; }

  .nav-buttons {
    padding: 10px; } }
/* HOME
=================================================================*/
.hero-demo-btn {
  background-color: #4BC3D9 !important;
  border-color: #4BC3D9 !important;
  color: white !important;
  font-weight: 600;
  padding: 20px 40px;
  font-size: 1.5em;
  border-radius: 30px;
  border: none;
  transition: all 0.3s ease; }

.hero-demo-btn:hover {
  background-color: #3AA8BD !important;
  border-color: #3AA8BD !important;
  color: white !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(75, 195, 217, 0.3); }

.hero-section {
  color: #333;
  padding: 5rem 0 1rem;
  text-align: center; }

.hero-section .container-xxl {
  border-radius: 20px; }

.hero-section h2 {
  font-size: 2.3em;
  font-weight: 400;
  margin-bottom: 1rem;
  color: #EB5664; }

.hero-section p {
  font-size: 1.4em;
  margin-bottom: 2rem;
  color: #434E56; }

@media (max-width: 992px) {
  .hero-section {
    padding: 3rem 0 1rem; }

  .hero-section .container-xxl {
    border-radius: 0; }

  .hero-section h1 {
    font-size: 2rem; }

  .hero-section p {
    font-size: 1rem; } }
/* Home Sections
-----------------------------------------*/
.illustrated-graphic {
  position: absolute;
  top: 15%;
  width: 80%; }

.ig-left {
  right: -170px; }

.ig-right {
  left: -170px; }

@media (max-width: 992px) {
  .illustrated-graphic {
    top: 50%;
    width: 50%; }

  .ig-left {
    right: 20px; }

  .ig-right {
    left: 20px; }

  .rounded-5 {
    border-radius: 0 !important; } }
/* SUB PAGES
=================================================================*/
.landing-pricing {
  border-left: 3px solid var(--primary-color); }

.ap-div,
.ap-div-right {
  position: absolute;
  width: 50%;
  margin: 0 auto;
  bottom: -24px;
  left: 10px; }

.ap-div-right {
  left: auto;
  right: 0; }

p.icon-top {
  position: absolute;
  width: 100%;
  top: -40px;
  left: 0;
  text-align: center; }

.feature-card {
  background: white;
  border-radius: 15px;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  height: 100%;
  transition: transform 0.3s ease; }

.feature-card:hover {
  transform: translateY(-5px); }

.feature-icon {
  width: 60px;
  height: 60px;
  background-color: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  color: white;
  font-size: 1.5rem; }

.feature-title {
  color: var(--secondary-color);
  font-weight: 600;
  margin-bottom: 1rem; }

.section-title {
  color: var(--dark-blue);
  font-weight: 700;
  margin-bottom: 3rem;
  text-align: center; }

/* FOOTER
=================================================================*/
.footer {
  color: #fff;
  padding: 3rem 0 1rem; }

footer p {
  font-size: .875em;
  color: #fff; }

.footer h5 {
  color: #fff;
  margin-bottom: 1rem; }

.social a,
.social a:visited {
  color: #fff; }

.footer-support-btn,
.footer-support-btn:visited {
  background-color: #2a2a2a !important;
  color: #fff !important;
  border: none !important;
  padding: 10px 20px;
  font-size: 0.875em;
  border-radius: 40px;
  font-weight: 500;
  transition: all 0.3s ease; }

.footer-support-btn:hover {
  background-color: #333 !important;
  color: #fff !important; }

@media (max-width: 768px) {
  .hero-section h1 {
    font-size: 2rem; }

  .hero-section p {
    font-size: 1rem; } }
/* Pagination customization -----------------------------------------*/
.pagination {
  margin: 2rem 0;
  justify-content: center; }

.pagination .page-item {
  margin: 0 0.25rem; }

.pagination .page-item .page-link {
  color: var(--dark-gray) !important;
  background-color: #fff;
  border: 1px solid #e9ecef;
  border-radius: 25px !important;
  padding: 0.75rem 1rem;
  font-weight: 500;
  transition: all 0.3s ease;
  text-decoration: none; }

.pagination .page-item .page-link:hover {
  color: #fff !important;
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  transform: translateY(-2px); }

.pagination .page-item.active .page-link {
  color: #fff !important;
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  box-shadow: 0 4px 12px rgba(235, 86, 100, 0.3); }

.pagination .page-item.disabled .page-link {
  color: #6c757d !important;
  background-color: #f8f9fa !important;
  border-color: #dee2e6 !important;
  cursor: not-allowed;
  opacity: 0.6; }

.pagination .page-item.disabled .page-link:hover {
  transform: none; }
