@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");

body {
  font-family: "Outfit", sans-serif;
  overflow-x: hidden !important;
  color: #2f3c33;
  scroll-behavior: smooth;
  margin: 0px;
  padding: 0px;
}
h2 {
  font-size: 40px;
  font-weight: 700;
}
h4 {
  font-size: 28px;
  font-weight: 700;
}
h5 {
  font-size: 22px;
  font-weight: 600;
}
h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
}
.sec-1 {
  background: url(./assets/bg96.webp);
  padding: 50px 0px 90px;
  background-size: cover;
  background-repeat: no-repeat;
}
.sec-2 {
  background: url(./assets/bbg.png);
  padding: 90px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.sec-3 {
  background: url(./assets/bg98.jpg);
  padding: 90px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.sec-4 {
  background: url(./assets/bg97.webp);
  padding: 90px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.logo-bann {
  max-width: 200px;
}
.card-side {
  background: #fff;
  border-radius: 25px;
  padding: 25px;
  height: 100%;
}
.video-box01.h {
  border: 5px solid #1877f2;
  box-shadow: 17px 10px 35px rgba(0, 34, 97, 0.1);
  border-radius: 25px;
  overflow: hidden;
}
.btn {
  letter-spacing: 0;
  font-weight: 500;
  padding: 15px 40px;
  border-radius: 15px;
  font-size: 18px;
  color: #fff;
  background: #1059ed !important;
}
.form-control {
  border-radius: 10px;
}
.nav-tabs .nav-link{
  font-size: 19px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  /* background-color: #aac6ff; */
  background-color: #f5f5f5;
  border-color: transparent;
  color: #1059ed;
  border-radius: 0px;
  position: relative;
  border-left: 3px solid;
  font-size: 19px;
}

.nav-link.active::after {
  border-bottom: 8px solid transparent;
  border-left: 8px solid #1059ed;
  border-top: 8px solid transparent;
  content: "";
  position: absolute;
  right: 98.5%;
  top: 50%;
  transform: translateY(-50%);
}
.side-bar-n .nav{
  display: block;
}
.nav-tabs {
  border-bottom: none;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: transparent;
  isolation: isolate;
  /* background-color: #aac6ff; */
  background-color: #f5f5f5;
  border-radius: 0px;
  border-left: 3px solid;
}
.text-gred{
  background: -webkit-linear-gradient(12deg, #1059ed, #fb729b, #f3db00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nav-tabs .nav-link {
  font-size: 19px;
  padding: 18px;
}
.carousel-control-prev-icon {
  background-image: url(./assets/prevv.png);
}
.carousel-control-next-icon {
  background-image: url(./assets/nextt.png);
}
.carousel-control-next-icon, .carousel-control-prev-icon{
  width: 3rem;
  height: 3rem;
}
.v-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 24px;
  height: 100%;
}
.v-card img{
  border-radius: 14px;
}
.carousel-control-prev {
  left: -101px;
}
.carousel-control-next {
  right: -101px;
}
.cta-box{
  background: url(./assets/ct1.jpg);
  padding: 50px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.plan-badge {
  display: inline-block;
  background: #105aedaf;
  color: #fff;
  padding: 4px 30px;
  font-size: 22px;
  font-weight: 600;
  border-radius: 40px;
}
.faq-inner {
  background: #FFFFFF;
  box-shadow: 0px 3px 14px rgba(74, 58, 255, 0.03), 0px -2px 4px rgba(20, 20, 43, 0.02), 0px 12px 24px rgba(20, 20, 43, 0.04);
  border-radius: 18px;
  padding: 52px;
  margin-bottom: 30px;
}
.faq-inner h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 123%;
  color: #1059ed;
  margin: 0 0 17px;
}

.faq-inner p {
  font-style: normal;
  font-weight: 500;
  font-size: 23px;
  line-height: 159%;
  color: #323232;
  opacity: 0.7;
  margin: 0;
}
.guaranteebox {
  width: 90%;
  background-color: #fff;
  border: 5px dashed #adeae6;
  border-radius: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 145px 65px;
  box-shadow: 9px 5px 40px rgba(100, 12, 211, .1);
}
.seal-guarantee {
  margin: -80px auto -10px;
  display: block;
}
.headline03.cv1 {
  color: #353556;
}
.headline03.cv8 {
  color: #1059ed;
}
.subheadline04 {
  text-align: center;
  font-family: inherit;
  font-size: 26px;
  font-weight: 800;
  line-height: 120%;
}
.text02 {
  font-family: inherit;
  font-size: 20px;
  font-weight: 300;
  line-height: 140%;
}
.text02.cv1 {
  color: #353556;
}