@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');

:root {
  --bs-theme-color: #1A4B97;
  --bs-text-priamry-color: #222222;
  --bs-theme-font-family: 'Poppins', sans-serif;
  --bs-body-font-size: 15px;
  --bs-menu-color: #252525;
  --bs-themebtn-hover: #04BDF3;
  --bs-heading-color: #000000;
}

/*page scrollbar css*/
html {
  scrollbar-color: #C1C1C1 #ebebeb;
  scrollbar-width: thin;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: #C1C1C1;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #a3a1a1;
}

::-webkit-scrollbar-track {
  background-color: #e9e9e9;
}

/*page scrollbar css end*/

body {
  font-family: var(--bs-theme-font-family);
  color: var(--bs-text-priamry-color);
  font-size: var(--bs-body-font-size);
  background-color: #fff;
}

.app-logo {
  transition: all 0.2s linear 0s;
  padding: 0 !important;
}

.app-logo img {
  height: 55px;
}

/*mainmenu css*/
.scroll-color.scrolled {
  background-color: #fff;
  transition-duration: 100ms;
  transition-duration: 0.3s;
  box-shadow: 0 0 35px rgb(0 0 0 / 10%);
  padding-top: 0 !important;
}

.scroll-color.scrolled .navbar-bg {
  box-shadow: none !important;
}

.navbar {
  padding: var(--bs-navbar-brandpadding-y) 0px !important;
}

.navbar-bg {
  background-color: #fff;
  border-radius: 1rem;
}

.navbar-px {
  padding: 3rem 3rem 0 3rem !important;
}

.main-menu .navbar-nav .nav-link {
  color: var(--bs-menu-color);
  padding: 0 1rem;
  font-weight: 600;
  position: relative;
  transition: all 0.2s linear 0s;
  border: 2px solid transparent;
  border-radius: 100vmax;
  text-transform: uppercase;
}

.main-menu .navbar-nav .nav-link:hover,
.main-menu .navbar-nav .nav-link.active {
  color: var(--bs-theme-color);
}

.main-menu .contact-btn,
.send-btn,
.avatar {
  background: rgb(62, 157, 228);
  background: linear-gradient(90deg, rgba(62, 157, 228, 1) 0%, rgba(76, 109, 238, 1) 100%);
  padding: 0.7rem 1.5rem;
  border-radius: 100vmax;
  color: #fff;
  font-weight: 500;
  transition: all 0.2s linear 0s;
  border: 0;
}

.main-menu .contact-btn:hover,
.send-btn:hover {
  background: linear-gradient(90deg, rgba(76, 109, 238, 1) 0%, rgba(62, 157, 228, 1) 100%);
  color: #fff;
}


.navmenu-icon {
  color: var(--bs-heading-color);
  padding: 0.5rem;
  border: 0;
  background-color: transparent;
}

.gg-menu,
.gg-menu::after,
.gg-menu::before {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 24px;
  height: 2px;
  border-radius: 3px;
  background: currentColor
}

.gg-menu::after,
.gg-menu::before {
  content: "";
  position: absolute;
  top: -7px
}

.gg-menu::after {
  top: 7px
}

.menu a:first-child::before {
  display: none;
}

/*mainmenu css end*/
.hero-sec-head {
  font-size: clamp(2rem, 5.5vw, 4rem);
  font-weight: 800;
  line-height: 1.05;
  margin-bottom: 1.5rem;
  color: #fff;
}

.hero-sec-subhead {
  font-size: clamp(1.125rem, 1.3vw, 1.5rem);
  margin-top: 1rem;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.hero-btn {
  padding: 0.8rem 1.5rem;
  background-color: #fff;
  border-radius: 100vmax;
}

.carousel-item {
  height: 97vh;
}

.inner-hero {
  height: 50vh;
  position: relative;
}

.inner-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 30%);
  z-index: 0;
}

.inner-hero .hero-caption {
  position: absolute;
  right: 5%;
  bottom: 2rem;
  left: 5%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
}

.inner-hero .hero-head {
  font-size: clamp(1.8rem, 3vw, 4rem);
  font-weight: 800;
  line-height: 1.05;
  color: #fff;
}

.inner-hero .page-head {
  padding: 0.4rem 1.5rem;
  border-radius: 1rem;
  display: inline-flex;
  margin-bottom: 1rem;
  background-color: #fff;
  color: #000;
}

.sec-head {
  border: #464545 1px solid;
  padding: 0.4rem 1.5rem;
  border-radius: 1rem;
  display: inline-flex;
}

.sec-title {
  font-size: clamp(1.5rem, 1.8vw, 2rem);
  font-weight: 600;
  color: #000;
  margin-bottom: 0.8rem;
}

