:root {
  --pirmary-color: #345a7a;
  --secondary-color: #5099c1;
  --bg-button: #e5eafb;
  --c-paragraph: #5a759e;
  --bg-section: #f8f9fc;
  --bg-testimonials: #2b354f;
}

/* buttons start */

.link-primary {
  background-color: var(--pirmary-color);
  color: white;
  border-radius: 3px;
}

.link-primary-animated,
.link-secondary-animated {
  display: inline-block;
  font-size: 17px;
  border-radius: 3px;
  transition: all ease-in 0.2s;
  padding: 15px 25px;
}

.link-primary-animated {
  background-color: var(--pirmary-color);
  color: white;
}

.link-secondary-animated {
  background-color: var(--bg-button);
}

.link-primary-animated:hover,
.link-secondary-animated:hover {
  transform: scale(1.1);
}

.link-primary-animated:hover {
  background-color: var(--secondary-color);
}

.link-secondary-animated:hover {
  color: var(--secondary-color);
}

.button-primary {
  padding: 4px 8px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
  background-color: #409eff;
  color: #ffffff;
  border: none;
}

/* buttons end*/

/* typography start */

h1 {
  font-size: 48px;
  font-weight: 400;
  margin: 15px 0;
}

h2 {
  font-size: 32px;
  font-weight: 400;
  margin: 13px 0;
}

h3 {
  font-size: 22.4px;
  font-weight: 400;
  margin: 10px 0;
}

h4 {
  font-size: 18px;
  font-weight: 400;
  margin: 5px 0;
}

h5 {
  font-size: 16px;
  font-weight: 400;
  margin: 5px 0;
}

p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}

p.secondary {
  color: var(--c-paragraph);
}

/* typography end */

/* header start */

header section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em 4em;
}

header .logo {
  width: 90px;
  height: 58px;
  background-image: url(../images/logo_1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

header ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
}

header ul li {
  display: inline;
  margin-right: 20px;
  padding: 5px 0;
}

header ul li:last-child {
  margin-right: 0;
}

header ul li a {
  display: block;
  padding: 5px 15px;
  margin: 10px 0;
  font-size: 16px;
}

/* header end */

/* main start */

main section {
  padding: 3em 4em;
}

.fancy {
  color: var(--pirmary-color);
}

.fancy span {
  color: var(--secondary-color);
}

.primary-actions {
  display: flex;
  flex-direction: row;
  gap: 5px;
  margin-top: 50px;
}

.image img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.image.small {
  max-width: 480px;
  margin: 0 auto;
}

.main-analytics {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.main-section {
  background: var(--bg-section);
  box-sizing: border-box;
}

.label-bullet {
  font-size: 12px;
  color: var(--pirmary-color);
  background-color: #ffffff;
  border-radius: 3px;
  padding: 0.8em 1.4em 0.6em 1.4em;
}

.label-bullet:hover {
  background-color: #f9fbfd;
  color: #335eea;
}

.testimonials {
  background-color: var(--bg-testimonials);
}

.perks p:not(.secondary) {
  font-size: 20px;
  color: var(--pirmary-color);
}

.perks .label-bullet {
  background-color: #eaeffd;
  margin-bottom: 60px;
}

.perks .label-bullet:hover {
  color: #335eea;
  background-color: #eaeffd;
}

.main-bullets {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: center;
  margin-bottom: 2em;
}

.main-bullets img {
  max-height: 68px;
  display: block;
}

.main-bullets .number-bullet {
  color: #335eea;
  background-color: #eaeffd;
  border-radius: 50%;
  font-size: 12px;
  padding: 12px 15px 8px 15px;
}

.partners {
  background-image: url(../images/pattern01.png);
  position: relative;
  z-index: 1;
}

.partners::after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #285172;
  opacity: 0.95;
  z-index: -1;
}

.partners .label-bullet {
  color: white;
  background-color: #eaeffd21;
}

.partners .label-bullet:hover {
  color: #869ab8;
  background-color: #eaeffd21;
}

.price {
  margin: 10px;
  padding: 30px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid rgba(9, 9, 9, 0.1);
  box-sizing: border-box;
}

.price:hover {
  box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
  transition: 0.5s;
}

.price h2 {
  font-weight: 700;
  margin: 0 0 13px 0;
}

.price-details {
  position: relative;
  padding: 30px 0 15px 0;
  margin-bottom: 15px;
}

.price-details::before,
.price-details::after {
  content: "";
  position: absolute;
  background-color: rgba(9, 9, 9, 0.1);
  width: 140px;
  height: 1px;
  left: 50%;
  margin-left: -70px;
}

.price-details::before {
  top: 0;
}

.price-details::after {
  bottom: 0;
}

.price ul {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
}

.price ul li {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 0;
  font-size: 14px;
  color: #6d6d6d;
  border-bottom: 1px solid rgba(9, 9, 9, 0.04);
  box-sizing: border-box;
}

.price ul li i {
  font-size: 20px;
  color: #3488ce;
  font-weight: 900;
  margin-right: 6px;
}

.original-price {
  color: #999;
  font-size: 28px;
  font-weight: 500;
  line-height: 0;
}

.price-currency {
  font-size: 24px;
  font-weight: 700;
}

.price-period {
  color: #999;
  font-size: 15px;
  line-height: 3;
}

.sale-price {
  color: var(--pirmary-color);
  font-size: 28px;
  font-weight: 500;
  line-height: 0;
}

.testimonials article {
  margin: 20px;
  position: relative;
}

.testimonials article i {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 48px;
  color: #394460;
}

.testimonials h5 {
  color: #d3d3d3;
  margin: 0 0 15px 0;
}

.testimonials p {
  font-size: 18px;
  color: #adbacf;
}

.testimonials .label-bullet {
  color: #ffffff;
  background-color: #eaeffd21;
}

.testimonials .label-bullet:hover {
  color: #869ab8;
}

.suport-text {
  font-size: 18px;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}

.faq-list {
  margin: 40px;
  list-style: decimal;
}

.faq-list li {
  padding-left: 20px;
  margin-bottom: 40px;
}

.contact-link-container {
  padding: 30px 0;
}

.contact-link {
  color: var(--pirmary-color);
  transition: transform ease-in 0.2s;
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 280px;
  display: block;
}

.contact-link:hover {
  color: #4169ea;
  transform: translateY(-10px);
}

.support {
  background-color: #2b354f;
  background-image: url(../images/pattern01.png);
  position: relative;
  z-index: 1;
}

/* .support::after {
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  
  opacity: .95;
  z-index: -1;
} */

.support .label-bullet {
  color: white;
  background-color: #eaeffd21;
}

.support .label-bullet:hover {
  color: #869ab8;
  background-color: #eaeffd21;
}

.support h1 {
  color: white;
}

.contact-card {
  box-shadow: 0 -6px 48px 0 rgb(22 28 45 / 5%);
  /* transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s; */
  margin: 0 10px;
  padding: 20px 25px;
}

.contact-card h4 {
  text-align: center;
}

.contact-card a {
  display: block;
  text-align: center;
  font-size: 22px;
  color: var(--secondary-color);
  margin-top: 30px;
}

.contact-card a:hover {
  color: #cc9955;
}

.contact-card a i {
  margin-right: 15px;
}

.contact-card span {
  color: #869ab8;
  font-size: 12px;
  text-align: center;
  display: block;
}

.contact {
  background-image: url(../images/pattern01.png);
  position: relative;
  z-index: 1;
}

.contact::after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  opacity: 0.85;
  z-index: -1;
  background: white;
}

