:root {


  --bodyColor: #F8F6F4;


  --boxColor: #eff0ef;


  --dark-brand-color: #202020;


  --brand-color: #1FA84F;


  --primaryColor: #404742;


  --title-2-color: #292836;


  --secendaryColor: #5E5E5E;


  --border-radius: 5px;
}

.aqua-guard-feedback {
  max-width: 1380px;
  margin: 4rem auto;
  padding: 3rem 2rem;
  background: #d9fffb;
  border-radius: 8px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #17202a;
  box-shadow: 0 12px 30px rgba(23, 32, 42, 0.12);
}

.aqua-guard-feedback__title {
  font-size: 2.8rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 2.5rem;
  letter-spacing: 0.06em;
  color: #0f4c75;
  text-transform: uppercase;
  user-select: none;
}

.modern-checkout {
  background: #f9fafb;
  padding: 80px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.modern-container {
  max-width: 950px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  padding: 60px 50px;
}

.modern-title {
  text-align: center;
  font-size: 2.3rem;
  color: #1e293b;
  margin-bottom: 50px;
  font-weight: 700;
}

.unique-products-section {
  padding: 4rem 1rem;
  background: #f4f7f9;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.unique-container {
  max-width: 1400px;
  margin: auto;
}

.unique-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
  font-weight: 700;
  color: #222;
}

.unique-product-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.unique-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 370px;
  background: linear-gradient(145deg, #ffffff, #e3e6e9);
  border-radius: 1.2rem;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.unique-card:hover {
  transform: translateY(-6px);
}

.unique-card-img {
  width: 100%;
  padding: 1rem;
  background: #fff;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 1.2rem;
  border-top-right-radius: 1.2rem;
}

.unique-card-img img {
  max-width: 100%;
  max-height: 180px;
  object-fit: contain;
}

.unique-card-info {
  padding: 1.2rem;
}

.prod-name {
  font-size: 1.2rem;
  margin-bottom: 0.4rem;
  color: #333;
  font-weight: 600;
}

.prod-desc {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 0.8rem;
}

.prod-price {
  font-size: 1.1rem;
  color: #cc3000;
  font-weight: 700;
}

.btn-row {
  margin-top: 1rem;
  text-align: center;
}

.btn-unique {
  background: #08c3b0;
  color: white;
  border: none;
  padding: 0.6rem 1.5rem;
  border-radius: 999px;
  font-size: 0.95rem;
  cursor: pointer;
  transition: background 0.3s ease;
}

.btn-unique:hover {
  background: #095bb0;
}

.modern-form {
  display: flex;
  flex-direction: column;
}

.modern-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.form-column {
  flex: 1 1 45%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

label {
  font-weight: 600;
  color: #334155;
  margin-bottom: 4px;
}

input,
textarea {
  background: #f1f5f9;
  border: none;
  border-radius: 12px;
  padding: 14px 18px;
  font-size: 1rem;
  transition: background-color 0.3s ease;
  color: #111827;
}

input:focus,
textarea:focus {
  background-color: #e2e8f0;
  outline: 2px solid #3b82f6;
}

textarea {
  resize: vertical;
}

.modern-btn {
  margin-top: 25px;
  padding: 14px 45px;
  font-size: 1.1rem;
  background-color: #000000;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.modern-btn:hover {
  background-color: #00ffe7;
}

.form-message {
  text-align: center;
  margin-top: 15px;
  color: #10b981;
  font-style: italic;
}

@media (max-width: 768px) {
  .modern-grid {
    flex-direction: column;
  }

  .form-column {
    flex: 1 1 100%;
  }
}

#cart-btn-desktop,
#cart-btn-mobile {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 22px;
  background: transparent;
  border: 2px solid #00ffe7;
  color: #00ffe7;
  font-size: 15px;
  font-weight: 600;
  border-radius: 10px;
  text-shadow: 0 0 8px #00ffe7;
  box-shadow: 0 0 10px rgba(0, 255, 231, 0.3),
    inset 0 0 6px rgba(0, 255, 231, 0.2);
  transition: all 0.3s ease-in-out;
  backdrop-filter: blur(2px);
  font-family: 'Orbitron', sans-serif;
}

/* === Hover ефекти === */
#cart-btn-desktop:hover,
#cart-btn-mobile:hover {
  background: rgba(0, 255, 231, 0.05);
  box-shadow: 0 0 15px #00ffe7, 0 0 30px #00ffe7;
  transform: scale(1.02);
}

/* === Іконка кошика === */
#cart-btn-desktop i,
#cart-btn-mobile i {
  font-size: 16px;
  color: #ff4848;
  transition: transform 0.2s ease;
  text-shadow: 0 0 6px #00ffe7;
}

#cart-btn-desktop:hover i,
#cart-btn-mobile:hover i {
  transform: scale(1.2);
}

/* === Текст суми кошика === */
.top-cart {
  font-weight: 700;
  font-size: 14px;
  color: #ff0000;
  text-shadow: 0 0 6px #00ffe7;
  min-width: 60px;
  text-align: right;
}

/* === Адаптивне відображення === */
@media (min-width: 768px) {
  #cart-btn-mobile {
    display: none;
  }
}

