/* Custom styles for AI24 landing page */
:root {
  --bs-heading-color: #232323;
  --ptk-accent-color: #502eff;
  --ptk-accent-darkened-color: #381cdd;
  --ptk-accent-darkest-color: #160abb;
  --ptk-secondary-accent-color: #cec6ff;
  --ptk-secondary-accent-darken-color: #aca4ee;
}

@font-face {
  font-family: "GeorgianArial";
  src: url("../fonts/bpg_arial_2009.ttf") format("truetype");
}
@font-face {
  font-family: "GeorgianCapsMrglovani";
  src: url("../fonts/bpg_mrgvlovani_caps_2010.ttf") format("truetype");
}
html {
  font-size: 0.8vw;
}
@media screen and (max-width: 991px) {
  html {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 500px) {
  html {
    font-size: 2vw;
  }
}

h1 {
  font-size: 2rem !important;
  font-family: "Noto Sans Georgian", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

p {
  color: #232323;
  font-family: "Noto Sans Georgian", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
}

.background-accent-color {
  background: var(--ptk-accent-color);
}

.btn-dark {
  background: var(--ptk-accent-color);
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0 3rem;
  cursor: pointer;
}
.btn-dark:hover {
  background: var(--ptk-accent-darkened-color);
}

.btn-light {
  background: var(--ptk-secondary-accent-color);
  color: var(--ptk-accent-color);
  font-size: 1.4rem;
  padding: 0 3rem;
  font-weight: 500;
}
.btn-light:hover {
  background: var(--ptk-secondary-accent-darken-color) !important;
  color: #000000;
}

.btn {
  border-radius: 5rem;
  min-height: 5rem;
  display: inline-flex;
  align-items: center;
  padding: 0 2rem;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
}
.btn .enumerate {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: white;
  border: 1px solid var(--ptk-accent-color);
  margin-right: 1rem;
  width: 3rem;
  aspect-ratio: 1;
  border-radius: 50%;
  color: var(--ptk-accent-color);
  padding: 0;
  line-height: 0;
  margin-left: -0.5rem;
}
.btn .enumerate span {
  font-size: 2rem;
  position: relative;
  top: -2px;
}

.btn-white {
  background: white;
  color: #232323;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0 3rem;
}
.btn-white:hover {
  background: var(--ptk-secondary-accent-color) !important;
  color: white;
}

.badge {
  border-radius: 40px;
  height: 4rem;
  display: inline-flex;
  align-items: center;
}

.card {
  background: white;
  border-radius: 1rem;
  padding: 1rem;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  transition: var(--transition);
  border: 1px solid var(--gray-100);
}
.card .card-body img {
  width: 50%;
}
.card .card-body h5 {
  font-size: 2rem;
  margin-bottom: 2rem !important;
}
.card .card-body p {
  font-size: 1.5rem;
}

.col-lg-5_12 .card .card-body h5 {
  font-size: 2rem;
}
.col-lg-5_12 .card .card-body p {
  font-size: 1.2rem;
}

ul li {
  color: #232323;
  font-family: "Noto Sans Georgian", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  text-align: left;
}

.badge.btn {
  font-size: 1.2rem !important;
}

header.ai24-header {
  background: url("../images/header-bg.svg") no-repeat right center;
  background-size: cover;
  min-height: 120px;
  height: 100vh;
  z-index: 0;
}
header .ai24-navigation {
  padding: 4vh 0;
}
header .logo-wrapper {
  display: block;
  width: 21vw;
}
header .ai24-logo {
  margin: 0 auto;
  display: block !important;
}
header .ai24-logo img {
  height: 58px;
}
header .ai24-logo span {
  font-size: 2rem;
  font-weight: 700;
  color: #3a2676;
  letter-spacing: -1px;
}
header .ai24-nav {
  background: rgba(255, 255, 255, 0.18);
  border-radius: 5rem;
  padding: 0 1rem;
  height: 5rem;
  align-items: center;
  box-sizing: border-box;
  box-shadow: 0 2px 16px 0 rgba(123, 47, 242, 0.04);
}
header .ai24-nav-list {
  gap: 0.5rem 1.5rem;
}
header .ai24-nav-link {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 1rem 0.7rem;
  border-radius: 20px;
  transition: background 0.2s, color 0.2s;
  position: relative;
}
header .ai24-nav-link:hover {
  background: var(--ptk-accent-color);
  color: #fff;
  box-shadow: 0 2px 8px 0 rgba(123, 47, 242, 0.08);
}
header .ai24-nav-item .dropdown-menu {
  border-radius: 18px;
  min-width: 180px;
  margin-top: 0.5rem;
  box-shadow: 0 4px 24px 0 rgba(123, 47, 242, 0.1);
}
header .ai24-nav-item .dropdown-item {
  border-radius: 12px;
  padding: 0.6rem 1.2rem;
  font-size: 1rem;
}
header .ai24-signup-btn {
  background: #fff;
  color: #7b2ff2;
  font-weight: 600;
  font-size: 1.15rem;
  border-radius: 5rem;
  padding: 0 1rem;
  height: 5rem;
  align-content: center;
  margin-left: 24px;
  box-shadow: 0 2px 16px 0 rgba(123, 47, 242, 0.1);
  border: 2px solid #fff;
  transition: background 0.2s, color 0.2s, border 0.2s;
}
header .ai24-signup-btn:hover, header .ai24-signup-btn:focus {
  background: var(--ptk-accent-color);
  color: #fff;
  border: 2px solid #fff;
}
header #hero {
  position: absolute;
  bottom: 2vh;
  height: 75vh;
  display: flex;
  justify-items: stretch;
  width: 100%;
}
header #hero .hero-overlay {
  height: 100% !important;
}
@media screen and (max-width: 991px) {
  header #hero .hero-overlay {
    height: 100vh !important;
  }
}
header #hero h1 {
  font-size: 3.4rem !important;
  font-weight: 600;
  margin-bottom: 3rem !important;
}
@media screen and (max-width: 991px) {
  header #hero h1 {
    text-align: center;
    margin-bottom: 0 !important;
  }
}
header #hero h2 {
  font-weight: 400;
  font-size: 2.5rem;
  margin-bottom: 10rem !important;
}
header #hero .lead {
  font-size: 1.4rem !important;
  margin: 8rem 0 3rem 0 !important;
  font-weight: 400;
}
header #hero ul {
  margin-bottom: 3rem;
  list-style: none;
  padding-left: 3rem;
}
header #hero ul li {
  position: relative;
  margin-bottom: 1rem;
  margin-left: 0 !important;
}
header #hero ul li span {
  position: absolute;
  left: -3rem;
  font-size: 2rem;
  display: block;
}
header #hero .hero-presentation {
  bottom: 2px;
  width: 100%;
  right: 4vw;
  height: 100%;
  display: flex;
  align-items: center;
  justify-items: center;
  align-content: center;
  justify-content: center;
}
header #hero .hero-presentation .video-container {
  position: relative;
  width: 78%; /* or any fixed width */
  padding-top: 100%; /*128.57%;*/
  overflow: hidden;
}
header #hero .hero-presentation .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 95%;
  max-height: 95%;
  object-fit: cover; /* or 'contain' if you prefer full visibility without cropping */
  border: none;
  border-radius: 30px;
}

