:root {
  --akes-maroon-950: #570d30;
  --akes-maroon-900: #770a32;
  --akes-maroon-800: #a10135;
  --akes-maroon-700: #a30739;
  --akes-maroon-600: #c21145;
  --akes-pink-600: #e51857;
  --akes-pink-500: #e51f5a;
  --akes-gold: #f3b73b;
  --akes-ink: #24101a;
  --akes-muted: #6f5964;
  --akes-line: #f0d8e1;
  --akes-shadow: 0 18px 45px rgba(87, 13, 48, .14);
}

html,
body {
  overflow-x: hidden;
}

.top-navbar {
  display: none !important;
}

.aiz-header {
  background: rgba(255, 255, 255, .97) !important;
  border: 0 !important;
  box-shadow: 0 1px 0 rgba(87, 13, 48, .08) !important;
  backdrop-filter: blur(12px);
}

.aiz-header .container {
  width: calc(100% - 100px);
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

.aiz-header .aiz-navbar > .container > .d-lg-flex {
  align-items: center;
  min-height: 96px;
  gap: 24px;
}

.akes-header-brand {
  display: flex;
  align-items: center;
  gap: 22px;
  flex: 0 0 auto;
}

.akes-header-brand > a {
  display: inline-flex !important;
  align-items: center;
}

.akes-header-community {
  display: block;
  padding-left: 22px;
  color: #161016;
  border-left: 1px solid #eadde2;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.65;
  white-space: nowrap;
}

.aiz-header .logo img {
  width: auto;
  height: 70px !important;
  max-height: 70px !important;
}

.aiz-header .mobile-hor-swipe {
  gap: 34px;
  margin-left: auto !important;
}

.aiz-header li.bg-primary-grad {
  background: transparent !important;
}

.aiz-header .nav-link {
  position: relative;
  color: #170c12 !important;
  background: transparent !important;
  font-size: 13px !important;
  text-transform: none !important;
  padding: 14px 0 !important;
}

.aiz-header .text-primary-grad {
  color: inherit !important;
  background: none !important;
  -webkit-text-fill-color: currentColor !important;
}

.aiz-header li.bg-primary-grad .nav-link,
.aiz-header .nav-link:hover {
  color: var(--akes-pink-600) !important;
}

.aiz-header li.bg-primary-grad .nav-link::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 3px;
  border-radius: 999px;
  background: var(--akes-pink-600);
  content: "";
}

.akes-header-register {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex: 0 0 auto;
  min-height: 38px;
  margin-left: 8px;
  padding: 0 8px 0 16px;
  color: #fff !important;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--akes-pink-600), var(--akes-maroon-900));
  box-shadow: 0 14px 28px rgba(194, 17, 69, .28);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.akes-header-register i,
.akes-header-register .akes-header-arrow {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  color: var(--akes-maroon-800);
  border-radius: 50%;
  background: #fff;
  font-size: 14px;
}

.akes-home {
  color: var(--akes-ink);
  background: linear-gradient(180deg, #fff 0%, #fff9f8 55%, #fff 100%);
  font-family: Poppins, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
}

.akes-home *,
.akes-home *::before,
.akes-home *::after {
  box-sizing: border-box;
}

.akes-home a {
  color: inherit;
  text-decoration: none;
}

.akes-wrap {
  width: calc(100% - 100px);
  margin-right: auto;
  margin-left: auto;
}

.akes-hero {
  position: relative;
  overflow: hidden;
  min-height: 680px;
}

.akes-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 248, 245, .98) 0%, rgba(255, 248, 245, .9) 26%, rgba(255, 248, 245, .08) 58%, rgba(255, 248, 245, .96) 100%),
    url("../img/akes-home/slider-1.jpg") center / cover no-repeat;
}

.akes-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 36px;
  padding-top: 150px;
  padding-bottom: 118px;
}

.akes-hero-copy {
  max-width: 650px;
}

