@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #706c81;
  background-color: #fff;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  cursor: default;
}

.container {
  max-width: 1200px;
}

.container-elements-details {
  min-width: 1400px;
}

.row {
  row-gap: 1.875rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li {
  padding: 0;
  margin: 0;
}

p {
  margin-bottom: 0;
}

ol li,
ul li {
  list-style: none;
}

[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

a {
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}
a:hover, a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  box-shadow: none;
  text-decoration: none;
  color: inherit;
}

.title-border {
  position: relative;
  text-align: center;
}
.title-border h4 {
  position: relative;
  padding: 0 0.625rem;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.6875rem;
  color: #fff;
  background-color: #0c131a;
}
.title-border::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background-color: #353843;
}

.title-24-b {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
  color: #212534;
}

.title-30-b {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.5625rem;
  color: #212534;
}

.social-link-white {
  display: flex;
  align-items: center;
  gap: 1.8125rem;
}
.social-link-white li a {
  color: #fff !important;
  transition: all 0.3s;
}
.social-link-white li a:hover {
  color: #0a7efb !important;
}

/* Start Sticky */
.main-header {
  position: relative;
  z-index: 11;
}
.main-header.sticky-on {
  top: 0;
  width: 100%;
  z-index: 20;
  position: fixed;
  animation-duration: 0.7s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-timing-function: ease;
  transition: 0.3s all ease-in-out;
  background-color: #0c131a;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
}
.main-header.sticky-on .menu-header.inner-menu {
  background-color: #fff;
}
.main-header.sticky-on .menu-header .main-menu {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  padding: 5px 0;
}
.main-header.sticky-on .menu-header .main-menu .logo {
  width: 120px;
}
.main-header.sticky-on .navigation-main-area .dropdown .dropdown-menu {
  top: 2.6875rem;
}

/* End Sticky */
/*** Start Main Header ***/
.menu-header {
  background-color: #0c131a;
}
.menu-header.inner-menu {
  background-color: #0c131a;
}
.menu-header.demo-header {
  background: rgb(211, 234, 249);
  background: linear-gradient(-45deg, rgb(211, 234, 249) 0%, rgb(248, 248, 221) 100%);
}
.menu-header.demo-header .navigation-main-area ul {
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .menu-header.demo-header .navigation-main-area ul {
    justify-content: center;
  }
}
.menu-header.demo-header .navigation-main-area li.dropdown > a {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 12px 0;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.875rem;
  color: #181c32 !important;
}
@media screen and (max-width: 991px) {
  .menu-header.demo-header .navigation-main-area li.dropdown > a {
    padding: 0;
  }
}
.menu-header .container {
  position: relative;
  max-width: 102.375rem;
}
.menu-header .container-elements {
  max-width: 1400px;
}
.menu-header .container-demo {
  max-width: 1696px;
}
.menu-header .main_menu_wrap {
  gap: 1.25rem;
}

/* Start Navigation area */
.navigation-main-area {
  text-align: center;
}
.navigation-main-area > ul {
  display: flex;
  justify-content: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 20px;
  flex-wrap: wrap;
}

.navigation-main-area li.dropdown > a {
  position: relative;
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.375rem;
  color: #a6abbe;
  text-transform: capitalize;
  padding: 1.25rem 0 1.25rem;
}
.navigation-main-area li.dropdown > a:hover, .navigation-main-area li.dropdown > a.active {
  color: #fff !important;
}

.navigation-main-area .dropdown {
  position: relative;
}
.navigation-main-area .dropdown.mega-menu-wrap {
  position: static;
}

.navigation-main-area .dropdown .dropdown-menu {
  top: 3.875rem;
  left: 0;
  opacity: 0;
  z-index: 5;
  margin: 0;
  padding: 10px;
  height: auto;
  width: 12.5rem;
  border: none;
  display: block;
  border-radius: 1px 1px 5px 5px;
  overflow: hidden;
  visibility: hidden;
  position: absolute;
  background-clip: inherit;
  background-color: #fff;
  transition: all 0.1s ease-in-out 0.1s;
  box-shadow: 0rem 0.625rem 2.1875rem rgba(0, 0, 0, 0.08);
}
.navigation-main-area .dropdown .dropdown-menu > span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #0a7efb;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
}

.navigation-main-area .dropdown .dropdown-menu li a {
  width: 100%;
  display: block;
  padding: 0;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  color: #676c7d;
  padding: 0.5625rem 0.625rem;
  position: relative;
  transition: 0.3s all ease-in-out;
}

.navigation-main-area .dropdown .dropdown-menu li a:before {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 1px;
  opacity: 0;
  background-color: #fff;
  transform: translateX(15px);
  transition: all 0.3s ease-in-out;
}

.navigation-main-area .dropdown .dropdown-menu li a:hover {
  background-color: #edf2f6;
  color: #0a7efb !important;
  border-radius: 0.1875rem;
}

.navigation-main-area .dropdown .dropdown-menu li:last-child {
  border-bottom: none;
}

.main-menu-navigation-demo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.875rem 6.25rem;
}

