* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* =================Variables part starts here=============== */
:root {
  --font-Jakarta: "Plus Jakarta Sans", sans-serif;
  --font-Sans: "DM Sans", sans-serif;
  --font-Montserrat: "Montserrat", sans-serif;
  --font-Roboto: "Roboto", sans-serif;
  --transition: all 0.3s ease-in-out;
}
/* =================Global part starts here=============== */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
html,
body {
  overflow-x: hidden !important;
}
a {
  text-decoration: none;
  display: inline-block;
}
/* =================Global part starts here=============== */

/* =================header part starts here=============== */
/* for sticky header */
.sticky_header {
    background: linear-gradient(90.37deg, #1488CC 0.19%, #2B32B2 110.74%);
  animation: rafiqul 1s;
}
@keyframes rafiqul {
  from {
    top: -100px;
  }

  to {
    top: 0;
  }
}
header {
    background: linear-gradient(90.37deg, #1488CC 0.19%, #2B32B2 110.74%);
  padding: 20px 0;
  z-index: 9999;
}
.navbar {
  padding: 0;
}

.navbar-collapse .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  font-weight: 600;
  font-family: var(--font-Roboto);
  margin: 0 5px;
  transition: var(--transition);
}
.navbar-collapse .navbar-nav .nav-item:hover .nav-link {
  scale: 1.1;
}
.navbar-collapse .navbar-nav .nav-item .nav-link.active {
  scale: 1.1;
}

.navbar-collapse ul li {
  transition: all 0.3s linear;
}
.navbar-collapse ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  font-family: Roboto;
  text-decoration: none;
  margin: 0 16px;
}
.navbar-collapse ul li:hover {
  scale: 1.1;
}

.navbar-collapse ul li .submenu {
  top: 100%;
  margin-top: 10px;
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: top;
  width: 190px;
  text-align: center;
}

.navbar-collapse ul li .submenu ul li a {
  padding: 5px 0;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  transition: all 0.3s linear;
  color: #000;
}
.navbar-collapse ul li .submenu ul li a:hover {
  scale: 1.1;
}
.navbar-collapse ul li:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.btn1 {
  background: #fff;
  color: #15294b;
  padding: 12px 48.5px;
  border: none;
  border-radius: 30px;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}

