/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

.light-style .menu .app-brand.demo {
  height: 64px;
}

.dark-style .menu .app-brand.demo {
  height: 64px;
}

.app-brand-logo.demo {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  /* width: 34px;
  height: 24px;*/
 /* width: 29px;
  height: 63px;*/
      max-width: 300px !important;
    height: 90px;
}
.new-layout-navbar .app-brand-logo.demo{
  height: 30px;
}
a.get20 {
  color: #ffffff;
  cursor: pointer;
  z-index: 9999999;
}
.topbar-text span{
  z-index: 99999999999; 
}
a.nav-link.active{
    color: #5d5d5d!important;
}
 a.nav-link:hover{
    color: #545454!important;
}

.navbar.landing-navbar .navbar-nav .nav-item.mega-dropdown > .dropdown-menu .mega-dropdown-link {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    font-weight: 500 !important;
    text-align: left;
    line-height: 20px;
}
.mega-menu-sm {
    width: auto !important;
    min-width: 260px;   /* prevents it from being too tiny */
    max-width: 400px;   /* optional */
}
@media(max-width: 397px) {

  .app-brand-logo.demo {
    width: 95px !important;
  }
}

/* .app-brand-logo img,
.app-brand-logo svg {
  display: block;
  width: 40px !important;
  height: 40px;
} */

.app-brand-logo.demo svg {
  width: 35px;
  height: 24px;
}

