body {
  --navbar: #12181b;
  --main-color: #ffffff;
  --background: #111821;
  --secondary: #171f29;
  --link: #7546da;
  --text-color: #ffff;
  --secondary-text-color: #a7a7a7;
  --premium-color: #dcdcdc00;
  --premium-border-color: #e22d2de3;
  --normal-border-color: #e22d2d00;
  transition: 0.2s ease;
}


body.light  {
  
  --main-color: #000000 ;
  --background: #c7c7c7;
  --secondary: #a1a1a1;
  --link: #7546da;
  --text-color: #181818;
  --secondary-text-color: #242323;
  --premium-color: #dcdcdc00;
  --premium-border-color: #e22d2de3;
  --normal-border-color: #e22d2d00;
  transition: 0.2s ease;

}
/* scroll bar */
.main-wrapper {
  text-align: center;
  margin-top: 16vw;
  margin-bottom: 0;
  padding: 0;
  img-align: right;
}
.main-wrapper h1 {
  font-size: 5rem;
  display: block;
  margin-bottom: 0;
  font-family: "Action Is", sans-serif;
  font-weight: normal;
  text-shadow: 3px 3px 0 var(--clrnormal), 3px -3px 0 var(--clrnormal),
    -3px 3px 0 var(--clrnormal), -3px -3px 0 var(--clrnormal),
    3px 0px 0 var(--clrnormal), 0px 3px 0 var(--clrnormal),
    -3px 0px 0 var(--clrnormal), 0px -3px 0 var(--clrnormal);
}


::-webkit-scrollbar {
  width: 8px;
  color: #ffff
}

::-webkit-scrollbar-track {
  background: #f1f1f1;;
}

::-webkit-scrollbar-thumb {
  background: #888;
}
::selection {
  color: #7546da;
  background:rgba(72, 0, 255, 0.267);
  
}
::-moz-selection {
  color: #5100ff;
  background:rgba(72, 0, 255, 0.267)
}

.footer-dark {
  padding: 20px 0;
}

.footer-dark .item.text {
  margin-bottom: 36px;
}

.footer-dark .item.social {
  text-align: center;
}

.footer-dark .item.social>a {
  font-size: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
  margin: 0 8px;
  color: #fff;
  opacity: 0.75;
}

.footer-dark .item.social>a:hover {
  background-color: #474350;
}

.footer-dark .copyright {
  text-align: center;
  padding-top: 24px;
}

/* features */

.features-boxed {
  color: #313437;
  background-color: #eef4f7;
}

.features-boxed p {
  color: #7d8285;
}

.features-boxed h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}

.features-boxed h1 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 20px;
  color: inherit;
}

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

::-webkit-scrollbar-track {
  background: #5e5e5e;
}

::-webkit-scrollbar-thumb {
  background: #ffff;
    height:100px;
    width:500px;
    border-radius:20px; 
    border:2px solid #666;
    padding:6px 0px;
    overflow:auto;
   
  
  
  

  
}

.footer-dark {
  padding: 50px 0;
}

.footer-dark .item.text {
  margin-bottom: 36px;
}

.footer-dark .item.social {
  text-align: center;
}

.footer-dark .item.social>a {
  font-size: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
  margin: 0 8px;
  color: #fff;
  opacity: 0.75;
}

.footer-dark .item.social>a:hover {
  background-color: #474350;
}

.footer-dark .copyright {
  text-align: center;
  padding-top: 24px;
}

/* features */

.features-boxed {
  color: #313437;
  background-color: #eef4f7;
}

.features-boxed p {
  color: #7d8285;
}

.features-boxed h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}

.features-boxed h1 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}

@media (max-width:767px) {
  .features-boxed h1 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }

  .features-boxed h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}

.features-boxed .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto;
}

.features-boxed .intro p {
  margin-bottom: 0;
}

.features-boxed .features {
  padding: 50px 0;
}

.features-boxed .item {
  text-align: center;
}

.features-boxed .item .box {
  text-align: center;
  padding: 30px;
  background-color: #fff;
  margin-bottom: 30px;
}

.features-boxed .item .icon {
  font-size: 60px;
  color: #1485ee;
  margin-top: 20px;
  margin-bottom: 35px;
}

.features-boxed .item .name {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 8px;
  margin-top: 0;
  color: inherit;
}

.features-boxed .item .description {
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 20px;
}

a:hover {
  text-decoration: none;
  color: var(--main-color);
}

.shadow-lg.box:hover {
  background: rgb(244, 241, 241);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

a {
  color: var(--main-color);
}

/* accordion */

* {
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}

.card {
  background-color: var(--secondary);
  border-color: #dcdcdc00;
}

.container {
  margin: 0 auto;
  padding: 4rem;
  color: var(--secondary-text-color);
}

.accordion .accordion-item {
  border-bottom: 1px solid var(--text-color);
}

.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid var(--link);
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: var(--text-color);
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.navbar {
  display: flex;
  width: 100%;
  margin: 0;
  background: var(--secondary);
  font-size: calc(1rem + 0.5vw);
  align-items: center;
  justify-content: space-between;
  padding: 0.4em 0.3em;
  box-shadow: rgba(29, 29, 29, 0.2) 0px 2px 8px 0px;
}
.nav-items {
  display: flex;
}
.nav-links {
  transition: 0.3s ease;
  position: relative;
  padding: 0.5em 0.3em;
}

.nav-links::after {
  content: "";
  width: 100%;
  position: absolute;
  height: 2.5px;
  bottom: 0;
  left: 0;
  transform-origin: center;
  transform: scale(0);
  background: var(--text-clr);
  transition: 0.3s ease;
}
.nav-links:hover::after {
  transform: scale(1);
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: var(--link);
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: var(--link);
  border-right: 1px solid var(--link);
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] {
  color: var(--link);
}

.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}

.accordion button[aria-expanded='true']+.accordion-content {
  opacity: 1;
  max-height: 250em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}

div#features {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
  border-radius: 25px;
  background: var(--background);
}

div#features:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.partner:hover {
  border-radius: 598px;
  border-style: solid;
  border-color: var(--main-color);
}

.partner {
  width: 160px;
  height: 160px;
  transition: all 200ms linear;
}

.yeet {
  text-align: center;
  padding: 18px;
}
.third {
  position: relative;
  display: block;
  text-align: left;
  img-align: right;
  color: var(--text-color);
  font-size: 1.05rem;
  font-weight: 200;
  border: none;
  background: none;
  border-right: 1px solid var(--link);
  outline: none;
  box-shadow: 0 0 35px 45px #1b748f inset, 0 0 0 0 #1b748f;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.third:hover {
  box-shadow: 0 0 8px 0 #1b748f inset, 0 0 8px 3px #1b748f;
}
.navbar-nav>li {             /* <- this affects all navbars */
  float: none;
  text-align: left;
}
.navbar-items>li {          /* <- this affects just my footer navbar */
  display: inline-block;
}
.img {
  display: block;
}

img{  
  height: 250px;  
  width: 250px;  
  }  
 #left {    
  text-align: left;  
  }  
  #center {    
  text-align: center;  
  }  
  #right{    
  text-align: right;
  }