﻿.top-bar {
  top: 64px !important;
  margin-top: 0px;
  padding: 0;
}

.banner-img {
  max-height: 550px;
  margin-top: 50px;
}

.banner-left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 40px;
}

.banner-feature-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 50px;
}

.banner-feature {
  text-align: left;
  border-right: 1px solid;
  padding-left: 1rem;
  border-image: linear-gradient(180deg, hsl(180deg 28% 73% / 0%), hsl(180deg 25% 48% / 30%), hsl(0deg 58% 23% / 0%)) 0 1;
}

.banner-feature .banner-feature-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 700;
  font-size: 32px;
}

.banner-feature span {
  margin-right: 5px;
}

.banner-feature:last-child {
  border-right: none;
}

.banner-download-btn-group {
  display: grid;
  max-width: 500px;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 30px;
  z-index: 1;
}

.banner-download-btn-item {
  background-color: #282828;
  color: #fff;
  border-radius: 30px;
  padding: 15px 25px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  font-size: 16px;
  cursor: pointer;
  line-height: 1.2;
  font-weight: 600;
  transition: all 0.3s;
}

.banner-download-btn-item:hover {
  background-color: #257cf6;
}

.banner-download-btn-item svg {
  margin-right: 10px;
  width: 24px;
  height: 24px;
}

.banner-download-btn-item a {
  color: #fff;
}

.store-btns--dark a {
  cursor: pointer;
}

.store-btns--dark a:hover {
  color: #fff;
}

.navbar-logo {
  height: 35px;
}

.topbar-area {
  background-color: #0d96eb;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
  height: 64px;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(42, 173, 244, 0.5);
  border: 1px solid #82b4ff;
  border-radius: 30px;
  padding: 4px 4px 4px 15px;
  animation: gradient 3s linear infinite;
  color: white;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}

.topbar-area-icon {
  margin-left: 10px;
  background-color: rgba(65, 188, 253, 0.7);
  border-radius: 30px;
  padding: 5px;
  color: white;
  width: 40px;
  height: 30px;
}

.topbar-area-icon svg {
  width: 12px;
  height: 12px;
}

.top-bar-btns {
  display: flex;
  gap: 10px;
  align-items: center;
}

.top-bar.is-sticky .navbar-area {
  padding: 10px 0;
}

.navbar-area {
  padding: 40px 0;
}

a.navbar-menu-btn {
  padding: 8px 16px;
  background-color: #0d96eb;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.3s;
}

a.navbar-menu-btn:hover {
  background-color: #0b7abf;
}

a.navbar-menu-btn.white-bg {
  background-color: #fff;
  color: #282828;
  border: 1px solid #e0e0e0;
}

a.navbar-menu-btn.white-bg:hover {
  background-color: #f5f5f5;
}

.top-bar a:not(.custom-btn) {
  color: #fff;
}

.top-bar a:not(.custom-btn).white-bg {
  color: #282828;
}

.pricing-title {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  text-align: center;
}

.pricing-subtitle {
  font-size: 20px;
  font-weight: 500;
  color: #4d4d4d;
  margin-bottom: 20px;
  text-align: center;
}

.pricing-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 60px;
}

.pricing-label {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.pricing-label-title {
  font-size: 16px;
  font-weight: 700;
  color: #333;
}

.pricing-label-group {
  display: flex;
  flex-direction: column;
}

.pricing-label-item {
  font-size: 14px;
  font-weight: 600;
  color: #5e5e5e;
  border-bottom: 1px solid #e8e8e8;
  padding: 10px 0;
}

.pricing-box {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 40px;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}

.pricing-box.popular {
  border: 2px solid #1d77ff;
}

.pricing-box-title {
  font-size: 16px;
  font-weight: 700;
  color: #1d77ff;
  margin-bottom: 10px;
}

.pricing-box-summary {
  font-size: 14px;
  font-weight: 600;
  color: #5e5e5e;
  margin-bottom: 10px;
}

.pricing-box-amount {
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: 1.1;
  margin-top: 10px;
}

.pricing-box-amount-left {
  font-size: 45px;
  font-weight: 600;
  color: #333;
}

.pricing-box-amount-right {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  line-height: 1.2;
}

.pricing-box-amount-right-top {
  font-size: 14px;
  font-weight: 600;
  color: #5e5e5e;
}

.pricing-box-amount-right-bottom {
  font-size: 14px;
  font-weight: 600;
  color: #5e5e5e;
}

.pricing-box-order-now {
  display: flex;
  flex-direction: row;
  margin: 20px 0;
}

.pricing-box-order-now a {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #1d77ff;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s;
}

.pricing-box-order-now a:hover {
  background-color: #1868e0;
  color: #fff;
}

.pricing-box-label-title {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}

.pricing-box-label-title.bottom {
  margin-top: 20px;
}

.pricing-box-label-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.pricing-box-label-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #747474;
  line-height: 1.2;
}