@media (max-width: 767.98px) {
  #cart-btn-desktop {
    display: none;
  }
}

#cart-modal .modal-dialog {
  max-width: 680px;
  margin: 2.5rem auto;
}

#cart-modal .modal-content {
  background-color: #121212;
  border-radius: 18px;
  padding: 40px 35px;
  box-shadow: 0 0 30px rgba(0, 255, 231, 0.4);
  color: #00ffe7;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-shadow: 0 0 8px #00ffe7;
}

#shopping-cart h3 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
  border-bottom: 2px solid #00ffe7;
  padding-bottom: 8px;
  text-shadow: 0 0 8px #00ffe7;
}

.table-cart {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}

.footer {
  background-color: #222;
  color: #eee;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}

.footer-about,
.footer-nav,
.footer-contact {
  flex: 1 1 280px;
  min-width: 280px;
}

.footer-logo-link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #eee;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 15px;
}

.footer-logo-img {
  width: 40px;
  height: 40px;
}

.footer-about-text {
  line-height: 1.5;
  margin-bottom: 10px;
}

.footer-registration {
  font-size: 0.85rem;
  color: #aaa;
}

.footer-title {
  font-size: 1.1rem;
  margin-bottom: 15px;
  border-bottom: 2px solid #555;
  padding-bottom: 5px;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-link {
  color: #eee;
  text-decoration: none;
}

.footer-link:hover,
.footer-link:focus {
  text-decoration: underline;
  color: #fff;
}

.footer-contact p {
  margin: 0 0 10px 0;
  font-style: normal;
}

.footer-separator {
  border: 0;
  border-top: 1px solid #444;
  margin: 30px auto 20px;
  max-width: 1200px;
}

.footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  font-size: 0.9rem;
  color: #777;
  padding-bottom: 20px;
}

/* Адаптивність */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    gap: 30px;
  }

  .footer-about,
  .footer-nav,
  .footer-contact {
    min-width: 100%;
    flex: unset;
  }
}