.contact form {
  max-width: 770px;
  margin: 0 auto;
}

.contact form .form-field {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}

.contact form .form-field label {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.contact form .form-field label span {
  color: #f56c6c;
}

.contact form .form-field input,
.contact form .form-field textarea {
  font-family: inherit;
  display: block;
  padding: 6px 12px;
  font-size: 16px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.contact form .form-field input:focus,
.contact form .form-field textarea:focus {
  border-color: #80bdff;
  outline: none;
}

.contact form .form-field.error input,
.contact form .form-field.error textarea {
  border-color: #f56c6c;
}

.contact form .form-field .error-message {
  color: #f56c6c;
  margin-top: 10px;
  display: none;
}

.contact form .form-field.error .error-message {
  display: block;
}

/* main end*/

/* footer start */
footer {
  border-top: 1px solid white;
  color: white;
}

footer section {
  padding: 60px 0;
  background-image: url(../images/hector-martinez-110928-unsplash.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

footer section::after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #080c0f;
  opacity: 0.97;
  z-index: -1;
}

footer .footer-columns {
  padding: 30px;
}

footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer ul li {
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 10px 0;
  font-size: 14px;
  color: #ffffffb3;
}

footer ul li i {
  font-size: 18px;
  color: var(--pirmary-color);
}

footer ul li div,
footer ul li a {
  padding-top: 4px;
}

footer ul li a:hover {
  color: #cc9955;
}

.copyright {
  background-color: black;
  text-align: center;
  font-size: 14px;
  padding: 10px;
}

/* footer end */

.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  /* top: 0; */
  z-index: 100;
}

.cookie-consent-content {
  background-color: #285172;
  color: white;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  z-index: 102;
  padding: 20px 10px;
  line-height: 1.2;
  box-sizing: border-box;
}

.cookie-consent-overlay {
  content: " ";
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 101;
  backdrop-filter: blur(5px);
}

.hamburger {
  background: none;
  border: none;
  width: 40px;
  height: 40px;
  font-size: 24px;
  border-radius: 10px;
}

.hamburger:hover {
  /* background: var(--secondary-color); */
  color: var(--pirmary-color);
}

@media (max-width: 768px) {
  header section {
    position: relative;
  }

  header section nav {
    display: none;
    position: absolute;
    top: 60px;
    /* adjust to match your header height */
    left: 0;
    width: 100%;
    background: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 1rem 0;
  }

  header section nav.active {
    display: block;
  }

  header section nav ul {
    flex-direction: column;
    gap: 1rem;
    display: flex;
    align-items: center;
  }
}