:root {
  --bot: #ff371c;
  --alternate-bot-text-color: #1c1c1c;
}

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

::-webkit-scrollbar-thumb {
  background: var(--bot);
}

.feature-box .icon {
  font-size: 30px;
  position: absolute;
  left: 15px;
  top: 15px;
  width: 30px;
  text-align: center;
  color: var(--bot);
}

.discord {
  color: #7289d9;
  border-color: #7289d9;
  background-color: transparent;
  transition: all 0.40s linear;
}

.button {
  color: var(--bot);
  border-color: var(--bot);
  background-color: transparent;
  transition: all 0.40s linear;
}
gg {
                     text-decoration: underline;
                     -webkit-text-decoration-color: var(--bot); /* safari still uses vendor prefix */
                     text-decoration-color: var(--bot);
                   }
.button:hover {
  color: var(--alternate-bot-text-color);
  background-color: var(--bot);
  border-color: var(--bot);
  
}
button {
  color: var(--bot);
  border-color: var(--bot);
  background-color: transparent;
  transition: all 0.40s linear;
}

button:hover {
  color: var(--alternate-bot-text-color);
  background-color: var(--bot);
  border-color: var(--bot);
  
}

.discord:hover {
  color: #fff;
  background-color: #7289d9;
  border-color: #7289d9;
}

.partners {
  width: 120px;
  height: 120px;
  margin-right: 20px;
  margin-bottom: 40px;
  margin-top: 40px;
  margin-left: 20px;
}

.partners.img {
  margin-right: 30px;
  margin-bottom: 0;
}

.card:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card {
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  background: rgb(16,16,16);
  border-radius: 29px;
}

.credit {
  color: var(--bot);
  transition: all 0.30s linear;
}

.credit:hover {
  text-decoration: none;
  color: var(--bot);
}

p {
    margin-bottom: 1rem;
}

.col-sm-6.col-lg-4 {
    margin: 20px;
}
 .text-slider-items {
    display: none;
   color: var(--bot);
  transition: all 0.30s linear;
}

 .itms {
    display: none;
   color: var(--bot);
  transition: all 0.30s linear;
}
.cmd {
                justify-content: center;
                align-items: center;
                display: flex;
                height: 100%;
                text-align: center;
            }
#scroll {
    opacity:0.25;
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#1c1c1c;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    border-bottom-color:#ff371c
    transition: all 0.40s linear;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff
    
}
#scroll:hover {
    background-color:#ff371c;
    opacity:1;
    filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
    border-bottom-color:#1c1c1c
    transition: all 0.40s linear;
}