.akes-hero h1 {
  max-width: 520px;
  margin: 0;
  color: var(--akes-maroon-950);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 5vw, 74px);
  line-height: .98;
  font-weight: 800;
}

.akes-hero h1 span {
  color: var(--akes-pink-600);
}

.akes-hero p {
  max-width: 440px;
  margin: 24px 0 26px;
  color: #3b2630;
  font-size: 18px;
  line-height: 1.65;
}

.akes-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(112px, 1fr));
  max-width: 620px;
  margin-bottom: 34px;
  overflow: hidden;
  border: 1px solid rgba(240, 216, 225, .78);
  border-radius: 8px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 12px 30px rgba(87, 13, 48, .08);
}

.akes-trust-strip span {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 64px;
  padding: 10px 14px;
  border-right: 1px solid var(--akes-line);
  color: #201017;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
}

.akes-trust-strip span:last-child {
  border-right: 0;
}

/*.akes-trust-strip i {*/
/*  color: var(--akes-pink-600);*/
/*  font-size: 24px;*/
/*}*/
.akes-trust-strip img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    flex-shrink: 0;
}
.akes-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.akes-btn,
.akes-login-btn,
.akes-signup-prompt a,
.akes-match-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  border: 0;
  border-radius: 999px;
  font-weight: 800;
}

.akes-btn {
  min-width: 210px;
  padding: 0 26px;
}

.akes-btn-primary,
.akes-login-btn {
  color: #fff !important;
  background: linear-gradient(135deg, var(--akes-pink-600), var(--akes-maroon-900));
  box-shadow: 0 14px 28px rgba(194, 17, 69, .28);
}

.akes-btn-light {
  color: var(--akes-maroon-800);
  border: 1px solid #ebb9c8;
  background: rgba(255, 255, 255, .88);
}

.akes-btn span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--akes-maroon-800);
}

.akes-login-card {
  align-self: start;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, .75);
  border-radius: 8px;
  background: rgba(255, 255, 255, .94);
  box-shadow: var(--akes-shadow);
}

.akes-login-card h2 {
  margin: 0;
  color: var(--akes-pink-600);
  text-align: center;
  font-size: 24px;
  font-weight: 800;
}

.akes-heart {
  margin: 8px auto 20px;
  color: var(--akes-pink-600);
  text-align: center;
  font-size: 22px;
  line-height: 1;
}

.akes-login-card form,
.akes-signup-prompt {
  display: grid;
  gap: 16px;
}

.akes-login-card label span,
.akes-match-form label span,
.akes-match-form legend {
  display: block;
  margin-bottom: 8px;
  color: #34212a;
  font-size: 13px;
  font-weight: 700;
}

.akes-login-card input,
.akes-match-form input,
.akes-match-form select {
  min-width: 0;
  width: 100%;
  height: 52px;
  padding: 0 16px;
  color: var(--akes-ink);
  border: 1px solid #e9d3dc;
  border-radius: 8px;
  background: #fff;
  font: inherit;
}

.akes-form-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 12px;
  font-weight: 700;
}

.akes-check {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.akes-check input {
  width: 15px;
  height: 15px;
}

.akes-form-row a,
.akes-outline-link {
  color: var(--akes-maroon-800);
  text-decoration: underline;
}

.akes-login-btn {
  width: 100%;
  font-size: 17px;
}

.akes-signup-prompt {
  margin-top: 26px;
  text-align: center;
}

.akes-signup-prompt span {
  color: var(--akes-muted);
  font-size: 13px;
}

.akes-signup-prompt a {
  width: 100%;
  color: var(--akes-maroon-800);
  border: 1px solid #d98ca4;
  background: #fff;
}

.akes-member-welcome {
  display: grid;
  justify-items: center;
  gap: 8px;
  margin-bottom: 20px;
  text-align: center;
}

.akes-member-welcome img {
  width: 88px;
  height: 88px;
  object-fit: cover;
  border-radius: 50%;
}

.akes-outline-link {
  display: block;
  margin-top: 14px;
  text-align: center;
  font-weight: 700;
}

.akes-match-panel {
  position: relative;
  z-index: 2;
  margin-top: -72px;
  margin-bottom: 28px;
  padding: 26px 34px 18px;
  overflow: hidden;
  color: #fff;
  border-radius: 8px;
  background:
    radial-gradient(circle at 96% 10%, rgba(243, 183, 59, .28), transparent 22%),
    linear-gradient(135deg, var(--akes-pink-600), var(--akes-maroon-950));
  box-shadow: var(--akes-shadow);
}

.akes-match-panel h2 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
}