.btn-modern {
  display: inline-block;
  padding: 12px 30px;
  background: linear-gradient(45deg, #00ffe7, #007aff);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(0, 122, 255, 0.4);
  transition: background 0.3s ease, transform 0.2s ease;
}

.btn-modern:hover {
  background: linear-gradient(45deg, #007aff, #00ffe7);
  transform: scale(1.05);
}

.table-cart thead th {
  color: #000000;
  font-weight: 600;
  padding: 12px 10px;
  border-bottom: 1px solid #004d4d;
  text-align: left;
  text-shadow: 0 0 6px #00ffe7;
}

.table-cart tbody tr {
  background-color: #1e1e1e;
  border-radius: 10px;
  transition: background-color 0.3s ease;
}

.table-cart tbody tr:hover {
  background-color: #003838;
}

.table-cart tbody td {
  padding: 16px 10px;
  color: #000000;
  text-shadow: 0 0 6px #00ffe7;
  vertical-align: middle;
}

.cart-total {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #004d4d;
  display: flex;
  justify-content: space-between;
  font-size: 1.3rem;
  font-weight: 700;
  color: #00ffe7;
  text-shadow: 0 0 8px #00ffe7;
}

.btn-purchase {
  margin-top: 3.5rem;
  text-align: center;
}

.btn-purchase .btn {
  background-color: transparent;
  border: 2px solid #00ffe7;
  color: #00ffe7;
  padding: 14px 30px;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 30px;
  cursor: pointer;
  box-shadow: 0 0 12px #00ffe7;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  text-shadow: 0 0 8px #00ffe7;
}

.btn-purchase .btn:hover {
  background-color: #00ffe7;
  color: #121212;
  box-shadow: 0 0 20px #00ffe7, 0 0 40px #00ffe7;
}

.btn-purchase i {
  font-size: 1.2rem;
  text-shadow: 0 0 8px #00ffe7;
}


.TI4KkLkKyi {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
}

.Vky9wnEXpc {
  flex: 1 1 calc(33% - 1.33rem);
  background: #fff;
  padding: 1.8rem 2rem;
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(15, 76, 117, 0.1);
  border: 2px solid transparent;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.Vky9wnEXpc:hover {
  box-shadow: 0 10px 35px rgba(15, 76, 117, 0.3);
  border-color: #0f4c75;
  transform: translateY(-6px);
}

.aqua-guard-feedback__text {
  font-style: italic;
  font-size: 1.1rem;
  line-height: 1.55;
  margin-bottom: 1.8rem;
  color: #34495e;
}

.aqua-guard-feedback__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.aqua-guard-feedback__user {
  font-weight: 700;
  font-size: 1rem;
  color: #0f4c75;
  user-select: none;
}

.aqua-guard-feedback__stars {
  font-size: 1.4rem;
  color: #ffb400;
  user-select: none;
  transition: color 0.3s ease;
}

.TLdm7bAfUi {
  color: #3498db;
}

.aqua-guard-feedback__stars--red {
  color: #e74c3c;
}

.aqua-guard-feedback__stars--green {
  color: #27ae60;
}

.aqua-guard-feedback__stars--orange {
  color: #e67e22;
}

.aqua-guard-feedback__stars--purple {
  color: #8e44ad;
}

@media (max-width: 900px) {
  .Vky9wnEXpc {
    flex: 1 1 calc(50% - 1rem);
  }
}

@media (max-width: 600px) {
  .Vky9wnEXpc {
    flex: 1 1 100%;
  }
}

.R4vxb279BS {
  background: #444;
  color: #fff;
  padding: 6px;
  font-size: 13px;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
  transition: opacity 0.3s ease-in-out;
}

.R4vxb279BS .cookie-checkbox {
  display: none;
}

.R4vxb279BS .accept-btn {
  display: inline-block;
  background: #222;
  color: #fff;
  border: 1px solid #000;
  cursor: pointer;
  padding: 4px 7px;
  margin: 2px 0;
  font-size: 13px;
  font-weight: 700;
  transition: background 0.07s, color 0.07s, border-color 0.07s;
}

.R4vxb279BS .accept-btn:hover {
  background: #fff;
  color: #222;
}

.cookie-checkbox:checked+.cookies-content {
  display: none;
}

.hdr-neon {
  position: fixed;
  width: 100%;
  top: 0;
  background: #0d0d0d;
  box-shadow: 0 0 15px #00ffe7;
  z-index: 3000;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.container-neon {
  max-width: 1140px;
  margin: 0 auto;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
}

/* Логотип */
.logo-neon {
  color: #00ffe7;
  font-weight: 900;
  font-size: 2.2rem;
  text-decoration: none;
  letter-spacing: 0.12em;
  user-select: none;
}

/* Десктоп меню */
.nav-desktop-neon {
  display: flex;
  gap: 30px;
}

.nav-desktop-neon a {
  color: #00ffe7;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  padding: 8px 14px;
  border-radius: 8px;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.nav-desktop-neon a:hover {
  background-color: #00ffe7;
  color: #0d0d0d;
}

/* Бургер */
.menu-toggle-neon {
  display: none;
}

.burger-neon {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 20px;
  cursor: pointer;
  z-index: 3200;
}

.burger-neon span {
  display: block;
  height: 3px;
  background: #00ffe7;
  border-radius: 3px;
  transition: all 0.3s ease;
}

/* Анімація бургеру при відкритті */
.menu-toggle-neon:checked+.burger-neon span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.menu-toggle-neon:checked+.burger-neon span:nth-child(2) {
  opacity: 0;
}

.menu-toggle-neon:checked+.burger-neon span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* Мобільне меню */
.UFCy7GncVG {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: #0d0d0d;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 35px;
  transform: translateY(-120%);
  transition: transform 0.35s ease;
  z-index: 3100;
}

.UFCy7GncVG a {
  font-size: 1.8rem;
  font-weight: 800;
  color: #00ffe7;
  text-decoration: none;
  user-select: none;
}

.UFCy7GncVG a:hover {
  color: #ffffff;
  text-shadow: 0 0 8px #00ffe7;
}

.logo-link {
  color: #00ffe7;
  text-shadow: 0 0 8px #00ffe7;
  font-weight: bold;
  font-size: 1.5em;
  display: flex;
  align-items: center;
}

.logo-img {
  width: 50px;
  height: auto;
  margin-right: 10px;
}


/* Показ мобільного меню при активації */
.menu-toggle-neon:checked~.UFCy7GncVG {
  transform: translateY(0);
}

/* Адаптив */
@media (max-width: 768px) {
  .nav-desktop-neon {
    display: none;
  }

  .burger-neon {
    display: flex;
  }
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Outfit', sans-serif;
  color: var(--primaryColor);
  background-color: var(--bodyColor);
  text-align: left;
  position: relative;
  overflow-x: hidden;
}

body.home-rtl {
  font-family: 'Tajawal', sans-serif;
}


body.dark-mode {
  --bodyColor: #151515;

  --boxColor: #1E1E1E;


  --primaryColor: #e4e6e4;


  --brand-color: rgba(31, 168, 79, 0.87);


  --secendaryColor: #bcbcbc;


  --title-2-color: #ebebeb;

}


.switch-button {
  border-radius: 50%;
  border: none;
  outline: none;
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  margin-left: 10px;
  border: .5px solid #00ffe7;
}

.btn-light-mode {
  background-color: #00ffe7;
  color: var(--primaryColor);
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

::selection {
  color: var(--bodyColor);
  background-color: #00ffe7;
}

.title {
  color: var(--primaryColor);
  font-size: 45px;
  font-weight: bold;
  position: relative;

}

.xFzczExov3 {
  color: var(--title-2-color);
  font-size: 26px;
  font-weight: bold;
  position: relative;

}

.pretitle {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  color: #00ffe7;
}

.unique-text {
  color: #00ffe7;
}

.home-2 .heading {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

body.home-rtl .heading {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: end;
  text-align: end;
}

body.home-rtl .heading>* {
  justify-self: end;
  text-align: end;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

.i44JcbtkR0 {
  background-color: #00ffe7;
  padding: 20px;
  border-radius: var(--border-radius);
  position: relative;
  height: 100%;
  z-index: 1;
  transition: color 300ms ease-in-out;
}

.i44JcbtkR0.i44JcbtkR0-hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #1d978c;
  transition: transform 400ms ease-in-out;
  transform: scaleX(0);
  transform-origin: left;
  color: #F3F3F3;
  border-radius: var(--border-radius);
}

.i44JcbtkR0.i44JcbtkR0-hover:hover:before,
.i44JcbtkR0.i44JcbtkR0-hover:focus:before {
  transform: scaleX(1);
}

.i44JcbtkR0.i44JcbtkR0-hover:hover,
.i44JcbtkR0.i44JcbtkR0-hover:focus,
.i44JcbtkR0.i44JcbtkR0-hover:hover a i,
.i44JcbtkR0.i44JcbtkR0-hover:hover .i44JcbtkR0-icon i,
.i44JcbtkR0.i44JcbtkR0-hover:hover>* {
  color: #F9F9F9;
}

.i44JcbtkR0.i44JcbtkR0-hover:hover>p {
  color: #def3de;
}

.home-rtl .i44JcbtkR0 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: end;
}

.btn,
.btn-sec {
  border: 1px solid #00ffe7;
  background: #00ffe7;
  color: var(--bodyColor);
  font-weight: 800;
  border-radius: 40px;
  padding: 8px 25px;
  font-size: 20px;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  text-transform: capitalize;
  align-items: center;
  text-align: center;
  letter-spacing: .5px;
  outline: none;
  font-weight: bold;
  transition: 0.8s all ease;
  cursor: pointer;
  z-index: 1;
}

.btn-sec {
  background-color: #00ffe7;
  border: 1px solid #00ffe7;
  color: var(--primaryColor);
}

.btn-sec:hover {
  color: var(--bodyColor);
}

.btn::before,
.btn-sec::before {
  background: #00ffe7;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.6s ease;
  width: 100%;
  height: 0%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.btn-sec::before {
  background: #00ffe7;
}

.btn:hover::before,
.btn-sec:hover::before {
  height: 380%;
}

.learn-more {
  text-transform: capitalize;
  color: #00ffe7;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
}

.learn-more .bi {
  font-size: 25px;
}


@media (max-width: 768px) {
  .btn {
    padding: 6px 18px;
    font-size: 16px;
  }

  .title {
    font-size: 35px;
  }

  .xFzczExov3 {
    font-size: 20px;
  }

  .pretitle {
    font-size: 14px;
  }

  p {
    font-size: 14;
    line-height: 28;
  }
}

p {
  color: var(--secendaryColor);
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}

ul {
  list-style: none;
}

img {
  width: 100%;
}


.breadcrumbs {
  background: var(--dark-brand-color);
  min-height: 40px;
  margin-top: 82px;
  color: var(--bodyColor);
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 57px;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
}

.breadcrumbs h2 {
  color: #eaf0ec;
}

.breadcrumbs ol a {
  color: #F8F6F4;
  transition: 0.3s;
}

.breadcrumbs p {
  color: #b6b6b6;
}

.breadcrumbs ol a:hover {
  color: #00ffe7;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
  color: #F9F9F9;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #F8F6F4;
  content: "/";
}



.pace {
  pointer-events: none;
  user-select: none;
  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 400px;
  border: 0px;
  height: 1.5px;
  overflow: hidden;
  background: #1b1b1b;
}

.pace .pace-progress {
  box-sizing: border-box;
  transform: translate3d(0, 0, 0);
  max-width: 400px;
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: #00ffe7;
}

.pace.pace-inactive {
  display: none;
}



.p {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  color: #fff;
}



#progress {
  position: fixed;
  bottom: 20px;
  right: 10px;
  height: 70px;
  width: 70px;
  display: none;
  place-items: center;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 800;
}

#progress-value {
  display: block;
  height: calc(100% - 15px);
  width: calc(100% - 15px);
  border-radius: 50%;
  display: grid;
  background-color: var(--bodyColor);
  place-items: center;
  font-size: 35px;
  color: #00ffe7;
}


.navbar {
  z-index: 900;
}

.navbar-toggler,
.navbar-toggler:active,
.navbar-toggler:focus {
  border: none;
}

@media (max-width: 990px) {
  .navbar {
    background-color: #00ffe7;
  }

  .home-rtl .navbar #navbar {
    display: flex;
    flex-direction: column !important;
  }
}

.navbar #menu {
  color: var(--title-2-color);
  font-size: 30px;
}

.navbar .logo {
  width: 9rem;
}

.navbar.sticky {
  background-color: #00ffe7;
  transition: 1s;
}

.navbar ul li a:focus {
  background-color: transparent;
}

.navbar ul li a {
  font-weight: 600;
  text-transform: capitalize;
  color: var(--secendaryColor) !important;
}

.navbar ul li a:hover,
.navbar ul li a.active {
  color: #00ffe7 !important;
}

.navbar .dropdown-menu {
  background-color: #00ffe7 !important;
}

.navbar .dropdown-menu .dropdown-item {
  color: var(--title-2-color);
  background-color: #00ffe7;
}

.hero {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.home-3 .hero {
  min-height: 150vh !important;
}


@media (max-width: 990px) {

  .home-1 .hero,
  .home-3 .hero,
  .home-rtl {
    margin-top: 80px;
  }
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#content {
  position: relative;
  z-index: 1;
}


.hero .KKZbFK5uhE .title {
  line-height: 45px;
  font-size: 35px;
}

@media (max-width: 990px) {
  .hero .KKZbFK5uhE .title {
    line-height: 45px;
    font-size: 44px;
  }
}

/* home 3 */

.home-3 .hero .KKZbFK5uhE .title {
  font-size: 50px;
  line-height: 65px;
}

.home-3 .hero .KKZbFK5uhE .icons .icon {
  background-color: #00ffe7;
  color: var(--body-color);
  border-radius: 50%;
  margin-inline: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-3 .hero .KKZbFK5uhE .icons i {
  font-size: 20px;
}

.home-3 .hero .hero-images .hero-img {
  height: 500px;

}

.home-3 .hero .hero-images .hero-img img {
  border-radius: var(--border-radius);
  object-fit: cover;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.home-3 .hero .hero-numbers .i44JcbtkR0-number {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.home-3 .hero .hero-numbers .i44JcbtkR0-number h2 {
  font-size: 55px;
  color: #00ffe7;
  font-weight: bold;
  text-align: center;
}

.home-3 .hero .hero-numbers .i44JcbtkR0-number h6 {
  color: var(--secendaryColor);
  font-size: 18px;
  font-weight: 400;
}

.about .i44JcbtkR0 .xFzczExov3 {
  text-transform: capitalize;
  font-size: 18px;
}

.about .i44JcbtkR0 {
  display: flex;
  flex-direction: row !important;
  align-items: center;
  padding: 15px;
}

.about .i44JcbtkR0 i {
  font-size: 35px;
  color: #00ffe7;
}

.about .bars {
  margin: 0;
  padding: 0;
}

@keyframes load {
  from {
    width: 0%;
  }

}

@-webkit-keyframes load {
  from {
    width: 0%;
  }
}

@-o-keyframes load {
  from {
    width: 0%;
  }
}

@-moz-keyframes load {
  from {
    width: 0%;
  }
}

.progress-bar {
  width: 100%;
  height: 8px;
  background-color: #00ffe7;
  border-radius: 5px;
  overflow: hidden;
}

.progress-bar-fill {
  height: 100%;
  background-color: #00ffe7;
  border-radius: 5px;
  transition: width 0.2s ease-in-out;
  animation: load 3s 0s;
  -webkit-animation: load 3s 0s;
  -moz-animation: load 3s 0s;
  -o-animation: load 3s 0s;
}

.progress-bar-fill.progress-bar-fill-1 {
  width: 70%;
}

.progress-bar-fill.progress-bar-fill-2 {
  width: 20%;
}

.progress-bar-fill.progress-bar-fill-3 {
  width: 55%;
}

.home-rtl .about .i44JcbtkR0 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: end;
}

.i44JcbtkR0-service .i44JcbtkR0-icon i {
  color: #00ffe7;
  font-size: 4rem;
}

.home-2 .i44JcbtkR0-service {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.home-rtl .i44JcbtkR0-service {
  text-align: end;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

.services .i44JcbtkR0-service a {
  display: flex;
  align-items: baseline;
}

.services .i44JcbtkR0-service a i {
  font-size: 18px;
  margin: 0 5px;
}


.single-service {
  min-height: 100vh;
  margin-top: 6rem;
}

.service-side {
  height: fit-content;
}

.service-side .social .icon {
  width: 40px;
  height: 40px;
  border-radius: var(--border-radius);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00ffe7;
}

.service-side .social .icon i {
  font-size: 18px;
  color: var(--bodyColor);
}

.single-service .service-box {
  height: fit-content;
}

.single-service .service-box h3 {
  font-size: 16px;
}

.single-service .service-box p {
  line-height: 26px;
  font-size: 14px;
}

.single-service .service-box i {
  font-size: 35px;
  color: #00ffe7;
}

.k1IXpj4p7P .i44JcbtkR0 h1 {
  font-size: 50px;
  color: #00ffe7;
  font-weight: bold;
}


.portfolio-btn {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  color: var(--secendaryColor);
  border: none;
  background-color: var(--bodyColor);
}

.portfolio-item img {
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius);
}

.portfolio ul {
  margin: 0 !important;
  padding: 1rem 0 !important;
}

@media screen and (max-width: 768px) {
  .portfolio ul li a {
    font-size: 17px;
  }
}

.portfolio .img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 1), transparent);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  opacity: 0;
  transition: opacity 0.50s;

}

.portfolio .img-overlay .content {
  padding: 1.5rem;
  width: 100%;
  color: #c9e8d2;
}

.portfolio .img-overlay .content h3,
.portfolio .img-overlay .content h6 {
  color: #F9F9F9;
}

.portfolio .img-overlay>* {
  transform: translateY(40px);
  transition: transform 25ms;
}

.portfolio .img-overlay:hover>* {
  transform: translateY(0);
}

.portfolio .img-overlay:hover {
  opacity: 1;
}

.portfolio .img-overlay h3 {
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
}

.portfolio .img-overlay h4 {
  padding: 7px 10px;
  color: #00ffe7;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #C4C0E6;
  cursor: pointer;
}

.portfolio .img-overlay .tags span {
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  color: #1FA84F;
  margin: 0 .5rem;
}

.portfolio-btn .active,
.portfolio-btn:hover {
  color: #00ffe7 !important;
}

.portfolio-item {
  transition: ease-in-out 50ms;
  position: relative;
}

.client-side {
  height: fit-content;
}

.client-side .i44JcbtkR0 .icon {
  flex: 0.25;
}

.client-side .i44JcbtkR0 .icon i {
  font-size: 45px;
  color: #00ffe7;
}

.client-side .i44JcbtkR0 .text {
  flex: 0.75;
}

.client-side .i44JcbtkR0 .text h3 {
  color: var(--primaryColor);
  margin: 0;
  font-size: 18px;
}

.client-side .social .icon {
  width: 40px;
  height: 40px;
  border-radius: var(--border-radius);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00ffe7;
}

.client-side .social .icon i {
  font-size: 18px;
  color: var(--bodyColor);
}


.clients {
  background-color: #00ffe7;
}

.clients img {
  filter: grayscale(100%);
}

.clients img:hover {
  filter: grayscale(0);
}


.counter-up {
  padding: 60px 0;
  background-color: var(--dark-brand-color);
  color: #F9F9F9;
  text-align: center;
}

.home-3 .counter-up {
  background-color: transparent;
}

.counter-up .counter {
  font-size: 50px;
  font-weight: bold;
  color: #00ffe7;
}

.counter-up .xFzczExov3 {
  color: #F9F9F9;
}

.counter-up i {
  font-size: 50px;
  color: #00ffe7;
}


.pricing .row .i44JcbtkR0 {
  text-align: center;
  align-items: center;
}

#table3 {
  background-color: #00ffe7;
  color: #F3F3F3;
}

#table3>.price {
  color: #F3F3F3;
}

#table3>h3,
#table3>ul li,
#table3>i {
  color: #d8d8d8;
}

.pricing .row .i44JcbtkR0 ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

#table3 .btn {
  background-color: var(--bodyColor);
  color: #00ffe7;
}

