@import url('https://fonts.googleapis.com/css2?family=Livvic:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap');
*,::after,::before{
    padding: 0;margin: 0;box-sizing: border-box;
}
body{
    font-family: 'Livvic', sans-serif;
}
header{
    max-height: 80px;
    align-items: center;
    justify-content: center;
    text-align: center;
}
nav {
    box-shadow: 0px 1px 3px rgb(0, 0, 0, .1);
    padding: 10px 30px;
    text-align: center;
    justify-content: center;align-items: center;
}
.brand-logo{
    height: 50px;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #FF4500;
}
.navbar-light .navbar-nav .nav-link:hover{
    color: #ff4500;
} 
.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 26px ;
    font-weight: 600;
}
.btn.btn-large.btn-demo{
    background-color: #ff4500;
    padding: 10px 30px;
    border-radius: 50px;
    color: white;
    border: none;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.btn.btn-large.btn-demo:focus,
.btn.btn-large.btn-demo:hover{
    background-color: white;
    box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.3);
    color: #ff4500;
    border: 1px solid #ff4500;
    outline: none;
}
.btn.btn-large.btn-demo1{
    background-color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    color: #ff4500;
    border: 1px solid #ff4500;
    font-weight: 600;
    text-transform: uppercase;

}
.btn.btn-large.btn-demo1:focus,
.btn.btn-large.btn-demo1:hover{
    background-image: linear-gradient(315deg, #FF4500 80%, #F9A88D 100%);
    box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.3);
    color: #fff;
    outline: none;
}
.font-size{
    font-size: 1.2rem;
    letter-spacing: 3px;
}
.section-padding{
    padding: 130px 50px 50px;
}
.banner-section{
    min-height: 30vh;
    background: #000;
}
.banner-section .banner-heading{
    color: #fff;
}
.section-heading{
    font-family: 'Livvic', sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    padding-bottom: 30px;
}
#home{
    padding: 130px 50px 50px;
}
#home .home_banner_image {
    animation: bounce 2s ease-in-out infinite forwards;
    max-width: 100%;
    max-height: 500px;
}
.banner-heading{
    font-family: 'Livvic', sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 20px;
}
.banner-sub-heading{
    font-family: 'Livvic', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20px;
}

#home ul{
    list-style: none;
    padding-left: 0;
}
#home ul li{
    font-family: 'Livvic', sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 10px;
}
#home .btn.btn-demo{
    font-family: 'Livvic', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 10px 30px;
    margin-top: 20px;
}
#home .subtext{
    color: #ff4500;
}
.subtext{
    color: #ff4500;
}
@keyframes bounce {
    0% {
        position: relative;
        top: 0px;
    }
    50% {
        position: relative;
        top: -10px;
    }
    100% {
        position: relative;
        top: 0px;
    }
}
/* How it works */
/* .section-padding{
    padding: 130px 50px 50px;
  } */
  #how-it-works {
    background-color: #f7f7f7;
    padding: 50px;
}
  .section-heading{
    font-family: 'Livvic', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    padding-bottom: 30px;
  }

  #how-it-works .step-image{
    margin-bottom: 30px;
    height: 250px;
    width: 250px;
  }

  #how-it-works .section-obj-heading{
    font-family: 'Livvic', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px
  }
  #how-it-works .section-obj-content{
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }
  .progress-line {
    width: 100px;
    border-top: 2px solid #ededed;
    margin-bottom: 30px;
  }
  /* Benefits */
  #benefits{
    padding: 130px 50px 0 50px;
  }
  #benefits .bg-choose{
    background: #fff;
    padding: 30px 0 30px;
  }
  #benefits .section-heading{
    font-weight: 600;
  }
  #benefits .bg-choose i{
    font-size: 50px;
  }

  #benefits .feature-card {
    padding: 50px 20px;
    min-height: 400px;
    margin-bottom: 20px;
    box-shadow: 0 0 2px 2px #e0e0e073;
  }

  #benefits .feature-card:hover {
    box-shadow: 0 0 4px 2px #ff823f73;
  }
  #benefits .feature-card1:hover {
    box-shadow: 0 0 4px 2px #ff823f73;
  }

  #benefits .bg-choose i {
    color: #ff4500;
    font-size: 70px;
    margin-bottom: 30px;
  }

  #benefits .text-large{
    font-family: 'Livvic', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
  }
 #benefits .section-obj-content{
    margin: 20px 0;
 }
 /* Custom CSS for animations */