.akes-match-form {
  display: grid;
  grid-template-columns: 1.05fr 1.18fr 1.05fr 1.05fr 1fr;
  gap: 12px;
}

.akes-match-form label,
.akes-match-form fieldset {
  min-width: 0;
  margin: 0;
  padding: 14px;
  border: 0;
  border-radius: 8px;
  background: #fff;
}

.akes-match-form fieldset {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: end;
  gap: 10px;
}


/*end*/

.akes-match-form fieldset legend {
  grid-column: 1 / -1;
}

.akes-match-form input,
.akes-match-form select {
  height: 40px;
  border-color: #eadde2;
}

.akes-match-form button {
  align-self: stretch;
  color: #4a2231;
  border-radius: 8px;
  background: linear-gradient(135deg, #ffd66c, var(--akes-gold));
  cursor: pointer;
}

.akes-advanced-search {
  display: block;
  width: max-content;
  margin: 16px auto 0;
  color: #fff;
  font-weight: 800;
}

.akes-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 34px;
  padding: 28px 26px;
  border: 1px solid rgba(240, 216, 225, .68);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(87, 13, 48, .07);
}

.akes-stats article {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 18px;
  align-items: center;
  padding: 0 22px;
  border-right: 1px solid var(--akes-line);
}

.akes-stats article:last-child {
  border-right: 0;
}

.akes-stats span {
  grid-row: 1 / 3;
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
}

.akes-stats span img {
  display: block;
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.akes-stats strong {
  color: var(--akes-maroon-950);
  font-size: 28px;
}

.akes-stats small {
  color: #27141d;
  font-size: 13px;
  font-weight: 700;
}

.akes-section {
  margin-bottom: 36px;
}

.akes-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.akes-section-head h2 {
  margin: 0;
  color: var(--akes-maroon-950);
  font-size: 24px;
  font-weight: 800;
}

.akes-section-head a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 0 18px;
  color: var(--akes-maroon-800);
  border: 1px solid var(--akes-line);
  border-radius: 999px;
  background: #fff;
  font-size: 13px;
  font-weight: 800;
}

.akes-member-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
}

.akes-member-card,
.akes-story-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(240, 216, 225, .75);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(87, 13, 48, .07);
}

.akes-member-card a,
.akes-story-card a {
  display: block;
  color: inherit;
}

.akes-member-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.05;
  object-fit: cover;
  object-position: center top;
}

.akes-member-card div {
  padding: 15px;
}

.akes-member-card h3,
.akes-story-card h3 {
  margin: 0 0 8px;
  color: #1d1116;
  font-size: 16px;
  font-weight: 800;
}

.akes-member-card p,
.akes-story-card p {
  margin: 0 0 7px;
  color: #2d1f25;
  font-size: 13px;
  font-weight: 600;
}

.akes-member-card small {
  color: #18864a;
  font-weight: 800;
}

.akes-member-card small::before {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  border-radius: 50%;
  background: #22ad64;
  content: "";
}

.akes-badge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 8px 11px;
  color: #fff;
  border-bottom-left-radius: 8px;
  background: var(--akes-pink-600);
  font-size: 12px;
  font-weight: 800;
}

.akes-stories {
  padding-top: 24px;
}

.akes-story-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.akes-story-card a {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 18px;
  padding: 22px;
}

.akes-story-card img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 50%;
}

.akes-story-card blockquote {
  margin: 12px 0 0;
  color: #49323d;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.65;
}