#table3 ul li .bi-check2-circle {
  color: var(--dark-brand-color);
}

.pricing .row .i44JcbtkR0 .price {
  font-size: 55px;
  font-weight: bold;
  color: #00ffe7;

}

.pricing .row .i44JcbtkR0 i {
  font-size: 55px;
  color: var(--secendaryColor);
}

.pricing .i44JcbtkR0 ul li .bi {
  font-size: 18px;
  margin-right: 5px;
}

.pricing .i44JcbtkR0 ul li .bi-check2-circle {
  color: #00ffe7;
}

.pricing .i44JcbtkR0 ul li .bi-x-circle {
  color: #864141;
}

.pricing ul li {
  color: var(--secendaryColor);
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.pricing h3 {
  color: var(--secendaryColor);
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
}

.pricing .i44JcbtkR0 .xFzczExov3 {
  font-size: 25px;
  text-transform: capitalize;
  font-weight: bold;
}

.testimonials .i44JcbtkR0 h1 {
  font-size: 18px;
  margin: 0;
  padding: 0;
}

.testimonials i {
  color: #b8b800;
  font-size: 20px;
}

.team .i44JcbtkR0 {
  padding: 0;
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.team .i44JcbtkR0 .team-img {
  width: 100%;
}

.team .i44JcbtkR0 .social-icons i {
  font-size: 1.5rem;
  margin: 0 .5rem;
  color: var(--secendaryColor);
}

.team .i44JcbtkR0 .social-icons i:hover {
  color: #00ffe7;
}



.oXVN5cy0wQ h3 {
  font-size: 16px;
  font-weight: 400;
  color: var(--secendaryColor);
}

.home-rtl .oXVN5cy0wQ .card-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  text-align: end;
}

.oXVN5cy0wQ .card i {
  font-size: 17px;
  color: #00ffe7;
}

.oXVN5cy0wQ .xFzczExov3 {
  font-size: 25px;
  line-height: 40px;
}

.oXVN5cy0wQ .card {
  padding: 0 !important;
}

.oXVN5cy0wQ .card img {
  border-radius: var(--border-radius);
}

.oXVN5cy0wQ .card a {
  display: flex;
  align-items: center;
  flex-direction: row;
  color: #00ffe7;
}

.oXVN5cy0wQ .card a i {
  font-size: 18px;
  margin-inline: 5px;
}

.oXVN5cy0wQ-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}

