/*
FONTS
*/
@font-face {
    font-family: 'FranklinGothic';
    font-weight: 300;
    src: url("fonts/FranklinGothic_Book.woff2"), url("fonts/FranklinGothic_Book.woff")
}
@font-face {
    font-family: 'FranklinGothic';
    font-weight: 400;
    src: url("fonts/FranklinGothic_Medium.woff2"), url("fonts/FranklinGothic_Medium.woff")
}
@font-face {
    font-family: 'FranklinGothic';
    font-weight: 500;
    src: url("fonts/FranklinGothic_Demi.woff2"), url("fonts/FranklinGothic_Demi.woff")
}



/*
NORMALIZE
*/
html {
  margin: 0;
  padding: 0;
}
body {
  background-color: #FAFAFA;
  position: relative;
  font-family: 'fontawesome', 'FranklinGothic', arial;
  font-size: 15px;
  color: #262626;
  margin: 0;
  padding: 0;
  direction: ltr;
}

*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.text-center{text-align:center}
.text-left{text-align:left}
.text-right{text-align:right}
.float-left{float:left}
.float-right{float:right}
.table:after,.table:before{content:" ";display:table}
.table-cell{display:table-cell;width:10%;vertical-align:middle}
.display-flex{display:flex}
.display-block{display: block;}
.display-flex-middle{display:block;vertical-align:middle;margin:0 auto}
.inline-block{display:inline-block}
.clear{clear:both}
.no-top-padding{padding-top:0}
.no-bottom-padding{padding-bottom:0}
.no-margin{margin:0}
.col-centered {float: none;margin: 0 auto}
li,ul{list-style:none;margin:0;padding:0}
img{max-width:100%;display:block}
a {text-decoration: none;}
.weight-500 {font-weight:500;}
.col-centered {float: none;margin: 0 auto}
.menu {transition: all 0.25s ease-in-out;-webkit-transition: all 0.25s ease-in-out;-moz-transition: all 0.25s ease-in-out;-o-transition: all 0.25s ease-in-out;}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  margin: 15px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #b500b5 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



