@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  font-family: "Poppins", sans-serif;
 }

nav.navbar {
  background-color: #fff;
  height: 90px;
  font-size: 16px;
  font-weight: 500;
}
nav.navbar .navbar-nav a.nav-link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  color: #202020;
  margin-left: 2px;
  margin-right: 2px;
  transition: .5s;
}
nav.navbar .navbar-nav a:hover {
  background-color: #f9fafb;
  opacity: .9;
}

.btn-try {
  background-color: #e54d2e;
  color: #fff;
  border: 1px solid #e54d2e;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: .5s;
  font-weight: 600;
}

.btn-free {
  background-color: #e54d2e;
  color: #fff;
  border: 1px solid #e54d2e;
  padding-left: 20px;
  padding-right: 20px;
  transition: .5s;
}

.btn-try:hover,
.btn-free:hover {
  background-color: #dd4425;
  color: #fff;
  border: 1px solid #dd4425;
}
.btn-login {
  color: #e54d2e;
  border: 1px solid #e54d2e;
  padding-left: 20px;
  padding-right: 20px;
  transition: .5s;
  margin-left: 20px;
}
.btn-login:hover {
  color: #e54d2e;
  border: 1px solid #e54d2e;
  background-color: #e54d2e12;
}

.bg-body-white {
    background-color: #fff;
}

.logo img {
    width: 160px;
}

.hero-section h1 {
    font-size: 3.5rem;
    font-weight: bold;
    color: #000;
    line-height: 74px;
}

.bg-font {
    background-color: #ff5100;
    padding: 0px 6px 6px;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 3.2rem;
}

.logo-footer {
  width: 250px;
}


.love-us h2 {
  font-size: 2.8rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
  
}
.love-us .card {
  padding: .8rem;
}
.love-us .card .card-header{
  background-color: #fff;
  border-bottom: none;
}
.love-us .card-header img {
  width: 55px;
  height: 55px;
  border: none;
}

.title-card h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 4px;
  
}
.title-card p {
  font-size: 14px;
  font-weight: 400;
  color: #6c757d;
  
}
.love-us .card .card-body {
  padding-top: 0;
}
.love-us .card .card-body p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
  text-align: start;
  line-height: 1.8;
}

.hero-section iframe {
 height: 315px;
}
.faqs .accordion-button:not(.collapsed) {
  background-color: #fff;
  box-shadow: none;
  color: #000;
}
.faqs .accordion-button:focus {
  box-shadow: none;
}
.faqs .accordion-header:hover,
.faqs .accordion-button:not(.collapsed):active,
.faqs .accordion-button:not(.collapsed):hover{
  text-decoration: underline;
}
footer h6.fw-bold {
  font-size: 16px;
  font-weight: 500;
  color: #b6bcc5;
  margin-bottom: 20px;
}
footer li a {
  color: #b6bcc5;
  font-size: 15px;
  font-weight: 400;
  transition: .3s;
}
footer p.text_white {
  font-size: 14px;
  font-weight: 400;
  color: #dfd9d9;
  margin-bottom: 0;
}
.font-13 {
  font-size: 13px;  
}
.social-icons .bi-facebook:hover,
.social-icons .bi-twitter-x:hover,
.social-icons .bi-linkedin:hover {
  color: #fff;
}
.social-icons .bi-facebook {
  color: #b6bcc5;
  font-size: 16px;
  transition: .5s;
}
.social-icons .bi-twitter-x,
.social-icons .bi-linkedin {
  color: #b6bcc5;
  font-size: 16px;
  margin-right: 26px;
  transition: .5s;
}

.text-h4 {
  color: #202020;
  font-size: 26px;
  font-weight: 700;
}
.hero-section ul li {
  line-height: 2;
}

.faqs .accordion-button {
  font-weight: 500;
}
.faqs .accordion-body {
  font-size: 15px;
  line-height: 1.8;
}

.btn.btn-href:focus {
  color: #ef8a8a;
}
.btn-href:active,
.btn-href {
  color: #fff;
  border: none;
}


@media (max-width: 992px) {
  
  .navbar {
    --bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ff5100' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
  }
  .navbar-toggler {
    border: none;
  }
.sidebar .bi-x-lg {
  font-size: 24px;
}
.sidebar a.btn-free{
  color: #fff;
}
.sidebar a {
  color: #000;
  padding: 15px;
  display: block;
  text-decoration: none;
  font-size: 18px;
}
  .bg-font {
    font-size: 24px;
    padding: 0px 4px 4px;
  }
  .love-us h2,
  .hero-section h1 {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .text-h4 {
    font-size: 20px;
  }
    .sidebar {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background-color: #fff;
        padding-top: 60px;
        transition: right 0.3s ease;
        z-index: 1040;
      }
      .sidebar.show {
        right: 0;
      }
      .sidebar a {
        /* color: white; */
        padding: 15px;
        display: block;
        text-decoration: none;
      }
    }


@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.scroll-animate {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.scroll-animate.visible {
  animation: slideUp 0.6s ease-out forwards;
}