.pricing-box-label-item svg {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}

.pricing-box-label-item svg.pricing-box-label-item-icon-right {
  margin-left: 10px;
  margin-right: 0px;
}

.pricing-box-label-item-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}

.pricing-box-label-item-text svg {
  width: 20px;
  height: 20px;
  margin: 0 5px;
}

.popular-badge {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #1d77ff;
  color: #fff;
  padding: 5px 10px;
  border-radius: 0 16px 0 20px;
  font-size: 14px;
  font-weight: 600;
}

.pricing-payment {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 30px;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.payment-left {
  display: flex;
  flex-direction: column;
}

.payment-title {
  font-size: 15px;
  font-weight: 700;
  color: #333;
  margin-bottom: 5px;
}

.payment-summary {
  font-size: 12px;
  font-weight: 600;
  color: #757575;
}

.payment-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}

.payment-right img {
  height: 30px;
  margin: 0 10px;
}

.swiper {
  width: 300px;
  border-radius: 45px;
}

.slide-area {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
  width: 100%;
  margin-top: 120px;
  position: relative;
}

.slide-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 320px;
  position: relative;
}

.slide-bg {
  width: 325px;
  position: absolute;
}

.slide-bg img {
  width: 100%;
}

.slide-img {
  width: 300px;
}

.marquee {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

.marquee__item {
  animation-duration: 18s;
  animation-iteration-count: infinite;
  animation-name: marquee-content;
  animation-timing-function: linear;
  padding: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}

.marquee_logo {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 5px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  margin: 0 30px;
}

.marquee_logo img {
  width: 60px;
  height: 60px;
}

.marquee:hover .marquee__item {
  animation-play-state: paused;
}

@keyframes marquee-content {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-100%);
  }
}

@media only screen and (min-width: 1400px) {
  .top-bar__auth-btns a {
    margin-left: 10px;
  }
}

@media screen and (max-width: 995px) {
  .pricing-area {
    grid-template-columns: repeat(1, 1fr);
  }

  .slide-area {
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  #d1 {
    display: none;
  }

  #firstbody {
    min-height: 80vh;
  }

  #title_body {
    text-align: center;
  }

  #signup1 {
    width: 100%;
  }

  .pricing-payment {
    flex-direction: column;
    align-items: start;
    gap: 2rem;
    padding: 40px;
  }

  .payment-right img {
    margin: 0 10px 0 0;
  }

  .banner-left {
    margin-top: 100px;
  }

  .banner-download-btn-group {
    grid-template-columns: repeat(2, 1fr);
  }

  .top-bar.is-sticky .navbar-area {
    display: none;
  }
}

@media screen and (max-width: 450px) {
  .payment-right img {
    height: 25px;
    margin: 0 5px;
  }

  .payment-right img:first-child {
    margin-left: 0;
  }
}

@media screen and (min-width: 758px) {

  #d2 {
    display: none;
  }

  #firstbody {
    min-height: 100vh;
  }


  #signup1 {
    width: auto;
  }
}

.layui-layer-btn0 {
  font-size: 14px;
}

.layui-layer-btn1 {
  font-size: 14px;
}

.grecaptcha-badge {
  visibility: hidden;
}

@media screen and (max-height: 882px) {
  .swiper {
    width: 244px;
    border-radius: 38px;
  }

  .slide-content {
    width: 260px;
  }

  .slide-bg {
    width: 264px;
  }

  .slide-img {
    width: 244px;
  }
}

@media screen and (max-width: 552px) {
  .banner-feature .banner-feature-text {
    font-size: 26px;
  }
}