.price-section .price-header {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
  position: relative;
}
.price-section .price-header .card-title {
  text-align: left !important;
  font-size: 2rem !important;
  width: 100%;
  margin-bottom: 2rem !important;
}
.price-section .price-header h6 {
  font-size: 1.2rem;
  text-align: left;
  color: var(--ptk-accent-darkest-color);
}
.price-section .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.price-section .price-value {
  font-size: 3rem;
  border-bottom: 1px solid #bbb;
  margin-bottom: 1rem;
  padding-bottom: 2rem;
  border-top: 1px solid #bbb;
  margin-top: 1rem;
  padding-top: 1rem;
  font-weight: 600;
  position: relative;
}
.price-section .price-value .price-period {
  font-size: 1.3rem !important;
  font-weight: 600;
}
.price-section .price-value.price-text {
  font-size: 2.4rem;
  font-weight: 600;
}
.price-section .price-value .price-save {
  font-size: 1.2rem;
  color: var(--ptk-accent-darkest-color);
}
.price-section .price-comment {
  position: absolute;
  right: -2rem;
  top: -2rem;
  font-size: 1.2rem;
}
.price-section .payment-method-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.price-section .payment-method-wrapper :first-child {
  margin-bottom: 3rem;
}
.price-section ul {
  margin-top: 3rem;
  margin-bottom: 4rem;
}
.price-section ul li {
  font-size: 1rem;
  margin-bottom: 0.7rem;
}
.price-section h4 {
  margin-bottom: 3rem;
}
.price-section .btn {
  text-align: center;
  justify-content: center;
}
.price-section .price-month {
  display: none;
}
.price-section .price-year {
  display: block;
}
.price-section.pay-monthly .price-month {
  display: block;
}
.price-section.pay-monthly .price-year {
  display: none;
}