.oXVN5cy0wQ-nav a {
  margin-inline: .5rem;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00ffe7;
  color: var(--title-2-color);
  border-radius: 50%;
}

.oXVN5cy0wQ-nav a.active,
.oXVN5cy0wQ-nav a:hover {
  background-color: #00ffe7;
}

.oXVN5cy0wQ .entry {
  padding: 30px;
  margin-bottom: 60px;
}

.oXVN5cy0wQ .entry .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.oXVN5cy0wQ .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.oXVN5cy0wQ .entry .entry-title a {
  color: var(--title-2-color);
  transition: 0.3s;
}

.oXVN5cy0wQ .entry .entry-meta {
  margin-bottom: 15px;
  color: #00ffe7;
}

.oXVN5cy0wQ .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.oXVN5cy0wQ .entry .entry-meta ul li+li {
  padding-left: 20px;
}

.oXVN5cy0wQ .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.oXVN5cy0wQ .entry .entry-meta a {
  color: var(--primaryColor);
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.oXVN5cy0wQ .entry .entry-content p {
  line-height: 24px;
}

.oXVN5cy0wQ .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}


.oXVN5cy0wQ .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}


.oXVN5cy0wQ .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.oXVN5cy0wQ .entry .entry-footer i {
  color: #00ffe7;
  display: inline;
}