@media screen and (max-width: 991px) {
  .demo-responsive-icon {
    display: none;
  }
}
.demo-responsive-icon ul {
  display: flex;
  align-items: flex-end;
  gap: 1.25rem;
}
.demo-responsive-icon ul button {
  padding: 0;
  border: none;
}
.demo-responsive-icon ul button svg {
  height: 20px;
}
.demo-responsive-icon ul button.active svg path {
  fill: #0a7efb;
}

.navigation-main-area .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.logo .mobile-logo {
  display: none;
}
@media screen and (max-width: 991px) {
  .logo {
    text-align: center;
  }
  .logo-el {
    text-align: center;
    max-width: 5.4375rem;
  }
  .logo .desk-logo {
    display: none;
  }
  .logo .mobile-logo {
    display: block;
  }
  .logo .mobile-logo img {
    max-width: 1.5625rem;
  }
}

/*Mobile Menu */
/*-------------------*/
.mobile_menu:has(:not(.mobile_menu_on)) .mobile_menu_content {
  width: 0;
}
.mobile_menu:has(.mobile_menu_on) .mobile_menu_content {
  width: 100%;
}

.mobile_menu_content,
.el_mobile_menu_content {
  top: 0;
  bottom: 0;
  left: -350px;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 350px;
  overflow-y: scroll;
  background-color: #0c131a;
  box-shadow: 0 3px 5px rgba(100, 100, 100, 0.19);
  transition: all 0.2s ease-in;
}