@keyframes fadeInUp {
    from {
      transform: translate3d(0, 40px, 0);
      opacity: 0;
    }
  
    to {
      transform: translate3d(0, 0, 0);
      opacity: 1;
    }
  }
  
  .animate__animated {
    animation-duration: 1s;
    animation-fill-mode: both;
  }
  
  
  .wow {
    visibility: hidden;
  }
  /* cta */
  #cta{
    background-color: rgb(11, 22, 63);
    visibility: visible;
    animation-name: fadeIn;
    padding: 100px 50px;
    margin-top: 50px;

    .width-80{
      width: 80%;
    }

    h5,h4,.btn-demo{
      font-family: 'Livvic', sans-serif;
    }
    h5{
      font-size: 2rem;
      font-weight: 600;
      margin-bottom: 30px;
      letter-spacing: 0;
    }
    h4{
      font-size: 1.3rem;
      font-weight: 500;
      margin-bottom: 30px;
      letter-spacing: 0;
    }

    .btn-demo{
      font-size: 1.2rem;
      padding: 8px 30px;
      font-weight: 600;
    }
  }

  .callToAction {
    margin-top: 50px;
    font-weight: 600;
    font-size: 20px;
  }
/* Pricing */
.bg-light-gray{
    background-color: #fafafa;
    padding: 50px;
}
.icon-orange{
    color: #ff4500;
    font-size: 50px;
    background-color: #fff;
    border-radius: 50%;
    padding: 50px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
}
.btn.btn-black{
    background: #000;
    border: 1px solid #000;
    border-radius: 2px;
    padding: 8px 20px;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
    text-transform: uppercase;
}
.pricing-details{
    padding: 55px;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center
}
.pricing-subtext{
    font-weight: bold;
    font-size: 1rem;
}
.list-style{
    list-style: none;
}
.list-style li{
    position: relative;
    padding: 0 0 8px 0;
    margin: 0 0 8px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.highlight-border{
    border: 5px solid #FE1F49
}
.bg-orange{
    background-color: #ff4500;
    color: white;
}
.bg-orange .list-style li{
    border-bottom: 1px solid #fff;

}
#faq{
    background-color: #f7f7f7;
    padding: 80px;
}
.accordion {
    width: 100%;
  }
  
  .accordion-item {
    margin-bottom: 0px;
    background-color: transparent;
    border: none;
  }
  
  .accordion-header {
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: #fff;
    border-bottom: 1px solid #FF4500;
    cursor: pointer;
  }
  
  .accordion-icon {
    color: #ff4500;
    font-size: 30px;
    margin: 0 20px;
    font-weight: 500;
    transition: transform 0.3s ease;
  }
  .accordion-heading{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
  }
  .accordion-content {
    padding: 10px;
    background-color: transparent;
    display: none;
    text-align: start;
  }
  
  .accordion-item.open .accordion-content {
    display: block;
  }
  
  .accordion-item.open .accordion-icon {
    content: "-";
  }
  