.oXVN5cy0wQ .entry .entry-footer a {
  color: var(--secendaryColor);
  transition: 0.3s;
}


.oXVN5cy0wQ .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.oXVN5cy0wQ .entry .entry-footer .cats li {
  display: inline-block;
}

.oXVN5cy0wQ .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.oXVN5cy0wQ .entry .entry-footer .tags li {
  display: inline-block;
}

.oXVN5cy0wQ .entry .entry-footer .tags li+li::before {
  padding-right: 6px;
  color: var(--secendaryColor);
  content: ",";
}

.oXVN5cy0wQ .entry .entry-footer .share {
  font-size: 16px;
}

.oXVN5cy0wQ .entry .entry-footer .share i {
  padding-left: 5px;
}

.oXVN5cy0wQ .entry-single {
  margin-bottom: 30px;
}

.oXVN5cy0wQ .oXVN5cy0wQ-author {
  padding: 20px;
  margin-bottom: 30px;
  background-color: #00ffe7;
  border-radius: var(--border-radius);
}

.oXVN5cy0wQ .oXVN5cy0wQ-author img {
  width: 120px;
  margin-right: 20px;
}

.oXVN5cy0wQ .oXVN5cy0wQ-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: var(--title-2-color);
}

.oXVN5cy0wQ .oXVN5cy0wQ-author .social-links {
  margin: 0 10px 10px 0;
}