/*
BODY
*/
header#header {
    background-color: #fff;
    background-image: linear-gradient(-135deg,#1400c8,#b900b4,#f50000);
}
.top_bar {
    height: 70px;
}
.logo {
    float: left;
    line-height: 74px;
}
.logo .logo-icon {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    margin-right: 5px;
    margin-top: -10px;
}
.logo span {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
}
.menu {
    float: right;
}
.menu li {
    display: inline-block;
}
.menu li a {
    line-height: 70px;
    color: #FFF;
    font-size: 16px;
    padding: 0 20px;
    font-weight: 300;
}
.main-header {
    margin-top: 50px;
}
.header-img {
  margin-bottom: 120px;
}
.header-img img {
    float: right;
}
.header-text h1 {
    color: #fff;
    font-size: 36px;
    line-height: 49px;
    margin: 25px 0;
}
.header-text p {
    color: #fff;
    font-weight: 300;
    font-size: 17px;
    line-height: 27px;
    margin: 25px 0;
}
.header-text .header-btn {
    display: inline-block;
    padding: 14px 30px 13px;
    border-radius: 5px;
    background: #fff;
}
.header-text .header-btn span {
    background-image: linear-gradient(-135deg,#b900b4,#f50000 85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 17px;
    font-weight: 400;
}
.notif {
    padding: 7px 15px 7px 15px;
    background-color: rgba(207,215,223,.3);
    border-radius: 16px;
    font-size: 14px!important;
    color: #fff;
}
.notif span {
    padding: 2px 6px 1px;
    border-radius: 9px;
    margin-right: 6px;
    text-transform: uppercase;
    background: #fff;
    font-size: 12px !important;
    font-weight: 400;
    color: #d00678;
}
#hacked_accounts {
    margin: 50px 0;
}
#hacked_accounts h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 48px;
}
.account_hacked {
    text-align: center;
    margin-bottom: 15px;
    padding: 15px 5px;
    border: 1px solid #eee;
    border-radius: 5px;
    height: 188px;
}
.account_hacked img {
    border-radius: 100%;
    display: inline-block;
    margin-bottom: 15px;
    width: 100px;
    height: 100px;
}
.account_hacked .hacked_account_name {
    display: block;
    font-size: 16px;
    margin-bottom: 3px;
}
.account_hacked .hacked_times {
    font-weight: 300;
    color: #b900b4;
    font-size: 13px;
}
#site-content {
  margin: 0 0 90px 0;
}
#site-content h2 {
    font-size: 32px;
    font-weight: 500;
    line-height: 48px;
}
#site-content p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    color: rgba(0,0,0,0.8);
    margin: 0;
}
#site-content ul {
    list-style: inherit;
    margin-left: 30px;
}
#site-content ul li {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    color: rgba(0,0,0,0.8);
    list-style: inherit;
    margin-bottom: 15px;
}
#site-content a {
    color: rgba(0,0,0,0.8);
    font-weight: 400;
}
#start-hacking .header-text h2 {
    margin: 20px 0 10px;
}
#start-hacking .main-header {
    margin-bottom: 50px;
}
#start-hacking .header-text p {
    margin: 5px 0;
}
#ig-hack {
    padding: 50px 0;
}
.account_preview {
    text-align: center;
    margin-bottom: 15px;
    padding: 15px 0px;
    border: 1px solid #eee;
    border-radius: 5px;
}
.account_preview img {
    margin-right: 20px;
    width: 102px;
    display: inline-block;
    border-radius: 50%;
    background-image: linear-gradient(-135deg,#1400c8,#b900b4,#f50000);
    padding: 3px;
    vertical-align: middle;
}
.account_info {
    display: inline-block;
    vertical-align: middle;
}
.account_preview .account_name {
  display: block;
  font-size: 16px;
  margin-bottom: 3px;
  text-align: left;
}
.account_preview .account_username {
    font-weight: 300;
    color: rgba(0,0,0,0.8);
    font-size: 14px;
    display: block;
    text-align: left;
}

.add_account_to_hack {
    width: 100%;
    margin-top: 30px;
}
.add_account_to_hack input {
    box-sizing: content-box;
    outline: none;
    width: 72%;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border: 1px solid rgba(198, 198, 198, 0.41);
    color: rgba(0,0,0,0.8);
}
.add_account_to_hack button {
    outline: none;
    width: 23%;
    background: linear-gradient(228deg,#1400c8 0%,#b900b4 51%,#f50000 100%);
    color: #fff;
    border: 0;
    border-radius: 0px 5px 5px 0px;
    line-height: 37px;
}
.user_not_found_msg {
    text-align: center;
    display: block;
    margin-top: 15px;
    color: red;
}
.instructions {
    margin-top: 20px;
}
#process .main-header {
    margin-top: 50px;
    margin-bottom: 50px;
}
#process .header-text h2 {
    margin: 20px 0 10px 0;
}
#process .header-text p {
    margin: 5px 0;
}
#process .wait_msg {
    font-size: 26px;
    font-weight: 500;
    line-height: 48px;
    margin-bottom: 25px;
    display: block;
}
#process .account_preview {
    margin-bottom: 25px;
}
.process-bar .loading-bar {
    width: 100%;
    background: #f1f1f1;
    height: 30px;
    border-radius: 5px;
}
.process-bar .bar {
    width: 0%;
    height: 100%;
    border-radius: 3px;
    background-image: linear-gradient(-135deg,#1400c8,#b900b4,#f50000);
}
.process-bar .percent_bar {
    margin-bottom: 15px;
    display: block;
    font-size: 38px;
    font-weight: 300;
}


.static_page .main-header {
    margin-bottom: 50px;
}
.static_page #site-content {
    margin: 25px 0 90px 0;
}




/*
FOOTER
*/
#footer {
    background-color: #fff;
    background-image: linear-gradient(-135deg,#1400c8,#b900b4,#f50000);
    font-size: 16px;
    padding: 10px 0;
}
#footer p {
    color: #FFF;
    font-weight: 300;
    font-family: 'FranklinGothic','sans-serif';
    display: inline-block;
}
#footer p a {
    color: #fff;
    text-decoration: underline;
    font-weight: 400;
}
#footer .back_to_top {
  float: right;
  color: #fff;
  font-size: 25px;
  line-height: 45px;
}
#process #footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
