/*.active {*/
/*  border: solid red;*/
/*  border-width: 0 2px 2px 0;*/
/*}*/
body {
    backhround-colour : #3A41C6;
}

 a.nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #333; /* Change to your desired color */
  margin: 0 10px;
  padding: 10px;
  border-radius: 10px;
  transition: background-color 0.2s ease;
}

a.nav-link:hover {
  background-color: #eee; /* Change to your desired hover background color */
}


.h4.color-base {
  margin: 5px 0 0 0;
  font-size: 1rem;
  font-weight: normal;
}


/*<!-- cookies Style -->*/

.cookie-disclaimer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #333;
  color: #fff;
  padding: 10px;
  font-size: 14px;
  z-index: 999;
}

.containercookies {
  display: inline-block;
  margin: 0 10px;
  max-width: 90%;
  text-align: left;
}

.containercookies a {
  color: #fff;
  text-decoration: underline;
}

.cookie-close {
  float: right;
  cursor: pointer;
  font-size: 16px;
}

.accept-cookie {
  margin-top: 5px;
  padding: 5px 10px;
  font-size: 14px;
  background-color: #28a745;
  color: #fff;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

.accept-cookie:hover {
  background-color: #218838;
}


  
   /*Cookie-disclaimer -->*/

a[href="/resetpassword"] {
  text-decoration: underline;
  color: red;
  font-weight: bold;
}

/* card styling */


.card h9 {
  font-size: 10px;
  font-weight: 500;
  color: #1b1b1b;
  margin-bottom: 20px;
}

.form-group {
  margin-bottom: 25px;
}

.form-control {
  background-color: #f7f7f7;
  border: none;
  color: #3b3b3b;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 20px;
  border-radius: 25px;
  width: 100%;
}

.form-control:focus {
  background-color: #fff;
  box-shadow: none;
  border: 2px solid #6e81e6;
}

.sign-in__forgot {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.sign-in__forgot a {
  color: #6e81e6;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.getstarted {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}


.block-signin-text__sign-up-link {
  color: #6e81e6;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  margin-left: 10px;
}

.alert {
  border: none;
  padding: 0;
  margin-bottom: 30px;
}

.alert .close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 24px;
  color: #fff;
  opacity: 0.5;
  padding: 10px;
  cursor: pointer;
}

.alert-danger {
  background-color: #f44336;
}

.alert-success {
  background-color: #4caf50;
}

.rainbow {
  background: linear-gradient(to right, #6e81e6, #f1c5ec);
  padding: 20px;
  border-radius: 8px;
}


.contentfjet {
  color: #391385;
}

.color-base {

    font-style: normal;
    font-weight: 600;
   

    color: #2e0547;
}
.bg-one-dark {
background: linear-gradient(to right, rgba(255, 0, 0, 0.5), rgba(0, 0, 255, 0.5));



}
.p-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.mt-50 {
  margin-top: 50px;
}
.btn {
  text-transform: uppercase;
}
.btn:focus {
  box-shadow: none;
}
.btn:hover {
  color: #fff;
}
.btn-medium {
  font-family: "Rubik", sans-serif;
  background: transparent;
  color: #fabf15;
  font-weight: 600;
  font-size: 16px;
  padding: 14px 45px;
  border-radius: 4px;
  border: 1px solid #fabf15;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-medium:hover {
  background: #fabf15;
  color: #222;
  -webkit-box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
}
.btn-fill {
  background: #fabf15 !important;
  color: #222 !important;
}
.btn-fill:hover {
  background: #ffb400;
  border-color: #ffb400;
}
.about-info {
  border: 2px solid rgba(255, 255, 255, 0.2);
}
#about-section img {
  position: relative;
  z-index: 1;
}
.inline-social ul li {
  display: inline-block;
  margin-right: 10px;
}
.bullet-check li {
  position: relative;
  padding-left: 30px;
  padding-bottom: 10px;
  color: #fff;
}
.bullet-check li:last-child {
  padding-bottom: 0;
}
.bullet-check li:before {
  position: absolute;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 15px;
  left: 0;
}

/*! responsive */
@media (max-width: 480px) {
  .about-info-wrap {
    padding: 10px !important;
    margin-top: 30px;
  }
  .about-info {
    padding: 30px !important;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 32px;
  }
  .wrap-button img {
    margin-top: 20px;
  }
  .about-info-wrap {
    padding: 10px !important;
    margin-top: 30px;
  }
  .about-info {
    padding: 30px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 30px;
  }
  .wrap-button img {
    margin-top: 20px;
  }
  .about-bullet {
    max-width: 100%;
    flex: 100%;
  }
  .about-info-wrap {
    padding: 10px !important;
    margin-top: 30px;
  }
  .about-info {
    padding: 30px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-bullet {
    max-width: 100%;
    flex: 100%;
  }
}

.text-red{
    color:red;
}


.hsTitle { 
    font-size: 42px; 
    font-weight: 600; 
    background: linear-gradient(to right, rgba(170, 86, 255, 0.38) 4.55%, rgba(255, 255, 255, 0) 69.39%), 
            linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent; 
    line-height: 48px;
} 
.rotate { 
    font-family: Pacifico, cursive; 
    font-size: 52px; 
    font-weight: 400; 
    background: -webkit-gradient(linear, left top, right top, from(#12c2e9), color-stop(#c471ed), to(#f64f59)); 
    background: -webkit-linear-gradient(left, #12c2e9, #c471ed, #f64f59); 
    background: -o-linear-gradient(left, #12c2e9, #c471ed, #f64f59); 
    background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59); 
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent; 
    position: relative;
} 


 
.homeSection { 
    padding: 25px;
    margin: 100px 0px;
background: linear-gradient(to right, rgba(200, 191, 231, 0.5), rgba(237, 234, 253, 0.9));

box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);



} 

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

:-webkit-scrollbar { 
    width: 7px; 
    height: 7px;
} 

:-webkit-scrollbar-thumb { 
    background: var(--color-3); 
    border-radius: 5px;
} 

:-webkit-scrollbar-track { 
    background: var(--color-1);
} 








.brandSlider { 
    display: flex; 
    justify-content: center; 
    width: 100%; 
    height: 400px;
} 

.rotate { 
    font-family: Pacifico, cursive; 
    font-size: 52px; 
    font-weight: 400; 
    background: -webkit-gradient(linear, left top, right top, from(#12c2e9), color-stop(#c471ed), to(#f64f59)); 
    background: -webkit-linear-gradient(left, #12c2e9, #c471ed, #f64f59); 
    background: -o-linear-gradient(left, #12c2e9, #c471ed, #f64f59); 
    background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59); 
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent; 
    position: relative;
} 

.rotate  { 
    font-size: 48px;
} 




.brandSlider .bShadow  { 
    overflow: hidden; 
    position: relative;
} 



#infinite .bShadow:before ,#infinite .bShadow:after  { 
    content: " "; 
    position: absolute; 
    z-index: 9; 
    width: 100%; 
    height: 100px;
} 






.d-flex { 
    display: -ms-flexbox!important; 
    display: flex!important;
} 

.justify-content-between { 
    -ms-flex-pack: justify!important; 
    justify-content: space-between!important;
} 

.productBox { 
    background: #171f2e; 
    border-radius: 10px; 
    height: 60px; 
    padding: 0 25px; 
    margin-bottom: 10px;
} 

#infinite .bShadow div  { 
    width: 100%; 
    -webkit-animation: translateinfinite 25s linear infinite; 
    animation: translateinfinite 25s linear infinite;
} 

.ms-3 { 
    margin-left: 1rem !important;
} 

[class^="ri-"] { 
    font-family: 'remixicon' !important; 
    font-style: normal; 
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
} 

.ri-arrow-right-up-line:before { 
    content: "\ea70";
} 

.productBox .pbLeft  { 
    color: #fff;
} 

.productBox .pbRight  { 
    background: #151b26; 
    border-radius: 7px; 
    padding: 3px 15px; 
    font-size: 12px; 
    color: rgba(255, 255, 255, 0.7);
} 

.pr-2 { 
    padding-right: .5rem!important;
} 

.fab { 
    display:  inline-block; 
    -moz-osx-font-smoothing:  grayscale; 
    -webkit-font-smoothing:  antialiased; 
    font-style:  normal; 
    font-variant:  normal; 
    text-rendering:  auto; 
    line-height:  1;
    font-family: "Font Awesome 5 Brands"; 
    font-weight: 400;
} 

.productBox .pbLeft i  { 
    width: 35px; 
    text-align: center;
} 

.fa-twitch:before { 
    content: "\f1e8";
} 

.fa-instagram:before { 
    content: "\f16d";
} 

.fa-twitter:before { 
    content: "\f099";
} 

.fa-youtube:before { 
    content: "\f167";
} 

.fa-facebook-square:before { 
    content: "\f082";
} 

.fa-spotify:before { 
    content: "\f1bc";
} 

.fa-tiktok:before { 
    content: "\e07b";
} 

.fa-telegram-plane:before { 
    content: "\f3fe";
} 

.fa-discord:before { 
    content: "\f392";
} 

.fa-snapchat-ghost:before { 
    content: "\f2ac";
} 

.fa-soundcloud:before { 
    content: "\f1be";
} 

.fa-reddit:before { 
    content: "\f1a1";
} 

.fa-linkedin:before { 
    content: "\f08c";
} 


@keyframes translateinfinite { 
  100% {  
      transform: translateY(calc(-60px * 6)); 
      transform: translateY(calc(-360px)); 
  }  

} 



/*--------------------------------------------------------------
# Counter CSS
--------------------------------------------------------------*/
.counter{
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    background: #fff;
    text-align: center;
    width: 190px;
    padding: 25px 30px 10px;
    margin: 0 auto;
    border-radius: 30px 0 ;
    box-shadow: 10px 10px 0 rgba(0,0,0,0.05);
    position: relative;
    z-index: 1;
}
.counter.purple:before {
    background-color: #BF5DFE;
}
.counter.orange:before {
    background-color: #fc8720;
}
.counter:before{
    content: "";
    background: #51d658;
    border-radius: 15px 0 30px 0;
    box-shadow: inset 0 4px 8px rgba(0,0,0,0.15);
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 27px;
    z-index: -1;
}
.counter .counter-icon{
    font-size: 35px;
    margin: 0 0 10px;
    transform: rotateX(0deg);
    transition: all 0.3s ease 0s;
}
.counter:hover .counter-icon{
    transform: rotateX(360deg);
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.counter h3{
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 20px;
}
.counter .counter-value{
    color: #666;
    background: #fff;
    font-size: 33px;
    font-weight: 600;
    text-align: right;
    line-height: 60px;
    width: 90%;
    height: 50px;
    padding: 0 15px;
    margin: 0 0 0 -20px;
    display: block;
}
.counter.pink:before{ background-color: #FF5D94; }
@media screen and (max-width:990px){
    .counter{ margin-bottom: 40px; }

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.vertical-img-center {
  margin-top: 30%;
}
#features .nav-tabs {
  border: 0;
}

#features .nav-link {
  border: 0;
  padding: 25px 20px;
  color: var(--color-secondary);
  box-shadow: 5px 5px 25px rgba(var(--color-secondary-rgb), 0.15);
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0s;
  cursor: pointer;
  height: 100%;
}

#features .nav-link i {
  font-size: 32px;
  line-height: 0;
}



#features .nav-link h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0 0 0;
  text-transform: uppercase;
  color: #391385;
}

#features .nav-link:hover {
  color: var(--color-primary);
}

#features .nav-link.active {
  transition: 0.3s;
  background: var(--color-secondary) linear-gradient(rgba(var(--color-primary-rgb), 0.95), rgba(var(--color-primary-rgb), 0.6));
  border-color: var(--color-primary);
}

#features .nav-link.active h4 {
  color: var(--color-white);
}

#features .nav-link.active i {
  color: var(--color-white) !important;
}

#features .tab-content {
  margin-top: 30px;
}

#features .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}

#features .tab-pane h3 {
  font-weight: 600;
  font-size: 36px;
  color: var(--color-secondary);
}

#features .tab-pane ul {
  list-style: none;
  padding: 0;
}

#features .tab-pane ul li {
  padding-bottom: 10px;
}

#features .tab-pane ul i {
  font-size: 24px;
  margin-right: 4px;
  color: var(--color-primary);
}

.features .tab-pane p:last-child {
  margin-bottom: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}