@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

:root {
  --bs-btn-bg: #e92063 !important;
  --primary: #e92063
}

body {
  font-family: "Outfit", sans-serif;
  color: #2c2124;
}

/* Global Css */ 
.bg-primary{
    background-color: var(--primary) !important;

}
.bg-secondary {
    background-color: #fbeaef !important;
}
.btn {
  background-color: var(--primary);
  border: var(--primary);
  transition: 0.3s ease-in-out all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);

}

.border-btn {
  background-color: #fff;
  border: 2px solid var(--primary);
}

.border-btn:hover {
  color: #fff !important;
}

.btn:hover {
  background-color: #d90149;
  color: #fff;
  transform: scale(1.05);
}

.text-primary {
  color: var(--primary) !important;
}

.gradient-text {
  background: linear-gradient(90deg, var(--bs-btn-bg), var(--bs-btn-bg), #ffc107);
  -webkit-background-clip: text;
  color: transparent;
}
section{
  padding: 6rem 0;
}
.st-card,.ico-animate{
  transition: 0.3s ease-in-out all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);}
.st-card:hover .ico-animate {
    transform: scale(1.1);
}
/* Navigation */
#navbar {
  transition: 0.3s;
}

#navbar.scrolled {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(21px);
  box-shadow: 0 0px 4px rgb(0 0 0 / 23%);
}
.main-logo{
  width: 60px;
  transition: 0.3s ease-in-out all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}
#navbar.scrolled .main-logo {
  width: 50px;
}
.navbar-nav li a {
  color: #2c2124;
  font-weight: 500;
}

#navbar .btn {
  transform: unset;
}
  .lead {
  max-width: 42rem;
  color: #7e676f;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.8rem;
} 
/* Hero */
.hero-section {
  height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative; 
  padding-bottom: 0;
}

.main-hero{
    background-image: url("../assets/hero-dating.avif");
}
.hero-section .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, #ffffffc4, #f8f9fa61, #f8f9fa);
}

.hero-section h1 {
  font-weight: 800;
  font-size: 4.5rem;
  line-height: 1;
}
.hero-section .lead { 
  font-size: 1.5rem; 
}
.badge-box {
  background: rgb(255 255 255 / 53%);
  padding: 8px 15px;
  color: white;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  backdrop-filter: blur(8px);
  font-size: 14px;
  font-weight: 500;
}

.badge-box i {
  width: 17px;
  height: 17px;
}

/* About Cards */
.features {
    background-color: #fbeaef4d;
}
.feature-card {
  background: white;
  border-radius: 14px;
  transition: 0.3s;
  height: 100%;
  border: 1px solid #eee;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}

.icon-box {
  font-size: 32px;
  color: white; 
    background: linear-gradient(97deg, var(--bs-btn-bg), var(--bs-btn-bg), #ff884d);
  padding: 10px 15px;
  border-radius: 100%;
}

/* Steps */
.step-count {
    width: 36px !important;
    font-weight: 500;
    position: absolute;
    right: 0rem;
    top: -0.5rem;
}
.step-circle {
  width: 90px;
  height: 90px;
  margin: auto; 
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 40px;
} 

.de-card-img {
    background: linear-gradient(45deg, #dc354573, transparent, #dc354578); 
}
 .de-card:hover .ico-animate {
    transform: scale(1.03);
}
.st-card:hover {
    transform: translateY(-1rem);
}
/* Contact / App Download */
.contact-box {
  background: white;
  border-radius: 14px;
  border: 1px solid #ddd;
  transition: 0.3s;
  padding: 30px 40px;
}
.contact-box .lead{
  font-size: 1rem;
  margin-top: 20px;
  margin-bottom: 30px;
}
.contact-box a{
  text-decoration: none;
}
.contact-box .icon-circle{
    background-color: #e920631a;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    font-size: 18px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-box li div {
    width: calc(100% - 103px);
}
.app-link-box {
  height: 100%;
  display: flex;
  flex-direction:column; 
  /* justify-content: space-between; */
    background: linear-gradient(to bottom right,#e920630a, #e9206300);
    border-color: #e9206333;
}
.app-link-box  .bg-secondary{
    background-color: #f5b5cb63 !important;
    border: 1px solid #e920634d;
}
/* footer  */
footer{
  background-color: #fcf7f9;
    border-top:1px solid #ebe0e4;
}
footer p{
    color: #7e676f;
  }
  footer .copy-right{
    border-top:1px solid #ebe0e4;
  }
  footer ul{
    list-style: none;
    padding: 0;
    margin-top: 10px;
  }
   footer li{
    padding-bottom: 10px;
   }
  footer li a{
    color: #7e676f !important;
  }
  footer a:hover{
  color: var(--primary) !important;
}
/* support page  */
.support-hero{
      background: #e920631a;
      height: 70vh;
}
.support-lead{
  font-size: 18px;
}
/* accordian  */
.accordion {
    border: 0;
    display: flex;
    flex-direction: column;
    gap: 27px;
}

 
.accordion-item {
    border: 1px solid #f1f1f1 !important;
    border-radius: 13px !important;
  transition: 0.3s ease-in-out all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.accordion-item:hover { 
    border:1px solid #fbeaef !important;
}
.accordion-item:hover button { 
    color: var(--primary);
}
.accordion-item button:focus,.accordion-item button {
    box-shadow: none;
    background: transparent;
} 
  

.accordion-item button {
    font-weight: 600;
}

.accordion-item button::after {
    background-size: 16px;
}
.accordion-button:not(.collapsed) {
    border-top-left-radius: 13px !important;
    border-top-right-radius: 13px !important;
    background-color: #fbeaef !important;
    color: #dc3545;
    box-shadow: none;
}

/* animations */
@keyframes pulse {
  50% {
    opacity: .5
  }
}

.animate-pulse {
  animation: 2s cubic-bezier(0.4, 0, 0.6, 1) 0s infinite normal none running pulse;
}
/* responsive css  */
@media(min-width:800px){
  
.step-container:after {
    content: '';
    width: 100%;
    position: absolute; 
    z-index: -1;
    height: 2px;
    background-image: linear-gradient(45deg, #dc354582, transparent);
    top: 50%;
    left: 38%;
}
}
@media(max-width:500px){
  .hero-section,.support-hero{
    padding: 8rem 0;
    height:fit-content;
  }
  .hero-section h1 {
    font-size: 3.5rem;
}
.support-hero{
  padding-bottom: 0;
}

.hero-section .lead {
    font-size: 20px;
}
.navbar {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(21px);
    box-shadow: 0 0px 4px rgb(0 0 0 / 23%);
    align-items: baseline;
}

.navbar-collapse {
    height: 100vh;
}
}