/*
* 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;
}
a.get20 {
  color: #ffffff;
  cursor: pointer;
  z-index: 9999999;
}
.topbar-text span{
  z-index: 99999999999; 
}
@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;
}

/* 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;
}


/* 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;}
}






/*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: #ECF1F7 !important;
}

.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: 18px;
  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 #1b2235;
}


.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: 18px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  color: #ECF1F7 !important;
  text-align: left;

}

@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;
  }
}

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

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


footer.landing-footer.bg-body.custom-footer.dark {
  padding: 0 30px;
  background: #000 !important;
}
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 {
  height: 21px;
}

.custom-gap {
  gap: 10% !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;
}
@media only screen and (max-width: 768px) {
img.logo-text-img{
  width: 108% !important;
  transition: width 0.5s;
  height: 67px!important;;
}

span.app-brand-logo.demo img.logo-text-img {
           width: 176px !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: 262px !important;
    display: block;
    margin: 0 auto;
}
.custom-footer-top ul.list-unstyled.d-flex.pages-link {
    margin-left: 0;
}
}

@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: 399px) {
  span.app-brand-logo.demo img.logo-text-img {
  width: 100px !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;
  }
  }
  @media only screen and (max-width: 273px) {
      span.app-brand-logo.demo img.logo-text-img {
          width: 70px !important;
      }
  }