/* ===============hero part starts here ================*/
.hero {
  width: 100%;
  /* height: 855px; */
  background: linear-gradient(90.37deg, #1488cc 0.19%, #2b32b2 110.74%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.hero-container {
  padding-top: 195px;
  padding-bottom: 179px;
}
.hero-content {
  padding-top: 84px;
}

.hero-heading {
  font-family: "DM Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 66px; /* 137.5% */
  margin-bottom: 17px;
}
.hero-description {
  font-family: "DM Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  margin-bottom: 63px;
}
.hero-btns {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 24px;
}
.hero-btns .btn1 {
  background: #fafbfb;
  color: #243757;
  padding: 14px 24px !important;
  border: none;
  border-radius: 30px;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.72px;
  box-shadow: 0px 4px 16px 0px rgba(255, 255, 255, 0.2);
}
.hero-btns .btn2 {
  background: transparent;
  color: #fff;
  padding: 14px 24px;
  border: none;
  border-radius: 30px;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.72px;
}

/*==============why consider us part starts here ==============*/
.featured {
  padding: 40px 0;
}
.feature-title {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 66px;
  background: linear-gradient(98.24deg, #6ddcff 0%, #7f60f9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.featured h2 {
  color: #15294b;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 66px; /* 165% */
}
.line {
  width: 398.011px;
  height: 1px;
  transform: rotate(0.432deg);
  flex-shrink: 0;
  background: #243757;
  margin-bottom: 54px;
}
.main-title {
  color: #15294b;
  font-family: "DM Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-right: 170px;
  margin-bottom: 12px;
}
.sub-title {
  color: #354764;
  font-family: "DM Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 38px;
}
.featured .desc {
  color: #5d6b82;
  font-family: "DM Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  padding-right: 50px;
}
.featured-features {
  margin-top: 155px;
  padding-bottom: 50px;
  row-gap: 135px;
}
.feature-desc {
  text-align: left;
}
.desc-margin {
  margin-left: -40px;
}
.img-ml {
  margin-left: -30px;
}
.img-margin {
  margin-left: -35px;
}
.feature-desc h5 {
  color: #354764;
  font-family: "DM Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 23px !important;
}
.feature-desc p {
  color: #5d6b82;
  font-family: "DM Sans" !important;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 30px !important;
}

/* =========pricing css starts here============= */
.pricing {
  padding: 72px 0;
  background: #f5f6f7;
}
.pricing-title {
  color: #191d23;
  text-align: center;
  font-family: "DM Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.pricing-title span {
  background: linear-gradient(266deg, #55cbfb -21.73%, #1d4ed8 96.22%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "DM Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.pricing-subtitle {
  color: #191d23;
  text-align: center;
  font-family: "DM Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 64px;
}
.switch-content {
  color: #191d23;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 64px;
}
.cursor-pointer {
  cursor: pointer;
}
.discount-arrow {
  position: absolute;
  left: 72px;
  top: -5px;
  width: 185px;
}

/* =================card styling here================ */
.pricingCard {
  padding: 40px 24px;
  background: #fff;
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
}
.pricingCard:hover {
  background: #0065ff;
  transform: scale(1.01);
  box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.1);
}
.pricingCard:hover .pricingCard-header .pricingCard-title {
  color: #fff;
}
.pricingCard:hover .pricingCard-header .pricingCard-text {
  color: #fff;
}
.pricingCard:hover .pricingCard-body h2,
.pricingCard:hover .pricingCard-body p {
  color: #fff;
}
.pricingCard:hover a {
  background: #fff;
  border: 1.5px solid #fff;
}
.pricingCard:hover ul li {
  color: #fff;
}

.pricingCard-header {
  border: 0;
  margin-bottom: 20px;
}
.pricingCard .pricingCard-header .pricingCard-title {
  color: #191d23;
  font-family: Manrope;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 11px;
  transition: all 0.3s ease-in-out;
}
.pricingCard .pricingCard-header .pricingCard-text {
  color: var(--Neutral-500, #64748b);
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.3s ease-in-out;
}
.pricingCard .pricingCard-body {
  display: flex;
  align-items: center;
}
.pricingCard .pricingCard-body h2 {
  color: #2b7fff;
  font-family: Manrope;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: all 0.3s ease-in-out;
}
.pricingCard .pricingCard-body p {
  color: #4b5768;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  transition: all 0.3s ease-in-out;
}
.pricingCard a {
  margin-top: 24px;
  margin-bottom: 40px;
  border-radius: 20px;
  width: 100%;
  color: #0065ff;
  text-align: center;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: 1.5px solid #0065ff;
  padding: 6px 12px;
  transition: all 0.3s ease-in-out;
}
.pricingCard ul {
  list-style: none;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.pricingCard ul li {
  color: #15294b;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: 0;
  gap: 17px;
  transition: all 0.3s ease-in-out;
}

.pricingCard ul li del {
  color: #b3b9c4;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: strikethrough;
}

/* ================faq sections here================ */

.faq-section {
  padding-top: 100px;
  padding-bottom: 161.5px;
}
.faqHeading {
  font-family: "DM Sans";
  font-size: 13.6px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  padding-top: 63.75px;
  padding-bottom: 26.2px;
}
.faq-section .heading {
  color: #15294b !important;
  font-family: "DM Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 191.25%;
  margin-bottom: 84px;
}
.accordion {
  border-bottom: 1px solid #71717a !important;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
  background: transparent;
}

.accordion-header button {
  border-top: 1px solid #71717a !important;
  color: #15294b !important;
  font-family: "DM Sans";
  font-size: 24px;
  line-height: 46px;
  font-weight: 500;
}

.accordion-body {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 170%;
  color: #7a8699;
}

/* =================faq sections ends here================ */

/* =================contact sections starts here================ */
.contact-section {
  padding: 64px 0;
  background: #fafbfb;
}
.contact-main {
  background: #fff;
  padding: 74px 0;
  padding-left: 80px;
  padding-right: 32px;
}

.contact-main .form-side .contact-heading {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 122%;
  letter-spacing: -0.02em;
  color: #15294b;
  margin-bottom: 20px;
}
.contact-main .form-side .contact-subheading {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #42526d;
  margin-bottom: 48px;
}
.main-form .form-btn {
  width: 100%;
  margin-top: 24px;
  border-radius: 20px;
}
.main-form .form-label {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #354764;
}

.main-form .form-control::placeholder {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #7a8699;
}
.divider {
  width: 1px;
  height: 344px;
  background: linear-gradient(266.45deg, #6ddcff -21.73%, #7f60f9 96.22%);
}

/* =================contact sections ends here================ */

/* =================footer sections ends here================ */

.footer-main {
  background: #e4e4e7;
  padding-top: 56px;
  padding-bottom: 98px;
}
.footer-main .footer-logo {
  margin-bottom: 30px;
}
.footer-main .footer-desc {
  max-width: 396px;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #52525b;
  margin-bottom: 30px;
}
.footer-main .social-icons {
  display: flex;
  gap: 34.34px;
}
.footer-main .social-icons a {
  color: #27272a;
  font-size: 20px;
}
.footer-section .footer-main .footer-heading {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #18181b;
  margin-bottom: 21px;
}

.footer-section .footer-main ul li a {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 286%;
  color: #18181b;
}
.footer-section .footer-main .contact-info h5 {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 286%;
  color: #18181b;
}
.footer-section .footer-main .contact-info h5 span {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 286%;
  color: #18181b;
}
.footer-section .footer-main .contact-info .address {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #18181b;
  margin-top: 10px;
}
/* =================footer sections ends here================ */

/* responsive designs */

@media screen and (max-width: 767px) {
  header {
    padding: 10px 0;
  }
  /* Mobile Styles */
  .navbar-toggler {
    border: rgba(255, 255, 255, 0.3) 1px solid;
    background: rgba(0, 0, 0, 0.3);
    margin-left: auto;
  }
  .navbar-collapse {
    padding: 20px;
    background: rgba(0, 0, 0, 0.3);
    transition: var(--transition);
  }
  .navbar-collapse .navbar-nav {
    margin-bottom: 10px;
  }
  .navbar-collapse .navbar-nav .nav-item {
    margin: 0 auto;
  }
  .submenu {
    right: 10px;
  }
  /* responsive hero sections */
  .hero-container {
    padding-top: 90px;
    padding-bottom: 70px;
  }
  .hero-content {
    padding-top: 0px;
  }
  .hero-heading {
    font-family: "DM Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    margin-bottom: 17px;
  }
  .hero-description {
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 23px;
  }
  .hero-btns {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
  }
  .hero-btns .btn1 {
    background: #fafbfb;
    color: #243757;
    padding: 10.5px 18px !important;
    border: none;
    border-radius: 30px;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.72px;
    box-shadow: 0px 4px 16px 0px rgba(255, 255, 255, 0.2);
  }
  .hero-btns .btn2 {
    background: transparent;
    color: #fff;
    padding: 0;
    border: none;
    border-radius: 30px;
    font-family: Montserrat;
    font-size: 0;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.72px;
  }
  /* responsive features sections*/
  .desc-margin {
    margin-left: 0;
  }
  .img-margin {
    margin-left: 0;
  }
  .feature-title {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 45px;
    background: linear-gradient(98.24deg, #6ddcff 0%, #7f60f9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  .featured h2 {
    color: #15294b;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .main-title {
    color: #15294b;
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-right: 0;
    margin-bottom: 12px;
  }
  .featured .desc {
    color: #5d6b82;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    padding-right: 0;
  }
  .featured-features {
    margin-top: 50px;
    row-gap: 50px;
  }
  /* responsive pricing sections */
  .pricing-title {
    font-size: 24px;
    line-height: 31.25px;
  }
  .pricing-title span {
    font-size: 24px;
    line-height: 31.25px;
  }

  .discount-arrow {
    position: absolute;
    left: 20px;
    top: 20px;
  }
  .discount-arrow img {
    width: 99px !important;
  }
  .pricingCard{
    margin: 0 10px !important;
  }
  .pricingCard .pricingCard-header .pricingCard-title {
    font-size: 20px;
    line-height: 27.32px;
    margin-bottom: 11px;
  }

  .pricingCard .pricingCard-header .pricingCard-text {
    font-size: 14px;
    line-height: 19.12px;
  }
  .pricingCard .pricingCard-body h2 {
    font-size: 40px;
    line-height: 54.64px;
  }
  .pricingCard .pricingCard-body p {
    font-size: 14px;
  }
  .pricingCard ul li {
    font-size: 14px;
  }
  .pricingCard ul li del {
    font-size: 14px;
  }

  /* responsive faq secions */
  .faq-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .faqHeading {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .faq-section .heading {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .accordion-header button {
    font-size: 16px;
    line-height: 30px;
  }
  .accordion-body {
    font-size: 14px;
    line-height: 21px;
  }

  /* =================contact sections starts here================ */
  .contact-main {
    padding: 30px;
  }
  .contact-main .form-side .contact-heading {
    font-size: 24px;
    line-height: 44px;
    margin-bottom: 15px;
  }
  .contact-main .form-side .contact-subheading {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
  }

  /* ===================Responsive Footer starts here================== */
  .footer-main {
    padding-bottom: 20px;
  }
  .footer-main .social-icons a {
    font-size: 16px;
  }
  .copyright {
    font-family: var(--font-Sans);
    color: #18181b;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px; /* 150% */
  }
  /* ===================mobile media screen end here================== */
}

/* ===================tab media screen start here================== */
@media screen and (min-width: 768px) and (max-width: 992px) {
  .navbar-toggler {
    border: rgba(255, 255, 255, 0.3) 1px solid;
    background: rgba(0, 0, 0, 0.3);
  }
  .navbar-collapse {
    background: rgba(0, 0, 0, 0.3);
    padding: 20px;
  }
  .navbar-collapse .navbar-nav {
    margin-bottom: 10px;
  }
  .navbar-collapse .navbar-nav .nav-item {
    margin: 0 auto;
  }
  .submenu {
    right: 10px;
  }
  /* tab hero sections */
  .hero-container {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .hero-heading {
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 17px;
  }
  .hero-description {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .hero-btns {
    gap: 0px;
  }
  .hero-btns .btn1 {
    padding: 10.5px 18px !important;
    font-size: 12px;
  }
  .hero-btns .btn2 {
    padding: 10.5px 18px !important;
    font-size: 12px;
  }
  /* ===================Tab Feature sections starts here================== */

  .feature-title {
    font-size: 18px;
    line-height: 50px;
  }
  .featured h2 {
    font-size: 30px;
    line-height: 50px;
  }
  .line {
    margin-bottom: 40px;
  }
  .main-title {
    font-size: 26px;
  }
  .featured-features {
    margin-top: 50px;
    row-gap: 100px;
  }
  .feature-card{
    width: 450px;
  }
  .feature-desc h5 {
    font-size: 20px;
}
.feature-desc p {
  font-size: 16px !important;
}
/* ===================Tab pricing sections starts here================== */
/* for slider */
.pricingCard{
  margin: 0 10px !important;
}
/* ===================Tab FAQ sections starts here================== */
.faq-section {
	padding-top: 50px;
	padding-bottom: 50px;
}
.faqHeading {
	padding-top: 0;
	padding-bottom:0;
}
.faq-section .heading {
	font-size: 30px;
  margin-bottom: 50px;
}
/* ===================Tab Contact sections starts here================== */
.contact-main {
  padding: 30px;
}
.contact-main .form-side .contact-heading {
	font-size: 30px;
	margin-bottom: 15px;
}
.contact-main .form-side .contact-subheading {
	font-size: 18px;
	margin-bottom: 30px;
}
  /* ===================tab media screen end here================== */
}

/* Desktop Styles */
@media screen and (min-width: 992px) {
}
