#particles-js canvas{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: black;
  background: -webkit-linear-gradient(45deg, black, black) !important;
  background: -moz- oldlinear-gradient(45deg, black, black) !important;
  background: -o-linear-gradient(45deg, black, black) !important;
  background: linear-gradient(45deg, black, black) !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.header{
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: none;
  border-color: black;
  background-color: black;
}

.header .navbar-brand img{
    height: 70px;
    position: relative;
    top: -8px;
}

.header .navbar .navbar-nav .nav-link{
  color: #ffb600;
  font-weight: 600;
  font-size:21px;
  padding: 7px 0;
  cursor: pointer;
  position: relative;
  background: transparent;
}

.header .navbar .navbar-nav .active > .nav-link{
  color: #ffb600 !important;
  width: 100%;
  font-weight: 600;
}

.header .navbar .navbar-nav .nav-link:hover{
  color: white !important;
  font-size:20px;
}

.header .navbar li {
  position: relative;
  line-height: 1em;
  padding: 15px 20px;
}

.header .navbar .menu-item-list .dropdown-menu .dropdown-item{
 padding: 1rem 1.5rem;
}

.header .navbar .menu-item-list .dropdown-menu {
  margin-top: 2px;
  padding: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.header .navbar .navbar-toggler {
  font-size: 24px;
  color: #fff;
  border: none;
}

.header .btn-login{
  padding-left: 20px;
  padding-right: 10px;
  font-size:18px;
  color: #fff!important;
}

.header .sign-up{
  padding: 2px 8px;
}

.header .btn-outline-primary.sign-up{
  border-color: orange!important;
  color: black !important;
  background-color:orange!important;
  z-index: 9999;
  border-radius: 5px;
}

.header a.btn-outline-primary.sign-up:hover{
 font-weight: 500;
  color: #fff!important;
  z-index: 9999;
  border-color: #fea921!important;
  background-color: #fea921!important;
  background-image: -webkit-linear-gradient(left,#ff7802 0%,#fea921 100%),-webkit-linear-gradient(left,#ff7802 0%,#fea921 100%)!important;
  background-image: -moz-linear-gradient(left,#ff7802 0%,#fea921 100%),-moz-linear-gradient(left,#ff7802 0%,#fea921 100%)!important;
  background-image: -o-linear-gradient(left,#ff7802 0%,#fea921 100%),-o-linear-gradient(left,#ff7802 0%,#fea921 100%)!important;
  background-image: linear-gradient(to right,#ff7802 0%,#fea921 100%),linear-gradient(to right,#ff7802 0%,#fea921 100%)!important;
}

/*section banner*/
section.banner{
  z-index: 1;
  position: relative;
  height: auto;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 100px;
  color: #fff;}

section.banner .content{
  text-align: center;
}

section.banner .content h1{
    font-size: 60px;
    color: #ffb600;
    font-style: inherit;
    font-family: sans-serif;
    font-weight: 600;
}

section.banner .content .desc{
    font-weight: 700;
    font-family: 'Roboto';
    font-size: 1.4rem;
    letter-spacing: 0.009rem;
}

section.banner .mobile-device .image{
  width: 50%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

section.banner .btn-outline-primary.sign-up {
  color: #fff !important;
  z-index: 9999;
  position: initial;
  font-size: 25px;
  border-width: initial;
}

section.banner .btn-outline-primary.sign-up:hover{
  font-weight: 500;
  color: #fff!important;
  z-index: 9999;
  border-color: #fea921!important;
  background-color: #fea921!important;
  background-image: -webkit-linear-gradient(left,#ff7802 0%,#fea921 100%),-webkit-linear-gradient(left,#ff7802 0%,#fea921 100%)!important;
  background-image: -moz-linear-gradient(left,#ff7802 0%,#fea921 100%),-moz-linear-gradient(left,#ff7802 0%,#fea921 100%)!important;
  background-image: -o-linear-gradient(left,#ff7802 0%,#fea921 100%),-o-linear-gradient(left,#ff7802 0%,#fea921 100%)!important;
  background-image: linear-gradient(to right,#ff7802 0%,#fea921 100%),linear-gradient(to right,#ff7802 0%,#fea921 100%)!important;
}

/*section-1*/
section.section-1{
  color: #212529;
  min-height: 650px;
  position: relative;
  overflow: hidden;
  padding: 50px 0 0px;
  background: black !important;
  text-align: left;
  height:auto;
}



section.section-1 .content .title {
    position: relative;
    bottom: 60px;
    font-size: 55px;
    font-weight: 500;
    color: #ffb600;
    font-family: sans-serif;
    text-transform: uppercase;
    z-index:200;
}

section.section-1 .content .desc{
    position: relative;
    bottom: 50px;
    color: white;
    font-weight: 600;
    z-index: 100;
    border-color: black;
    font-family: 'Roboto';
    font-size: 1.25rem;
    letter-spacing: 0.009rem;
}


/*section-1*/
section.section-2{
  color: white;
  background-color: black;
  position: relative;
  padding: 100px 0;

}   

.rocketmansec{
    height:750px;
}

@keyframes zoomer{0%{transform:scale(.3)}100%{transform:scale(1)}}

section.section-2 .content .title {
    font-size: 60px;
    font-weight: 600;
    position: relative;
    bottom: 120px;
    color: #ffb600;
    font-style: inherit;
    margin-bottom: 7%;
    margin-top: 2%;
    font-family: sans-serif;
    text-transform: uppercase;
}


.stats-desc1{
    position:relative;
    top:50px;
    right:38px;
}

.stats-desc2{
    position:relative;
    top:50px;
    right:38px;}

.stats-desc3{
position:relative;
    top:50px;
    right:30px;}
    
.stat-img2{
    right: -50px;
    bottom: 7px;
    position: relative;
    
}
.stats-t1{
    font-size: 33px !important;
    font-weight: 1000 !important;
    color: #fff;
}

.stats-t2{
    font-size: 33px !important;
    font-weight: 1000 !important;
    color: #fff;
}

.stats-t3{
    font-size: 33px !important;
    font-weight: 1000 !important;
    color: #fff;
}

.stat-desc-p1 {
    font-size: 16px;
    font-weight:600;
    color: #fff;
    align-self: center;
    position: relative;
    /* align-self: center; */
    right: px;
    top: -16px;
}

.stat-desc-p2 {
    font-size: 16px;
    color: #fff;
    font-weight:600;
    align-self: center;
    position: relative;
    /* align-self: center; */
    right: px;
    top: -20px;
}

.stat-desc-p3 {
    font-size: 16px;
    color: #fff;
    font-weight:600;
    align-self: center;
    position: relative;
    /* align-self: center; */
    /* right: 24px; */
    top: -18px;
}



.stat-img{
    position: relative;
    left: 68px;
    top: -10px;
}


.section.rocket {
    height: auto;
    margin-left:5%;
}

.ig{
  width:90px;
  position:relative;
  left:-70px;
  bottom:-100px;
}

.fb{
  width:50px;
  position:relative;
  left:-50px;
  top:-20px;
}

.yt{
  position:relative;
  bottom:120px;
  left:150px;
}

.tw{
  position:relative;
  top:100px;
  left:60px;
}

.like{
 position:relative;
  left:60px;
  top:-190px;
}

.spoty{
  width:60px;
  position:relative;
  left:10px;
  bottom:20px;
}
.js-rocketman-animate{
animation: slideUp 3s ease-in-out;
width: 60%;
margin-left: 10%;
}
.inner-rocket {
    position: relative;
    right: 100px;
}

@keyframes slideUp{0%{transform:translateY(100%);opacity:0}100%{transform:translateY(0);opacity:1}}

section.section-2 .content .border-line hr{
   max-width: 270px;
    margin-top: 5px;
    border: 2px solid #ffffff;
    position: relative;
    bottom: 125px;
}

section.section-2 .content .desc{
  font-size: 18px;
  font-weight: 500;
}


.stats-wrap {
    text-align: center;
    background-image: url(../images/UIHere.png);
    min-height: 345px;
    width: 380px;
    position:relative;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
   
}

.js-balls-animate{
    animation:rotateIn 5s ease;
}
@keyframes rotateIn{
    0%{-webkit-transform:rotate3d(0,0,1,-720deg);
transform:rotate3d(0,0,1,-720deg);opacity:0}
50%{-webkit-transform:none;transform:none;opacity:1}
    
}

.stats-1{
    background-color:black;
    font-family:ArialBlack;
    height:auto;}
    
    @media (max-width: 1000px) { 
   .stats-1{
    display: none; }}

section.section-2 .feature-item{

    background: black;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 275px;
    border-radius: 25px;
    position: relative;
}
.spinner{
    color:black;
    font-size:15px;
}

section.section-2 .feature-item:hover{
    color: #fff!important;
    background: #1b1b1b;
    border-color: white;
    border-style: solid;

}


section.section-2 .feature-item i {
    
    font-size: 80px;
    display: block;
    margin-bottom: 15px;
    background: -webkit-gradient(linear,right top,left top,from(#ffb600),to(#ded2d2));
    background: linear-gradient(to left,#ffb600,#fff700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.section-2 .feature-item h3{
  font-weight: 600;
  font-size: 28px;
}

section.section-2 .feature-item p{
  margin-bottom: 30px;
}



/*section 3*/

section.section-3{
  color: #fa7778;
  position: relative;
  padding: 60px 0 40px;
  background: #fa6d7e;
  background: -webkit-linear-gradient(45deg, #fa6d7e, #f98c6b) !important;
  background: -moz- oldlinear-gradient(45deg, #fa6d7e, #f98c6b) !important;
  background: -o-linear-gradient(45deg, #fa6d7e, #f98c6b) !important;
  background: linear-gradient(45deg, #fa6d7e, #f98c6b) !important;
  color: #fff;
}


section.section-3.subscribe-form .email{
  background-color: #fff;
  border-radius: 30px;
  border: none;
  height: 50px;
  padding-left: 25px;
  padding-right: 150px;
}

section.section-3.subscribe-form .input-group-append{
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 99;
}

section.section-3 .btn-signin{
  color: #fff;
  height: 50px;
  background-image: linear-gradient(to right, #FF512F 0%, #F09819 51%, #FF512F 100%);
}

.text-section{
  font-style: italic;
    font-size: 20px;
    font-weight: 1000;
    width: 1100px;
    text-align: center;
    margin-left:auto;
    margin-right:auto;

}

.btn-gradient {
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  text-shadow: 0px 0px 10px rgba(0,0,0,0.2);
  box-shadow: 0 0 20px #eee;
}

.btn-gradient:hover {
  background-position: right center;
}

/*auth-login-form*/
.login-bg-image{
  height: 100vh;
  filter: blur(6px);
  -webkit-filter: blur(6px);
}

.auth-login-form {
  position: absolute;  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  position: fixed;
}

.auth-login-form .auth-form{
  width: 100%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    
}

/*reponsive*/
.header.shrink{
  background: black!important;
  box-shadow: 0 3px 9px 3px rgba(0, 0, 0, 0.06)!important;
  z-index:10000000000;
}

.header.shrink .navbar .navbar-nav .nav-link {
    color: #ffb600;
    cursor: pointer;
    position: relative;
    background: transparent;
    font-weight: 500
}

.header.shrink .navbar .navbar-nav .active > .nav-link{
  color: white !important;
}

.header.shrink .navbar .navbar-nav .nav-link:hover{
 color: white !important;
  font-size:20px;
    
}




.header.shrink .btn-login:hover{
   color: #fffc00 !important;
  font-size:20px;
}

.header.shrink .sign-up{
  padding: 2px 15px;
}



.header.shrink a.btn-outline-primary.sign-up:hover, .header a.btn-outline-primary.btn-statistics{
  font-weight: 500;
  color: #fff!important;
  z-index: 9999;
  border-color: #fea921!important;
  background-color: #fea921!important;
  background-image: -webkit-linear-gradient(left,#ff7802 0%,#fea921 100%),-webkit-linear-gradient(left,#ff7802 0%,#fea921 100%)!important;
  background-image: -moz-linear-gradient(left,#ff7802 0%,#fea921 100%),-moz-linear-gradient(left,#ff7802 0%,#fea921 100%)!important;
  background-image: -o-linear-gradient(left,#ff7802 0%,#fea921 100%),-o-linear-gradient(left,#ff7802 0%,#fea921 100%)!important;
  background-image: linear-gradient(to right,#ff7802 0%,#fea921 100%),linear-gradient(to right,#ff7802 0%,#fea921 100%)!important;
}




@media (max-width: 768px){
  .header .navbar .navbar-nav{
    margin:10px -35px 0px !important;
  }
  .header .navbar .navbar-nav li{
    line-height: 1em;
    padding: 8px 38px;
    border-bottom: 1px solid #ececec;
  }
  .header .navbar ul.navbar-nav li.nav-item.active:before, .header .navbar ul.navbar-nav li.nav-item:hover:before{
    display: none;
  }
  .header.shrink .navbar .navbar-toggler{
    color: white;
  }
  .header .btn-login-signup{
    padding: 10px;
  }
  .header .btn-login{
    padding-left: 29px;
  }
  
  /*section.banner .content h1{
    font-size: 62px;
    color: #ffb600;
    font-family: none;
    letter-spacing: 0px;
    font-weight: 900;
  }*/

section.section-1 .content .title{
    font-size: 52px;
    color: #ffb600;
    font-style: inherit;
    font-family: none;
    letter-spacing: 0px;
    font-weight: 900;
    z-index:200;
    text-transform: uppercase;
}

.main-head{
     font-size: 62px;
    color: #ffb600;
    font-style: inherit;
    font-family: none !important;
    letter-spacing: 0px;
    font-weight: 900;
}

section.section-2 .content .title{
    font-size: 62px;
    color: #ffb600;
    font-style: inherit;
    font-family: none;
    letter-spacing: 0px;
    font-weight: 900;
}
}

@media (min-width: 1280px){
  .container {
    max-width: 1200px;
  }
}


@media (max-width: 768px){
  .header .navbar .navbar-nav{
    margin:10px -35px 0px !important;
  }
  .header .navbar .navbar-nav li{
    line-height: 1em;
    padding: 8px 38px;
    border-bottom: 1px solid #ececec;
  }
  .header .navbar ul.navbar-nav li.nav-item.active:before, .header .navbar ul.navbar-nav li.nav-item:hover:before{
    display: none;
  }
  .header.shrink .navbar .navbar-toggler{
    color: white;
  }
  .header .btn-login-signup{
    padding: 10px;
  }
  .header .btn-login{
    padding-left: 0px!important;
  }
}
.js-feature-item-animate{
    animation:zoomer 1.5s;
}

table{
	width: 500px;
}

.blue { color: #185875; }
.yellow { color: #FFF842; }

.table-cont th h1 {
	  font-weight: bold;
	  font-size: 1em;
  text-align: left;
  color: #185875;
}

.table-cont td {
	  font-weight: normal;
	  font-size: 1em;
	 /* box-shadow: 0 2px 2px -2px white;*/
}

.table-cont {
	  text-align: left;
	  overflow: hidden;
	  margin: 0 auto;
	  display: table;
	  padding: 0 0 8em 0;
	  width:90%;
	  border: 1px solid transparent;
	  border-radius: 30px;
}

.table-cont td, .table-cont th {
	  padding-bottom: 0.5%;
	  padding-top: 2%;
	  padding-left:1%;
	  font-weight:bold;
	  width: 1000px;
}


.social-widget{
    cursor: pointer;
    color: #ffffff;
    font-size: large;
    display: block;
    color: #666;
    background: #171515;
    border-radius: 40%;
  
}

.social-widget:hover:before{
  filter: blur(3px);
  transform: scale(1.2);
  box-shadow: 0 0 15px #d35400; 
}
.table-cont tr:nth-child(odd) {
	  background-color: #000000;
	  width: 50px;
}

/* Background-color of the even rows */
.table-cont tr:nth-child(even) {
	  background-color: #080808;
	  width: 50px;
}

.table-cont th {
	  background-color: #000000;
}

.table-cont td:first-child { color: yellow; }

.table-cont tr:hover {

	        box-shadow: 0 6px 6px -6px #0E1119;
}

.table-cont td:hover {
 background-color: #ffb600;
    color: #ffffff;
    font-weight: bold;
    transition-duration: 0.4s;
    transition-property: all;
}

@media (max-width: 800px) {
.table-cont td:nth-child(4),
.table-cont th:nth-child(4) { display: none; }
}

.table-img{
	width: 120px;
	height:120px;
}

#telegram{
	width: 115px;
	height: 115px;
	
}

#soundcloud{
	width: 100px;
	height: 100px;
	
}
#socialmediastats {
	height: 90px;
	width: 90px;
}

#telegram{
	width: 110px;
	height: 110px;
	
}

#spotify{
	width: 100px;
	height: 100px;
	
}
#soundcloud{
	width: 100px;
	height: 100px;
	
}
#website-traffic{
	width: 135px;
	height: 135px;
}


#instagram {
	height: 90px;
	width: 90px;
	position:relative;
	right:-5px;
	
}

#youtube {
	height: 130px;
	width: 130px;
	position: relative;
	left:5px;
}

#facebook {
	width: 115px;
	height: 115px;
	position:relative;
}

#twitter {
	height: 100px;
	width: 100px;
	
}

@keyframes bounceIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}

.table-div {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 1.42em;
  color:white;
  background-color:black;
  position:relative;
  overflow:auto;
}

.section-boxes{
    color: white;
    background-color: black;
    position: relative;
    padding: 100px 0;
}



section.section-2 {
    color: white;
    background-color: black;
    position: relative;
    padding: 100px 0;
    margin:2%;
}


.homepage-text {
    font-size: 1.25rem;
    display: flex;
    max-width: 50%;
    float: left;
    z-index: 10;
    padding: 1%;
    font-weight: 600;
    font-family: roboto;
    letter-spacing: 0.009rem;
    text-align: left;
    background-color: #151515;
    border-radius: 25px;
}

.socialrocket {
    animation: float 6s ease-in-out infinite;
    flex:0 0 50%;
    width: 50%;
    display:flex;
 }
#News{
  display:inline-block;
  font-size: 23px;
  font-weight:bold;
  margin-right: 10px;
  margin-top: 1px;
  font-family:Italic;
  background-image: linear-gradient(to left, green, yellow, orange, red);
  background-size: 1800% 1800%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  webkit-animation: rainbow 5s ease infinite;
  -z-animation: rainbow 5s ease infinite;
  -o-animation: rainbow 5s ease infinite;
  animation: rainbow 5s ease infinite;
} 
  
  

@-webkit-keyframes rainbow {
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}
@-moz-keyframes rainbow {
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}
@-o-keyframes rainbow {
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}
@keyframes rainbow { 
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}

@keyframes float2 {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-30px);
	}
	100% {
		transform: translatey(0px);
	}
}
/* my media code */
@media(max-width:1000px){

#introcontainer2{
min-width:80%;
margin-left:auto;
margin-right:auto;
}
#introdesc{
min-width:100%;
text-align:center;

}
#introtitle{
	text-align:center;
}
.img-fluid{
	bottom:0px;
}

.title hr {
    max-width: 270px;
    margin-top: 5px;
    border: 2px solid #ffffff;
    position: relative;

}

}
.mycontainer{
    width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-right: auto;
    margin-left: auto;
    align-self: center;
    align-content: center;
}


#link_out{
    color:red;
    margin-left:auto;
    margin-right:auto;
}

@media (min-width: 1280px){
  .mycontainer {
    max-width: 1200px;
  }
}

@media(max-width:576px){

section.banner {
    padding-top:100px !important;

}

}
@media(max-width:839px){
.section.rocket{
	margin-left:0;
}

section.section-2 {
    height:auto;
}
.socialrocket{
  max-width:100%;
  width:90%;
  position:relative;
  margin-left:auto;
  margin-right:auto;
  height:auto;
  animation:none;
  float:none;
  display:block;
}
.rocket-text{
  max-width: 90%;
  width:100%;
  margin-right:auto;
  float: none;
  margin-left:auto;
  height:auto;
}

}

.table-img{
	width: 100px !important;
	height:100px !important;
}
@media (min-width: 1292px){
    section.banner .content h1{
    white-space:nowrap;
    }

}
@media (max-width: 576px){
  
  section.banner .content{
    text-align: center;
  }
  section.banner .content .desc{
      font-size:14px;
  }
  section.banner .content h1{
    font-size: 48px !important;
  }
  section.section-1{
      padding:0px;
  }
  .table-div{
      font-size:10px;
  }
  .auth-login-form{
    background: black !important
    }
    
  section.banner .btn-outline-primary.sign-up {
      font-size:20px;
  }
  .img-fluid{
      margin-top:15px;
      animation:float2 6s ease-in-out infinite
  }
  
  section.section-1 .content .desc{
      font-size:15px;
  }
  .rocket-text {
      font-size:15px !important;
  }
.table-img{
    width:60px;
    height:60px;
}
.table-img{
	width: 50px !important;
	height:50px !important;
}
#introtitle {
    font-size:32px;
}

section.section-2 .content .title{
    font-size:44px;
    bottom:70px;
    margin-top:0%;
}
}