.akes-feature-footer {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 28px;
  padding: 30px 28px;
  color: #fff;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--akes-maroon-800), var(--akes-maroon-950));
}

.akes-feature-footer article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  min-height: 78px;
  padding: 0 22px;
  border-right: 1px solid rgba(255, 255, 255, .22);
}

.akes-feature-footer article img {
  display: block;
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.akes-feature-footer article:last-child {
  border-right: 0;
}

.akes-feature-footer strong,
.akes-feature-footer span {
  display: block;
}

.akes-feature-footer strong {
  margin-bottom: 8px;
}

.akes-feature-footer span {
  color: rgba(255, 255, 255, .86);
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 1120px) {
  .akes-hero-grid {
    grid-template-columns: 1fr;
  }

  .akes-login-card {
    width: min(440px, 100%);
  }

  .akes-match-form,
  .akes-stats,
  .akes-member-grid,
  .akes-feature-footer {
    grid-template-columns: repeat(2, 1fr);
  }

  .akes-match-form button {
    grid-column: 1 / -1;
  }

  .akes-stats article:nth-child(2),
  .akes-feature-footer article:nth-child(2n) {
    border-right: 0;
  }

  .akes-story-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {

  .aiz-header {
    position: relative;
  }

   Hamburger button 
  .mobile-menu-toggle{
      display:block;
      background:none;
      border:none;
      font-size:30px;
      color:#e51857;
      cursor:pointer;
  }

   Hide menu by default 
  .aiz-header .mobile-hor-swipe{
      display:none !important;
      width:100%;
      flex-direction:column;
      margin-top:15px;
      padding:0;
      gap:0;
  }

   Show when clicked 
  .aiz-header .mobile-hor-swipe.show{
      display:flex !important;
  }

  .aiz-header .mobile-hor-swipe li{
      width:100%;
      display:block;
  }

  .aiz-header .mobile-hor-swipe li a{
      display:block;
      padding:14px 15px;
      border-bottom:1px solid #eee;
  }



  .akes-header-register {
    width: 100%;
    margin: 10px 0 0;
  }

  .akes-wrap {
    width: calc(100% - 40px);
  }

  .akes-hero {
    min-height: 0;
  }

  .akes-hero-bg {
    background:
      linear-gradient(180deg, rgba(255, 248, 245, .96) 0%, rgba(255, 248, 245, .86) 46%, rgba(255, 248, 245, .98) 100%),
      url("../img/akes-home/slider-1.jpg") 55% center / cover no-repeat;
  }

  .akes-hero-grid {
    gap: 24px;
    padding-top: 34px;
    padding-bottom: 84px;
  }

  .akes-hero h1 {
    font-size: 42px;
    line-height: 1.04;
  }

  .akes-hero p {
    margin: 18px 0 22px;
    font-size: 16px;
  }

  .akes-trust-strip,
  .akes-match-form,
  .akes-stats,
  .akes-member-grid,
  .akes-feature-footer {
    grid-template-columns: 1fr;
  }

  .akes-trust-strip span,
  .akes-stats article,
  .akes-feature-footer article {
    border-right: 0;
    border-bottom: 1px solid var(--akes-line);
  }

  .akes-trust-strip span:last-child,
  .akes-stats article:last-child,
  .akes-feature-footer article:last-child {
    border-bottom: 0;
  }

  .akes-btn {
    width: 100%;
  }

  .akes-login-card {
    padding: 24px;
  }

  .akes-match-panel {
    margin-top: -58px;
    padding: 22px 16px 18px;
  }

  .akes-match-panel h2 {
    font-size: 21px;
  }

  .akes-stats {
    padding: 10px 16px;
  }

  .akes-stats article {
    padding: 18px 0;
  }

  .akes-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .akes-story-card a {
    grid-template-columns: 88px 1fr;
    padding: 16px;
  }

  .akes-story-card img {
    width: 88px;
    height: 88px;
  }

  .akes-feature-footer article {
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 18px 0;
    border-bottom-color: rgba(255, 255, 255, .22);
  }
}


@media (max-width:991.98px){

#mobileMenu{
    display:none !important;
}

#mobileMenu.show{
    display:block !important;
}

#mobileMenu li{
    display:block;
    width:100%;
}