.oXVN5cy0wQ .oXVN5cy0wQ-author .social-links a {
  color: rgba(1, 41, 112, 0.5);
  margin-right: 5px;
}

.oXVN5cy0wQ .oXVN5cy0wQ-author p {
  color: var(--secendaryColor);
}

.oXVN5cy0wQ .oXVN5cy0wQ-comments {
  margin-bottom: 30px;
}

.oXVN5cy0wQ .oXVN5cy0wQ-comments .comments-count {
  font-weight: bold;
}

.oXVN5cy0wQ .oXVN5cy0wQ-comments .comment {
  margin-top: 30px;
  position: relative;
}

.oXVN5cy0wQ .oXVN5cy0wQ-comments .comment .comment-img {
  margin-right: 14px;
}

.oXVN5cy0wQ .oXVN5cy0wQ-comments .comment .comment-img img {
  width: 60px;
}

.oXVN5cy0wQ .oXVN5cy0wQ-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.oXVN5cy0wQ .oXVN5cy0wQ-comments .comment h5 a {
  font-weight: bold;
  color: var(--title-2-color);
  transition: 0.3s;
}


.oXVN5cy0wQ .oXVN5cy0wQ-comments .comment h5 .reply {
  padding-left: 10px;
  color: #00ffe7;
}

.oXVN5cy0wQ .oXVN5cy0wQ-comments .comment h5 .reply i {
  font-size: 20px;
}

.oXVN5cy0wQ .oXVN5cy0wQ-comments .comment time {
  display: block;
  font-size: 14px;
  color: #00ffe7;
  margin-bottom: 5px;
}

.oXVN5cy0wQ .oXVN5cy0wQ-comments .comment.comment-reply {
  padding-left: 40px;
}

.oXVN5cy0wQ .oXVN5cy0wQ-comments .reply-form {
  margin-top: 30px;
  padding: 4rem;
}

.oXVN5cy0wQ .oXVN5cy0wQ-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.oXVN5cy0wQ .oXVN5cy0wQ-comments .reply-form p {
  font-size: 14px;
}

.oXVN5cy0wQ .oXVN5cy0wQ-comments .reply-form input {
  border-radius: var(--border-radius);
  outline: none;
  border: none;
  color: var(--title-2-color);
  font-size: 14px;
}

.oXVN5cy0wQ .oXVN5cy0wQ-comments .reply-form input:focus {
  background-color: #00ffe7;
  border: none;
  outline: none;
  box-shadow: none;
}

.oXVN5cy0wQ .oXVN5cy0wQ-comments .reply-form textarea {
  box-shadow: none;
  outline: none;
  border: none;
  color: var(--title-2-color);
}

.oXVN5cy0wQ .oXVN5cy0wQ-comments .reply-form textarea:focus {
  background-color: #00ffe7;
}

.oXVN5cy0wQ .oXVN5cy0wQ-comments .reply-form .form-group {
  margin-bottom: 1rem;
}