.anchor-tag{
    text-decoration: none;
    color: black;
}
.anchor-tag:hover{
    color: #ff4500;
}
/* contact */
#contact_section{
    background: #000;
    padding: 100px 50px;
  }

  #contact_section .btn.btn-demo{
    font-family: 'Livvic', sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    padding: 8px 30px;
  }

  #contact_section .input-border-bottom{
    width: 100%;
    border: none;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    background: none;
    outline: none;
    padding: 10px 0;
    color: #fff;
  }

  #contact_section .input-border-bottom:focus{
    color: #fff;
    border: none;
    border-bottom: 1px solid #fff;
  }

  #contact_section .input-border-bottom::placeholder{
    color: #fff;
  }

  #callToAction {
    background-color: rgba(2, 255, 171, 0.1);
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .padding-20-right {
    margin-right: 20px;
  }

  .mail_link, .mail_link:hover, .mail_link:focus, .mail_link:active {
    color: #ffb923 !important;
  }

  #callToAction {
    background-color: rgba(2, 255, 171, 0.1);
    margin-top: 30px;
    margin-bottom: 30px;
  }
  /* animation styles */
  .animated {
    visibility: visible;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 0.2s;
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0);
        opacity: 0;
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}
.animatedRight {
    visibility: hidden; /* Initially hidden */
    animation-duration: 1s;
    animation-fill-mode: both;
    overflow: hidden;
    animation-delay: 0.1s;
}

@keyframes fadeInRight {
    from {
        transform: translate3d(50px, 0, 0 );
        opacity: 0;
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.animatedRight {
    animation-name: fadeInRight;
    visibility: visible; /* Make it visible when animation starts */
}
/* Contact */
.section{
    padding: 50px;
}
.contact-icon{
    font-size: 3.5rem;
}
@media (max-width: 992px) {
    header{
        text-align: start;
        padding: unset;
    }
    nav{
        padding: 10px;
    }
    .navbar-collapse{
        background-color: #000;
        padding: 0;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        padding: 10px;
        font-weight: 600;
        text-align: start;
        z-index: 10000;
    }
    .navbar-light .navbar-toggler {
        color: rgba(0, 0, 0, .55);
        border-color: #fff;
    }
    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }
    .section-padding{
        padding: 30px;
    }
    .section-heading {
        font-family: 'Livvic', sans-serif;
        font-size: 1.5rem;
        font-weight: 600;
        padding-bottom: 30px;
    }
    #home .home_banner_image {
        animation: none;
        max-width: 100%;
        max-height: 500px;
        z-index: 1;
    }
    .font-size{
        font-size: 1.2rem;
        letter-spacing: normal;
    }
    .banner-heading {
        font-family: 'Livvic', sans-serif;
        font-size: 1.5rem;
        font-weight: 600;
        line-height: 1.3;
        margin-bottom: 20px;
        text-align: center;
    }
    #home{
        padding: 30px;
    }
    .banner-sub-heading {
        font-family: 'Livvic', sans-serif;
        font-size: 1.2rem;
        text-align: center;
        font-weight: 500;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .btn.btn-large.btn-demo{
        text-transform: capitalize;
    }
    #home .btn.btn-demo {
        font-family: 'Livvic', sans-serif;
        font-size: 1.2rem;
        font-weight: 600;
        padding: 10px;
        margin-top: 20px;
    }
    .btn.btn-large.btn-demo1 {
        background-color: #fff;
        padding: 10px;
        border-radius: 50px;
        color: #ff4500;
        border: 1px solid #ff4500;
        font-weight: 600;
        text-transform: uppercase;
    }
    #benefits {
        padding: 30px;
    }
    #cta {
        background-color: rgb(11, 22, 63);
        visibility: visible;
        animation-name: fadeIn;
        padding: 30px;
        margin-top: 50px;
    }
    #cta h5{
        font-size: 1.3rem;
    }
    #cta .width-80 {
            width: 100%;
        }
    .bg-light-gray {
        background-color: #fafafa;
        padding: 30px;
    }
    .pricing-details {
        padding: 30px;
        min-height: unset;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .pricing-subtext{
      font-weight: 700;
      font-size: 1rem;
    }
    #faq {
        background-color: #f7f7f7;
        padding: 30px;
    }
    .accordion-heading{
        text-align: left;
        font-size: 16px;
    }
    .accordion-icon{
        margin: 0 10px;
    }
}