#mobileMenu li a{
    display:block;
    padding:15px 20px;
    border-bottom:1px solid #eee;
}

}

@media (min-width:992px){

#mobileMenu{
    display:flex !important;
}

}

@media (max-width:767px){

.akes-mobile-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    width:100%;
    padding:10px 0;
}

.akes-mobile-logo{
    display:flex;
    align-items:center;
    flex:1;
}

.akes-mobile-logo-img{
    height:45px !important;
    width:auto;
}

.akes-mobile-logo-text{
    font-size:22px !important;
    margin-left:10px !important;
    line-height:1.2;
    color:#e51857;
    font-weight:700;
}

.akes-mobile-toggle{
    width:42px;
    height:42px;
    display:flex !important;
    justify-content:center;
    align-items:center;
    border:1px solid #ddd;
    border-radius:6px;
    background:#fff;
    color:#e51857;
    font-size:24px;
    margin-left:10px;
}

}
/*@media (max-width:767px){*/

/*#mobileMenu{*/
/*    max-height:80vh;*/
/*    overflow-y:auto;*/
/*    overflow-x:hidden;*/
/*}*/

/*#mobileMenu .dropdown-menu{*/
/*    position:static !important;*/
/*    display:block;*/
/*    float:none;*/
/*    border:none;*/
/*    box-shadow:none;*/
/*    padding-left:20px;*/
/*    background:transparent;*/
/*}*/

/*}*/
@media (max-width:767px){

#mobileMenu{
    max-height:80vh;
    overflow-y:auto;
    overflow-x:hidden;
}

#mobileMenu .dropdown{
    width:100%;
}

#mobileMenu .dropdown-menu{
    position:static !important;
    float:none;
    display:none;
    width:100%;
    border:none;
    box-shadow:none;
    padding-left:20px;
    background:#fff;
}

#mobileMenu .dropdown.show .dropdown-menu{
    display:block;
}

}

@media (max-width: 520px) {
  .akes-hero h1 {
    max-width: 340px;
    font-size: 38px;
  }

  .akes-form-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .akes-match-form label,
  .akes-match-form fieldset {
    padding: 12px;
  }

  .akes-match-form fieldset {
    grid-template-columns: minmax(0, 1fr) 24px minmax(0, 1fr);
    gap: 8px;
  }

  .akes-match-form fieldset > span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    margin: 0;
  }

  .akes-stats article {
    grid-template-columns: 52px minmax(0, 1fr);
    column-gap: 14px;
  }

  .akes-stats span {
    width: 48px;
    height: 48px;
  }

  .akes-stats strong {
    font-size: 24px;
  }

  .akes-member-grid {
    gap: 16px;
  }

  .akes-member-card a {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
  }

  .akes-member-card img {
    height: 100%;
    min-height: 142px;
    aspect-ratio: auto;
  }

  .akes-member-card div {
    align-self: center;
    padding: 14px;
  }

  .akes-story-card a {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 14px;
  }

  .akes-story-card img {
    width: 72px;
    height: 72px;
  }
}

/* Desktop */

@media (min-width:768px){

.akes-mobile-logo-img{
    height:70px !important;
    width:auto;
}

.akes-mobile-logo-text{
    font-size:32px !important;
    font-weight:700;
    color:#e51857;
    margin-left:12px;
}

}

@media (max-width: 380px) {
  .akes-hero h1 {
    font-size: 34px;
  }

  .akes-login-card {
    padding: 20px 16px;
  }

  .akes-match-panel {
    padding-right: 12px;
    padding-left: 12px;
  }

  .akes-member-card a {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .akes-story-card a {
    grid-template-columns: 1fr;
  }
}