.contact-us {
  display: flex;
  justify-items: stretch;
  width: 100%;
  background: url("../images/contactus-bg.png") no-repeat center;
  background-size: cover;
  aspect-ratio: 1600/650;
  color: white;
}
.contact-us .contactus-text-block {
  text-align: left;
}
@media (max-width: 991px) {
  .contact-us .contactus-text-block {
    text-align: center;
  }
}
.contact-us h2 {
  font-size: 3rem;
  color: white;
}
.contact-us p {
  font-size: 2rem;
  color: white;
}
.contact-us .form-control {
  border-radius: 5rem;
  height: 5rem;
  display: inline-flex;
  align-items: center;
  background: var(--ptk-secondary-accent-color);
  padding: 1rem 2rem;
  width: 50%;
}

.how-it-works h5 {
  font-size: 2rem;
}
.how-it-works p {
  font-size: 1.4rem;
}

.button-tab-controller-wrapper .button-tab-controller {
  display: flex;
  flex-direction: row;
  justify-items: center;
  justify-content: space-around;
}
.button-tab-controller-wrapper .button-tab-page {
  display: none;
  margin-top: 3rem;
}
.button-tab-controller-wrapper .button-tab-page.active-tab {
  display: block;
}
.button-tab-controller-wrapper .button-tab-page .tab-page-content {
  padding: 2rem;
}

.copyright {
  color: white;
  font-size: 1.5rem;
}

.header-with-pict {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  font-size: 1.9rem;
}
.header-with-pict img {
  width: 5.8rem;
}
.header-with-pict div {
  flex-grow: 1;
}

.purple-shadow {
  box-shadow: 0 0.5rem 1rem var(--ptk-accent-color) !important;
}

.faq-container {
  margin: 3rem 0;
}
.faq-container .faq-wrapper {
  font-size: 2rem;
}
.faq-container .faq-wrapper:not(:last-child) {
  margin-bottom: 2rem;
}
.faq-container .faq-wrapper .faq-question {
  background: var(--ptk-secondary-accent-color);
  padding: 1.5rem 3rem 1.5rem 1.5rem;
  position: relative;
  border-radius: 1rem;
  cursor: pointer;
}
.faq-container .faq-wrapper .faq-question .chevron-wrapper {
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-container .faq-wrapper .faq-question .chevron-wrapper i {
  color: var(--ptk-accent-color);
}
.faq-container .faq-wrapper .faq-answer {
  padding-left: 3rem;
  border-left: 4px solid var(--ptk-secondary-accent-color);
  margin: 2rem 0;
}

@media (max-width: 991.98px) {
  .ai24-nav {
    display: none !important;
  }
  .ai24-signup-btn {
    display: none !important;
  }
  .ai24-hamburger {
    display: flex !important;
  }
  #hero {
    height: 80vh !important;
  }
  #hero h2, #hero h4, #hero a {
    display: none;
  }
  #hero .hero-presentation {
    height: 70vh !important;
  }
}
.idealuria ul li {
  font-size: 1.6rem;
}