.app-brand-text.demo {
  font-size: 1.375rem;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 78px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks>* {
  display: block !important;
}

.demo-inline-spacing>* {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing>* {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing.demo-only-element> :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg>* {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing-lg.demo-only-element> :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl>* {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing-xl.demo-only-element> :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}



.copied-msg {
  visibility: hidden;

  background: #333;
  color: #fff;
  padding: 3px 6px;
  border-radius: 4px;
  font-size: 12px;
  transition: visibility 0.2s, opacity 0.2s;
  opacity: 0;
}

.copied-msg.show {
  visibility: visible;
  opacity: 1;
}

/* Dropdown buttons going out of small screens */
@media (max-width: 576px) {
  #dropdown-variation-demo .btn-group .text-truncate {
    width: 254px;
    position: relative;
  }

  #dropdown-variation-demo .btn-group .text-truncate::after {
    position: absolute;
    top: 45%;
    right: 0.65rem;
  }
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}

.layout-demo-placeholder img {
  width: 900px;
}

.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}


/* new logo css */
.app-brand-text.demo {
  display: none;
}

/* .app-brand-logo img,
.layout-menu-fixed.layout-menu-collapsed.layout-menu-hover .app-brand-logo img {
  width: 70px !important;
  transition: width 0.5s;
} */

.app-brand-logo.demo {
  width: 100%;
}

.layout-menu-collapsed .app-brand-logo img {
  width: 28px !important;
  transition: width 0.5s;
}

.layout-menu-fixed.layout-menu-collapsed .logo-text-img {
  display: none;
}

.layout-menu-fixed .logo-text-img,
.layout-menu-fixed.layout-menu-collapsed.layout-menu-hover .logo-text-img {
  display: inline-block;
}

span.app-brand-logo.demo.footer {
  justify-content: left;
}

.landing-footer .footer-top {

  border-top-left-radius: initial !important;
  border-top-right-radius: initial !important;
}

.light-style .landing-footer .footer-bottom {
  background-color: #0a0a22 !important;
}

.main-content-div{
  grid-template-columns: 300px minmax(0, 1fr);
}
.main-content-div .sidebar-wrapper{
  width: 220px; height: 100vh; position: fixed;
  background-color: transparent;
  z-index: 99991;
}
/* .main-content-div .sidebar-wrapper .nav-link.overlap{
  color: white!important;
} */

.menu-ham-icon .bar {
  transition: transform 0.3s ease, width 0.3s ease;
  transform-origin: center;
}

.menu-ham-icon.active .top {
  transform: rotate(45deg) translate(5px, 5px);
  width: 28px; 
}

.menu-ham-icon.active .bottom {
  transform: rotate(-45deg) translate(5px, 1px);
  width: 28px; 
}
.sidebar-toggler {
  display: none;
  background-color: #ffffff00;
  padding: 6px;
}
nav.navbar.navbar-expand-lg.new-layout-navbar.sideBarNav.activeBgW {
    background: #fff;
}
/* Removed innerPage navbar styles - all pages now use same transparent navbar as homepage */
/* body.innerPage nav.navbar.navbar-expand-lg.new-layout-navbar {
    background: #eeebeb3b;
}
body.innerPage ul.navbar-nav.navBox {
       border: 4px solid #f3f3f37a;
} */
@media (max-width: 991.98px) {
  .navbar.landing-navbar .landing-nav-menu {
      z-index: 9999999999999!important;
  }
 
}
@media screen and (max-width: 1024px) {
  nav.navbar.navbar-expand-lg.new-layout-navbar {
      position: fixed;
      width: 100%;
       background: white!important; 
      z-index: 99999;

  }
   .homePage nav.navbar.navbar-expand-lg.new-layout-navbar {
      position: fixed;
      width: 100%;
       background: rgba(255, 255, 255, 0)!important; 
      z-index: 99999;
  }
  nav.navbar.navbar-expand-lg.new-layout-navbar.scrolled{
      background: white!important; 
  }
  .main-content-div {
    grid-template-columns: 100% !important;
  }
  .main-content-div aside {
    z-index: 99999;
  }

  .main-content-div .sidebar-wrapper {
    left: -500px;
    top: 66px;
    padding: 0 20px;
    transition: 0.5s ease-in-out left;
    background-color: #fff;
  }
  .main-content-div .sidebar-wrapper.active {
      left: 0;
      width: 56%;
      padding-left: 20px;
      padding-top: 30px;
  }

  .sidebar-toggler {
      display: block;
  }
}

/* Media query for screens with a maximum width of 767 pixels (typical for mobile devices) */
@media only screen and (max-width: 767px) {
  .text-center-mob {
    text-align: center;
  }

  span.app-brand-logo.demo.footer {
    justify-content: center;
  }

  span.app-brand-logo.footer {
    display: flex !important;
    justify-content: flex-start;
    width: 100%;
    align-items: center;
    overflow: unset;
}
footer .app-brand-logo img.logo-text-img {
    width: 321px !important;}
    
    .swiper-slide{margin-bottom: 20px;}
}






/*new footer css */


footer .app-brand-logo img {
  width: 120px !important;
  margin-right: 15px;
}

footer .app-brand-logo img.logo-text-img {
  width: 211px;
}

.pages-link li {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  margin-right: 49px;
}

.pages-link li a.footer-link {
  color: #FFFFFFDE !important;
  font-size: 14px;
}

.custom-footer.light .pages-link li a.footer-link,
.custom-footer.light .privacy-links ul li a,
.custom-footer.light .footer-text,
.custom-footer.light .footer-text a {
  color: #1B2235 !important;
}

.privacy-links ul {
  list-style: none;
  padding: 0;
  align-items: center;
}

.privacy-links ul li a {
  color: #ECF1F7 !important;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  text-decoration: underline;
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid #fff;
}


.privacy-links ul li:last-child a {
  border-right: none;
}

.privacy-links ul li:first-child a {
  padding-left: 0
}

.custom-footer .footer-text,
.custom-footer .footer-text a {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  color: #ECF1F7 !important;
  text-align: left;

}
footer.landing-footer.bg-body.custom-footer.dark {
    padding: 0 30px;
    background: #000 !important;
    position: relative;
    z-index: 9999;
    display: grid;
    grid-template-columns: 240px 1fr;
}

@media(max-width:992px) {
  .custom-footer .app-brand-link {
    justify-content: center;
  }

  .pages-link {
    justify-content: center;
  }

  .pages-link li:last-child {
    margin-right: 0;
  }
  footer.landing-footer.bg-body.custom-footer.dark {
      grid-template-columns: 0 100%;
  }
  .new-landing-menu-overlay {
      position: fixed;
      display: none;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: all 0.2s ease-in-out;
      z-index: 9998;
      backdrop-filter: blur(6px);
  }
}

@media(max-width: 768px) {
  .privacy-links ul li a {
    border-right: none;
  }

  .pages-link li {
    margin: 10px;
  }
}




footer.custom-footer-top {
  border-bottom: 1px solid rgba(235, 241, 248, 1);
}
footer.custom-footer.dark .app-brand-logo .logo-text-img{
  filter: invert(1);
  height: 38px;
}


footer.landing-footer.bg-body.custom-footer.light {
  background: #EDF1F7 !important;

}

.custom-footer-top ul.list-unstyled.d-flex.pages-link {
  margin-left: 21px;
}

a.footer-link img {
max-height: 16px;
}

.custom-gap {
  gap: 15% !important;
}

/*** new logo **/
img.logo-text-img {
  /* width: 100% !important; */
  transition: width 0.5s;
  height: 28px;
}
.navbar-active img.logo-text-img {
  filter: invert(1);
}
ul.navbar-nav.me-auto {
  margin-right: auto !important;
  margin-top: 10px;
}
footer .app-brand-logo img.logo-text-img {
  width: 338px !important;
}
nav.layout-navbar.navbar-active::after {
  backdrop-filter: saturate(100%) blur(0px)!important;
}
div#top-bar-ribbon {
  color: rgb(255, 255, 255);
  background: linear-gradient(270deg, #3C92F9 2.81%, #537DEA 32.38%, #676ADE 57.71%, #7F54CF 88.17%, #7F54CF 98.28%);
  padding: 16px;
}
.topbar-text{
  display: flex; flex-direction: row; align-items: center; justify-content: center;
}
.pages-link li a.footer-link.small-text {
    font-size: 14px;
    color: #d3d5d8 !important;
}
a.app-brand-link.mb-8 {
    margin-bottom: 8rem !important;
}
/* .light-style .new-layout-navbar .navbar.landing-navbar {
    border-color: rgba(255, 255, 255, 0.68);
    background: rgba(255, 255, 255, 0.38);
} */

.homePage .scrolled .liGetStarted .getStarted {
    background: #000!important;
    color: #fff!important;
}
.navBox {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(16.8px);
    border-radius: 40px;
    height: 100%;
    width: 100%;
    padding: 12px;
    opacity: 1;
    will-change: auto;
    border: 4px solid #ffffff7a;
    max-width: fit-content;
    margin: auto;
}
#shop i, #shop span { pointer-events: none; }

@media(max-width: 1200px) {
  .navbar.landing-navbar .navbar-nav .nav-item.mega-dropdown > .dropdown-menu .mega-dropdown-link {
  font-size: 8px !important;
  line-height: 11px !important;
  padding: 6px!important;
  }
  .dropdown-menu .row .h6 span {
  font-size: 10px!important;
  }
  .dropdown-menu .row .h6 .avatar-sm {
  width: 1rem;
  height: 1rem;
  }
  .dropdown-menu .row .h6 .ti{
  font-size: 12px!important; 
  }
}
@media screen and (min-width: 992px){
  .navbar.landing-navbar .navbar-nav .nav-item.mega-dropdown > .dropdown-menu {
      border-radius: 40px;
  }
}

@media screen and (max-width: 992px) {
  .light-style .new-layout-navbar .navbar.landing-navbar .landing-nav-menu{
    background-color: #fff;
  }
   img.logo-text-img{
  width: 100% !important;
  transition: width 0.5s;
} 
.contact-us-text.text-white.ms-n3 {
  margin: 20px auto auto auto !important;
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  }
  .navBox{
  max-width: initial;
  }
  .navBox .mega-menu-sm {
  min-width: auto;
  }
  .navbar.landing-navbar .navBox .nav-link {
  font-size: 16px !important;
  }
  .navbar.landing-navbar .navbar-nav .nav-item.mega-dropdown > .dropdown-menu .mega-dropdown-link {
  font-size: 14px !important;
  line-height: 15px !important;
  padding: 11px !important;
  }
  .dropdown-menu .row .h6 span {
  font-size: 15px !important;
  }
}
@media only screen and (max-width: 768px) {


  span.app-brand-logo.demo img.logo-text-img {
  /* width: 130px !important; */
  width: 154px !important; 
  transition: width 0.5s;
  /*   height: 67px !important;*/
  height: auto !important;
  z-index: 99999999999999999;
  }
  ul.navbar-nav.me-auto{
  margin-top: 55px;
  }
  .app-brand-logo.demo {
  width: 100% !important;
  }

  footer .app-brand-logo img.logo-text-img {
  width: 215px !important;
  display: block;
  margin: 0 auto;
  }
  .custom-footer-top ul.list-unstyled.d-flex.pages-link {
  margin-left: 0;
  }
  ul.navbar-nav{
  gap: 1rem;
  }
  li.liGetStarted .getStarted{
  gap: 2rem;
  font-size: 14px !important;
  width: 125px !important;
  }
}

@media (max-width: 339px) {
.switch-wrapper {
width: 157px!important;
}     
.adgpt-tooltip {
font-size: 9px!important;
padding: 5px 4px 4px!important;
margin-left: 93%;
}
footer .app-brand-logo img.logo-text-img {
width: 196px !important;}


.cusotm-footer-bottom .d-flex.justify-content-center.justify-content-xl-start.gap-4 {
display: flex !important;
flex-wrap: wrap;
}
}

@media only screen and (max-width: 420px) {
  span.app-brand-logo.demo img.logo-text-img {
   width: 124px !important;
  }
  button.navbar-toggler.border-0.px-0.me-2 {
   margin-right: 0.1rem !important;
  }
  .navbar .btn-orange {
          font-size: 7px!important;
      }
  
  .navbar .btn-orange {
  padding: 00.1rem 0.5rem!important;
  
  }
  .ti-sm {
    font-size: .5rem !important;
  }
  ul.navbar-nav{
      gap: 1rem;
  }
  li.liGetStarted .getStarted {
        gap: 2rem;
        font-size: 12px !important;
        width: 94px !important;
    }
    
  }

  @media screen and (max-width: 380px){
    ul.navbar-nav{
      gap: 5px;
    }
    li.liGetStarted .getStarted {
        margin-right: 5px;
        padding: 5px 10px;
        max-width: max-content;
    }
  }

  @media screen and (max-width: 320px){
    li.liGetStarted .getStarted {
        gap: 1rem;
        font-size: 9px !important;
        width: 84px !important;
            height: 28px !important;
    }
    nav.navbar.navbar-expand-lg.new-layout-navbar.sideBarNav .navbar-brand.ps-4 {
    padding-left: .5rem !important;
}
  }

  @media only screen and (max-width: 273px) {
      span.app-brand-logo.demo img.logo-text-img {
          width: 65px !important;
      }
  }
    @media only screen and (max-width: 990px) {
    li.liGetStarted .getStarted {
      margin-right: 10px;
    }
    nav.navbar.navbar-expand-lg.new-layout-navbar.sideBarNav.scrolled {
        background: #fff;
    }
  }
  @media only screen and (max-width: 340px) {
  span.app-brand-logo.demo img.logo-text-img {
        width: 103px !important;
    }
    .navbar.navbar-expand-lg.landing-navbar {
        padding-left: 1rem !important;
    }

}