.oXVN5cy0wQ .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  width: fit-content;
  background-color: #00ffe7;
}

.oXVN5cy0wQ .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 15px 0;
  color: var(--title-2-color);
  position: relative;
}

.oXVN5cy0wQ .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.oXVN5cy0wQ .sidebar .search-form {
  background-color: #00ffe7;
}

.oXVN5cy0wQ .sidebar .search-form form {
  background: #00ffe7;
  border: 1px solid #00ffe7;
  width: 100%;
  height: 100%;
  position: relative;
}

.oXVN5cy0wQ .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.oXVN5cy0wQ .sidebar .search-form form input[type=text]:focus {
  border: #00ffe7;
  outline: none;
  box-shadow: none;
}

.oXVN5cy0wQ .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #00ffe7;
  color: var(--bodyColor);
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.oXVN5cy0wQ .sidebar .search-form form button i {
  line-height: 0;
  color: var(--bodyColor);
}

.oXVN5cy0wQ .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.oXVN5cy0wQ .sidebar .categories ul li+li {
  padding-top: 10px;
}

.oXVN5cy0wQ .sidebar .categories ul a {
  color: var(--title-2-color);
  transition: 0.3s;
}


.oXVN5cy0wQ .sidebar .categories ul a span {
  padding-left: 5px;
  color: var(--secendaryColor);
  font-size: 14px;
}

.oXVN5cy0wQ .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.oXVN5cy0wQ .sidebar .recent-posts img {
  width: 80px;
  height: 100%;
  float: left;
  border-radius: var(--border-radius);
}

.oXVN5cy0wQ .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.oXVN5cy0wQ .sidebar .recent-posts h4 a {
  color: var(--primaryColor);
  transition: 0.3s;
}

.oXVN5cy0wQ .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-size: 14px;
  color: var(--secendaryColor);
}

.oXVN5cy0wQ .sidebar .tags {
  margin-bottom: -10px;
}

.oXVN5cy0wQ .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.oXVN5cy0wQ .sidebar .tags ul li {
  display: inline-block;
}

.oXVN5cy0wQ .sidebar .tags ul a {
  color: #00ffe7;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid var(--secendaryColor);
  display: inline-block;
  border-radius: var(--border-radius);
  transition: 0.3s;
}

.faq .i44JcbtkR0 h4 {
  color: var(--title-2-color);
  font-size: 20px;
  font-weight: 600;
}

.faq .i44JcbtkR0 i {
  font-size: 25px;
  color: #00ffe7;
}

.rotate-icon {
  transition: transform 0.3s ease-in-out;
}

.rotate-icon.rotated {
  transform: rotate(180deg);
}

.contact form input,
.contact form textarea {
  width: 100%;
  padding: 15px;
  outline: none;
  border: none;
  box-shadow: none;
  background-color: #00ffe7;
  border-radius: var(--border-radius);
  color: var(--title-2-color);
}

.contact form input:focus,
.contact form textarea:focus {
  background-color: #00ffe7;
  box-shadow: none;
}

.contact .info i {
  font-size: 30px;
  color: #00ffe7;
}

.contact .info h5 {
  color: var(--secendaryColor);
  font-size: 20px;
  font-weight: 600;
}

.contact-map {
  width: 100%;
  height: 400px;
  margin-top: 5rem;
}

.toast-success {
  background-color: #0d9700 !important;
  opacity: 1 !important;
}

.toast-error {
  background-color: #8b0500 !important;
  opacity: 1 !important;
}

.toast {
  border-radius: var(--border-radius) !important;
  color: #F9F9F9;
  font-family: 'Outfit', sans-serif;
  box-shadow: none !important;
}

.footer {
  background-color: #1c1d1c;
}

.footer .i44JcbtkR0 {
  background-color: var(--dark-brand-color);
}

.footer .i44JcbtkR0 p {
  color: var(--secendaryColor);
}

.footer .i44JcbtkR0 .logo img {
  width: 50%;
}

.footer .i44JcbtkR0 .icon {
  color: #fff;
  background-color: #00ffe7;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: grid;
  place-items: center;

}

.footer .i44JcbtkR0 h4 {
  color: #b6b6b6;
}

.footer .i44JcbtkR0 p {
  color: #a2a1a1;
}

.footer h4 {
  color: #b6b6b6;
  font-size: 18px;
  font-weight: 600;
}

.footer ul {
  margin: 0;
  padding: 0;
}

.footer ul li {
  color: #ddd;
  cursor: pointer;
}

.footer ul li a {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  color: #ddd;
}

.footer ul li i {
  font-size: 12px;
}

.footer .copyrights a {
  color: #d8d8d8;
}

.footer hr {
  color: #b1b1b1;
}

.fzf {
  width: 100%;
  overflow: hidden;
  height: 100%;
  display: grid;
  place-items: center;
  place-content: center;
}

.fzf .content {
  margin-top: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.fzf .content img {
  width: 70%;
}

.fzf .content h1 {
  font-size: 60px;
  text-transform: uppercase;
  font-weight: bold;
  margin-block: 1rem;
}

.auth {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.auth input {
  border: 0;
  outline: 0;
  margin-block: .5rem;
}