.btn-animate {
  position: relative;
}

.btn-animate span {
  position: relative;
  z-index: 10;
}

.btn-animate::before,
.btn-animate::after {
  background-color: #fff;
  border-radius: 8px 0 0 8px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10%;
  opacity: 0;
  transition: all 0.25s ease;
}

.btn-animate::after {
  border-radius: 0 8px 8px 0;
  right: 0;
  left: auto;
}

.btn-animate:hover::before,
.btn-animate:hover::after {
  opacity: 1;
  width: 50%;
}


/* CUSTOM HEADER */
.navbar-brand.logo-image img {
  max-height: 40px;
  width: auto;
}

.t4-header-r .btn-buy-now {
  border-radius: 8px;
  padding: 8px 16px;
}

.t4-header-r .btn-buy-now i {
  margin-right: 8px;
}

@media (min-width: 768px) {
  .t4-header-r .navbar-expand-lg {
    display: none;
  }
}

/* HERO SECTION */
.t4-hero {
  /* background-color: #2563eb;
  color: #fff; */
  padding-top: 64px;
}

@media (min-width: 1024px) {
  .t4-hero {
    padding-top: 96px;
  }
}

.t4-hero .hero-ct {
  padding-bottom: 64px;
}

@media (min-width: 1024px) {
  .t4-hero .hero-ct {
    padding-bottom: 96px;
  }  
}

.t4-hero h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 24px !important;
  letter-spacing: -2px;
  text-align: center;
}

@media (min-width: 992px) {
  .t4-hero h1 {
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .t4-hero h1 {
    font-size: 60px;
    margin-bottom: .5rem !important;
  }

  .t4-hero h1 br {
    display: block;
  }
}

.t4-hero h1 br {
  display: none;
}

.t4-hero h1 span {
  font-weight: 300;
}

.t4-hero .hero-ct .lead {
  text-align: center;
}

@media (min-width: 992px) {
  .t4-hero .hero-ct .lead {
    text-align: left;
  }
}

.t4-hero .hero-actions {
  display: flex;
  align-items: center;
  margin-top: 48px;
}

@media (max-width: 992px) {
  .t4-hero .hero-actions {
    justify-content: center;
  }
}

.t4-hero .btn {
  font-size: 16px;
  font-weight: 500;
}

@media (min-width: 992px) {
  .t4-hero .btn {
    font-size: 18px;
  }
}

.t4-hero .btn-link {
  border-bottom: 1px solid rgba(255,255,255,0.2);
  color: #fff;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  margin-left: 16px;
}

@media (min-width: 992px) {
  .t4-hero .btn-link {
    margin-left: 32px;
  }
}

.t4-hero .btn-outline {
  border: 2px solid #fff;
  color: #fff;
  border-radius: 12px;
  padding: 12px 16px;
}

@media (min-width: 992px) {
  .t4-hero .btn-outline {
    padding: 12px 32px;
  }
}

.t4-hero .btn-outline:hover,
.t4-hero .btn-outline:focus,
.t4-hero .btn-outline:active {
  color: #2563eb;
}

/* SECTION STYLE */
.t4-section.t4-section-4 {
  /* background: #9333ea;
  color: #fff; */
  padding-top: 96px;
  padding-bottom: 96px;
}

.ada-cta-wrap .sec-title {
  font-size: 40px;
  margin: 0 0 16px;
}

@media (min-width: 992px) {
  .ada-cta-wrap .sec-title {
    font-size: 60px;
  }
}

.ada-cta-wrap .sec-subtitle {
  font-weight: 400;
  margin: 0 0 24px;
}

.ada-cta-wrap .price {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 16px;
}

.ada-cta-wrap .price strong {
  font-weight: 700;
}

.ada-cta-wrap .btn-cta {
  border: 2px solid #fff;
  color: #fff;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  padding: 12px 40px;
  padding-right: 56px;
  position: relative;
}

.ada-cta-wrap .btn-cta i {
  position: absolute;
  top: 18px;
  right: 32px;
  transition: all 0.35s ease-in-out;
  opacity: .8;
}

.ada-cta-wrap .btn-cta:hover,
.ada-cta-wrap .btn-cta:focus,
.ada-cta-wrap .btn-cta:active {
  background-color: #fff;
  color: #9333ea;
}

.ada-cta-wrap .btn-cta:hover i {
  right: 28px;
  opacity: 1;
}


/* LOGIN INFO */
.ada-login-info {
  background: #eff6ff;
  border: 2px solid #60a5fa;
  border-radius: 12px;
  padding: 24px;
}

.ada-login-info + .ada-login-info {
  background-color: #faf5ff;
  border: 2px solid #c084fc;
  margin-top: 24px;
}

.ada-login-info h3 {
  font-size: 18px;
  margin: 0 0 12px;
}

.ada-login-info ul {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
}

.ada-login-info ul li {
  padding: 6px 0;
}

.ada-login-info ul li i {
  color: #93c5fd;
  margin-right: 12px;
}

.ada-login-info + .ada-login-info ul li i {
  color: #d8b4fe;
}

.ada-login-info .btn {
  background-color: #2563eb;
  border-radius: 8px;
  color: #fff;
  padding: 8px 16px;
}

.ada-login-info + .ada-login-info .btn {
  background-color: #9333ea;
}

.has-offcanvas--visible body {
  overflow: hidden !important;
}