.mobile_menu_content .mobile-main-navigation,
.el_mobile_menu_content .mobile-main-navigation {
  width: 100%;
  padding: 0.9375rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .mobile_menu_content .mobile-main-navigation,
  .el_mobile_menu_content .mobile-main-navigation {
    padding-top: 0;
  }
}
.mobile_menu_content .mobile-main-navigation .navbar-nav,
.el_mobile_menu_content .mobile-main-navigation .navbar-nav {
  width: 100%;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav li,
.el_mobile_menu_content .mobile-main-navigation .navbar-nav li {
  width: 100%;
  display: block;
  transition: 0.3s all ease-in-out;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav li a,
.el_mobile_menu_content .mobile-main-navigation .navbar-nav li a {
  width: 100%;
  display: block;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 3.125rem;
  color: #a6abbe;
  text-transform: capitalize;
  border-bottom: 1px solid #32383e;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav li:last-child a,
.el_mobile_menu_content .mobile-main-navigation .navbar-nav li:last-child a {
  border-bottom: 0;
}

.mobile-main-navigation .dropdown-btn {
  background-color: transparent;
  border-color: transparent;
  width: auto;
}

.mobile_menu_content .dropdown:after {
  display: none;
}

.mobile_menu_content2 .dropdown:after {
  display: block;
}

.mobile_menu_content .navbar-nav .dropdown-menu {
  position: static !important;
  transform: none !important;
}

.mobile_menu_content .m-brand-logo {
  max-width: 1.5625rem;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_content {
  left: 0;
  transition: all 0.2s ease 0.2s;
}

.mobile_menu_overlay {
  top: 0;
  width: 100%;
  position: fixed;
  z-index: 100;
  right: 0;
  height: 120vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 0.5s ease-in-out;
}

.mobile_menu_overlay_on {
  overflow: hidden;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  opacity: 1;
  visibility: visible;
}

.mobile_menu_button {
  color: #a6abbe;
  display: none;
  cursor: pointer;
  font-size: 30px;
  line-height: 0px;
  text-align: right;
}
@media screen and (max-width: 991px) {
  .mobile_menu_button {
    text-align: left;
  }
}

.mobile_menu .mobile-main-navigation .navbar-nav li a:after {
  display: none;
}

.mobile_menu .mobile-main-navigation .dropdown > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu,
.mobile_menu .el_mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu {
  border: none;
  display: none;
  transition: none;
  box-shadow: none;
  padding: 5px 0px;
  width: 100%;
  background-color: transparent;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li,
.mobile_menu .el_mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li {
  border: none;
  padding: 0 10px;
  line-height: 1;
}

.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li:hover {
  background-color: transparent;
}

.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a {
  color: #a6abbe !important;
}

.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a:hover {
  color: #e25645;
  background-color: transparent;
}

.mobile_menu .dropdown {
  position: relative;
}
.mobile_menu .dropdown:has(.dropdown-menu) .dropdown-btn {
  display: block;
}

.mobile_menu .dropdown .dropdown-btn {
  display: none;
  color: #fff;
  position: absolute;
  top: 10px;
  right: 0;
  height: 30px;
  padding: 5px 10px;
}

.mobile_menu .dropdown .dropdown-btn.toggle-open {
  transform: rotate(90deg);
}

.mobile_menu .mobile_menu_close {
  color: #fff;
  cursor: pointer;
  font-size: 1.25rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .display-none {
    display: none;
  }
}
@media screen and (max-width: 1166px) {
  .navigation-main-area ul {
    display: flex;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
  .navigation-main-area li {
    margin-left: 30px;
  }
  .navigation-main-area li:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .main-header.sticky-on {
    padding: 10px 15px;
  }
  .main-header.sticky-on .menu-header {
    border-bottom: none;
  }
  .menu-header .container {
    padding: 0;
  }
  .menu-header .main-menu {
    position: relative;
    top: 0;
    padding: 0.40625rem 1.25rem;
  }
  .navigation-main-area ul {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 991px) {
  .mobile_menu_button {
    display: block;
  }
}
.sticky-top {
  z-index: 10;
}

.main-home-menu-header {
  background-color: #0c131a;
}
.main-home-menu-header .container {
  max-width: 75rem;
}
.main-home-menu-header .navigation-main-area li.dropdown > a {
  padding: 1.25rem 0;
}

.desk-logo img {
  height: 35px;
}

/* 
===============================
Start Button Design
===============================
*/
.buyNow-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  padding: 0.5rem 1.0625rem;
  border-radius: 0.3125rem;
  background-color: #0a7efb;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.375rem;
  color: #fff !important;
}
@media screen and (max-width: 767px) {
  .buyNow-btn {
    padding: 0.875rem 0.9375rem;
  }
}
.buyNow-btn span {
  display: inline-block;
  background-image: url(../img/shopping-bag.svg);
  background-repeat: no-repeat;
  width: 14px;
  height: 18px;
}

.demoModal-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  padding: 0.875rem 1.625rem;
  border: none;
  border-radius: 0.3125rem;
  background-color: #0a7efb;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.375rem;
  color: #fff !important;
}

/* 
===============================
End Button Design
===============================
*/
.demo-modal {
  background-color: rgba(166, 171, 190, 0.5);
}
.demo-modal-content {
  position: relative;
  max-width: 72rem;
  border-radius: 0.3125rem;
  box-shadow: 0rem 0.625rem 1.5625rem rgba(103, 108, 125, 0.2);
  padding: 3.125rem;
}
@media screen and (max-width: 1199px) {
  .demo-modal-content {
    padding: 3.125rem 1.875rem;
  }
}
@media screen and (max-width: 991px) {
  .demo-modal-content {
    padding: 3.75rem 1.25rem 1.875rem;
  }
}
.demo-modal-content .btn-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 30px;
  height: 30px;
  padding: 0;
  background-size: 12px;
  border: 0.0625rem solid #d1d6db;
  border-radius: 50%;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
  opacity: 0.5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.demo-items {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
  max-height: 28.125rem;
}
.demo-items-wrap {
  max-width: 41.25rem;
  border-right: 1px solid #e0e3eb;
}
@media screen and (max-width: 1199px) {
  .demo-items {
    overflow-y: scroll;
    border-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .demo-items {
    justify-content: center;
    gap: 1.875rem 1.25rem;
  }
}
.demo-items:has(:nth-child(13)) {
  overflow-y: scroll;
}
.demo-items::-webkit-scrollbar {
  width: 5px;
}
.demo-items::-webkit-scrollbar-track {
  background: #e0e3eb;
  border-radius: 10px;
}
.demo-items::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
.demo-item {
  flex: 0 0 130px;
  width: 130px;
  height: 130px;
  background-color: #f5f5f6;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.625rem;
  border-radius: 0.625rem;
}
.demo-item .icon {
  flex: 0 0 48px;
}
.demo-item .title {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.3125rem;
  color: #212534;
  text-align: center;
}
.demo-item-dropdown {
  margin-bottom: 2.5rem;
  text-align: center;
}
.demo-item-dropdown button {
  background-color: #fff;
  border: 1px solid #cfd4e1;
  border-radius: 5px;
  padding: 0.75rem 1.4875rem 0.6875rem 1.38125rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.125rem;
  color: #212534;
}
.demo-item-dropdown button.dropdown-toggle::after {
  background: url(../img/icon/dropdown-angle-demo.svg);
  margin-left: 16px;
  vertical-align: middle;
  border: 0;
  background-repeat: no-repeat;
  width: 12px;
  height: 7px;
}
.demo-item-dropdown button.dropdown-toggle ~ .dropdown-menu {
  box-shadow: 0rem 0.625rem 1.5625rem rgba(103, 108, 125, 0.11);
  border: 0;
  border-radius: 5px;
  padding: 10px;
}
.demo-item-dropdown button.dropdown-toggle ~ .dropdown-menu .dropdown-item {
  border-radius: 5px;
  padding: 10px 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.1875rem;
  color: #676c7d;
}
.demo-item-dropdown button.dropdown-toggle ~ .dropdown-menu .dropdown-item:hover {
  background-color: #ebeff3;
}
@media screen and (max-width: 991px) {
  .demo-product-feature {
    display: none;
  }
}
.demo-product-feature .title {
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.75rem;
  color: #212534;
  padding-bottom: 1rem;
}
.demo-product-feature .info {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5625rem;
  color: #8e9aa7;
  padding-bottom: 1.875rem;
}
.demo-product-feature .thumb {
  border-radius: 0.3125rem;
  background-color: #e6eaee;
  padding: 1.125rem;
}/*# sourceMappingURL=style.css.map */