@media (min-width: 1920px) {
  .container {
    max-width: 1800px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}
@media (min-width: 2000px) {
  .container {
    max-width: 1900px;
  }
}
@media (min-width: 992px) {
  .col-lg-5_12 {
    flex: 0 0 auto;
    width: 20%;
    max-width: 20%;
  }
}
@media (min-width: 1200px) {
  .col-lg-5_12 {
    flex: 0 0 auto;
    width: 20%;
    max-width: 20%;
  }
}
.modal-content {
  border-radius: 1rem;
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.modal-content .modal-header {
  background: var(--ptk-accent-color);
  color: white;
  border-radius: 1rem 1rem 0;
  border-bottom: none;
}
.modal-content .modal-header .modal-title {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Noto Sans Georgian", sans-serif;
  color: white;
}
.modal-content .modal-header .btn-close {
  filter: invert(1);
  opacity: 0.8;
}
.modal-content .modal-header .btn-close:hover {
  opacity: 1;
}
.modal-content .modal-body {
  padding: 2rem;
}
.modal-content .modal-body .form-label {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--bs-heading-color);
  font-family: "Noto Sans Georgian", sans-serif;
  margin-bottom: 0.5rem;
}
.modal-content .modal-body .form-control {
  border-radius: 0.5rem;
  border: 2px solid #e9ecef;
  padding: 1rem 1.5rem;
  font-size: 1.5rem;
  font-family: "Noto Sans Georgian", sans-serif;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.modal-content .modal-body .form-control:focus {
  border-color: var(--ptk-accent-color);
  box-shadow: 0 0 0 0.2rem rgba(80, 46, 255, 0.25);
}
.modal-content .modal-body .form-control.is-invalid {
  border-color: #dc3545;
}
.modal-content .modal-body .invalid-feedback {
  font-size: 1.2rem;
  font-family: "Noto Sans Georgian", sans-serif;
}
.modal-content .modal-footer {
  border-top: 1px solid #e9ecef;
  padding: 1.5rem 2rem;
}
.modal-content .modal-footer .btn {
  min-height: 4rem;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0 2rem;
  border-radius: 5rem;
}

.alert {
  border-radius: 12px;
  font-family: "Noto Sans Georgian", sans-serif;
  font-size: 1.1rem;
  padding: 1rem 1.5rem;
}
.alert.alert-success {
  background-color: #d4edda;
  border-color: #c3e6cb;
  color: #155724;
}
.alert.alert-danger {
  background-color: #f8d7da;
  border-color: #f5c6cb;
  color: #721c24;
}

.popup-form-container {
  display: flex;
  flex-direction: row;
  gap: 32px;
}
.popup-form-container h2 {
  margin-bottom: 1rem;
}
.popup-form-container .left-pane {
  flex-grow: 1;
}
.popup-form-container .right-pane {
  width: 40%;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  position: relative;
  text-align: center;
}
.popup-form-container .right-pane .btn {
  margin: auto !important;
}
.popup-form-container .right-pane::before {
  content: "";
  border-left: 2px solid var(--ptk-secondary-accent-color);
  position: absolute;
  left: -16px;
  top: 0;
  bottom: 0;
  width: 0;
}
@media (max-width: 991px) {
  .popup-form-container {
    flex-direction: column;
  }
}

@media (min-width: 992px) {
  #orderModal .modal-dialog {
    max-width: 800px !important;
  }
}
.ai24-hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 3rem;
  height: 3rem;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
  position: relative;
}
.ai24-hamburger .hamburger-bar {
  width: 100%;
  height: 3px;
  background: white;
  border-radius: 2px;
  transition: all 0.3s ease;
  transform-origin: center;
}
.ai24-hamburger.active .hamburger-bar:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}
.ai24-hamburger.active .hamburger-bar:nth-child(2) {
  opacity: 0;
}
.ai24-hamburger.active .hamburger-bar:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

.ai24-mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(80, 46, 255, 0.95);
  backdrop-filter: blur(10px);
  z-index: 1000;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ai24-mobile-nav.open {
  transform: translateX(0);
}
.ai24-mobile-nav .ai24-nav-list-mobile {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.ai24-mobile-nav .ai24-nav-list-mobile .ai24-nav-item {
  margin: 2rem 0;
}
.ai24-mobile-nav .ai24-nav-list-mobile .ai24-nav-item .ai24-nav-link {
  color: white;
  font-size: 2.5rem;
  font-weight: 500;
  text-decoration: none;
  padding: 1rem 2rem;
  border-radius: 1rem;
  transition: all 0.3s ease;
  display: block;
}
.ai24-mobile-nav .ai24-nav-list-mobile .ai24-nav-item .ai24-nav-link:hover {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  transform: translateY(-2px);
}

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

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