.about-Features .about-Features-box {
  background-color: #EDF7FF;
  border-radius: 1rem;
  padding: 2rem;
  display: block;
  color: var(--bs-text-priamry-color);
  transition: all 0.3s linear 0s;
}

.about-Features .about-Features-box h5 {
  color: #000;
  margin: 0.8rem 0rem 0.6rem 0rem !important;
  transition: all 0.3s linear 0s;
}

.about-Features .about-Features-box .symbol {
  background-color: #DDECFC;
  width: 48px;
  height: 48px;
  padding: 0.2rem;
  display: inline-flex;
  border-radius: 100vmax;
}

.about-Features:hover .about-Features-box {
  background-color: #04BDF3;
  color: #fff;
}

.about-Features:hover .about-Features-box h5 {
  color: #fff;
}

.service-sec-bg {
  background-color: #F6F6F6;
}

.product-list-bdr {
  padding: 1.5rem 1rem 1rem 1rem;
  border-bottom: 1px solid #E5E5E5;
}

.list-symbol {
  background-color: #DDECFC;
  width: 32px;
  height: 32px;
  padding: 0.2rem;
  display: inline-flex;
  border-radius: 100vmax;
}

.card-bg {
  background-color: #EDF7FF;
}

.contact .form-control {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #000000;
  border-radius: 0;
  color: #000000 !important;
}

.contact .form-control:focus {
  background-color: transparent;
}

.contact .btn-send {
  background-color: var(--bs-theme-color);
  padding: 0.7rem 1.5rem;
  border-radius: 100vmax;
  color: #ffffff;
  border: 0;
}

.contact .btn-send:hover {
  background-color: var(--bs-themebtn-hover);
  color: #ffffff;
}

/*footer css */
.sec-btn {
  padding: 0.6rem 1.5rem;
  background-color: var(--bs-theme-color);
  border-radius: 100vmax;
  transition: all 0.3s linear 0s;
  color: #fff;
  font-size: 0.9rem;
}

.sec-btn:hover {
  background-color: var(--bs-themebtn-hover);
  color: #fff;
}

footer {
  color: #ffffff;
  background-color: #000000;
}

.footer-sec-title {
  font-size: clamp(2rem, 2.5vw, 3rem);
  font-weight: 700;
  color: #ffffff;
}

footer .form-control {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #555555;
  border-radius: 0;
  color: #ffffff !important;
}

footer .form-control:focus {
  background-color: transparent;
}

footer .btn-send {
  background-color: #fff;
  padding: 0.7rem 1.5rem;
  border-radius: 100vmax;
  color: #000;
}

footer .rights {
  border-top: 1px solid #333333;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  font-size: 0.85rem;
  text-align: center;
  font-weight: 300;
}

/*footer css end*/
.bg-l-gray {
  background-color: #F7F7F7 !important;
}

.bg-theme {
  background-color: var(--bs-theme-color) !important;
}

.text-head {
  color: var(--bs-heading-color) !important;
}

.text-red {
  color: var(--bs-red-100) !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fs-14 {
  font-size: 0.875rem;
}

.fs-15 {
  font-size: 0.938rem;
}

.fs-18 {
  font-size: 1.25rem;
}

.text-justify {
  text-align: justify;
}

h6,
h5,
h4,
h3,
h2,
h1 {
  color: var(--bs-heading-color);
}

@media (min-width: 992px) {
  .navbar .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }

  .navbar .navbar-nav {
    flex-direction: row;
  }

  .bnr-height {
    min-height: 73vh;
  }

  .main-menu .navbar-nav {
    gap: 0.5rem;
  }

  .hero-floating-card {
    position: absolute;
    bottom: 3rem;
    left: -3rem;
  }

  .sec-floating-title {
    position: relative;
    top: -1rem;
    left: -8rem;
    background-color: #fff;
    padding: 1.5rem;
    border-top-left-radius: 0.8rem;
    border-bottom-left-radius: 0.8rem;
  }

  .service-sec {
    padding: 0rem 2.5rem;
  }

  .inner-sec-sticky {
    position: sticky;
    top: 10rem;
    z-index: 1020;
  }
}

@media (max-width: 991.98px) {
  .offcanvas.offcanvas-start {
    height: 100vh;
    padding: 2rem 1rem;
    border-right: 0 !important;
  }

  .main-menu .navbar-nav .nav-item {
    padding: 1rem 0rem;
  }

  .offcanvas-start .btn-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
  }

  .navbar-px {
    padding: 2rem 2rem 0 2rem !important;
  }
}

@media (max-width: 575.98px) {
  footer .sic-font {
    flex-direction: column !important;
    gap: 0;
  }
}