.tweaked-apps-content {
  display: flex;
  flex-wrap: wrap;
}
body {
  overflow-x: hidden;
  background: #f1f1f1;
}
html {
  overflow-y: scroll;
  overflow-x: hidden;
}
ul {
  list-style: none;
}
textarea,
input,
a,
button {
  outline: none;
}
body {
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  color: #fff;
}
a {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
a:hover,
a:visited,
a:focus,
a:active,
button:hover,
button:visited,
button:active,
button:focus {
  text-decoration: none !important;
  outline: none !important;
}
::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}
.animation-delay-100 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.animation-delay-200 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.animation-delay-300 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.animation-delay-400 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.animation-delay-600 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.animation-delay-800 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.animation-delay-1000 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animation-delay-2000 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.left-side-wrapper {
  position: fixed;
  min-height: 100vh;
  left: 0;
  width: 50%;
  padding: 300px 100px 70px 100px;
}
.left-side-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  left: 15px;
  top: 0;
  height: 100%;
  width: 100%;
  background: #263ebd;
  z-index: -2;
  clip-path: polygon(0% 0%, 100% 0%, 92% 100%, 0 100%);
}
.left-side-wrapper:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #3353fc;
  z-index: -1;
  clip-path: polygon(0% 0%, 100% 0%, 92% 100%, 0 100%);
}
header {
  position: relative;
  text-align: center;
}
.app-icon-big-wrapper {
  display: table;
  margin: 0 auto;
  padding: 15px;
  border-radius: 50%;
  background: #263ebd;
}
.app-icon-big-wrapper img {
  border-radius: 50%;
}
.header-text {
  position: relative;
}
.header-text h1 {
  font-size: 6.2em;
  color: #fff;
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
  line-height: 1;
  margin: 15px 0 20px 0;
  font-weight: 700;
}
.header-text h1 span {
  font-weight: 300;
  display: block;
}
.header-text p {
  font-size: 2em;
  max-width: 700px;
  margin: 0 auto;
  color: #fff;
  font-weight: 300;
  letter-spacing: 3px;
}
.downloader-status-wrapper {
  position: relative;
  margin: 30px auto 0 auto;
}
.downloader-status {
  display: flex;
  margin: 0 auto;
  justify-content: center;
}
.status-row {
  text-align: center;
  margin: 0 5px;
  position: relative;
  z-index: 5;
  background: #263ebd;
  display: inline-block;
  padding: 20px 25px;
  border-radius: 3px;
}
.status-label {
  font-size: 0.8em;
  font-weight: 300;
  text-transform: uppercase;
  display: block;
  line-height: 1;
  margin: 0 0 5px 0;
}
.status-dynamic {
  font-size: 1.2em;
  font-weight: 700;
  display: block;
  line-height: 1;
}
.right-side-wrapper {
  position: relative;
  min-height: 100vh;
  padding: 100px 50px 70px 50px;
}
#app-particles {
  position: fixed;
  width: 60%;
  right: 0;
  top: 0;
  z-index: -3;
}
.tweaked-apps-section {
  position: relative;
}
.tweaked-apps-header {
  position: relative;
  z-index: 10;
  margin: 0 0 30px 0;
}
.tweaked-apps-header h2 {
  font-size: 3.2em;
  text-align: center;
  color: #333;
  font-weight: 700;
}
.tweaked-apps-grid-item {
  padding: 15px 5px;
  width: 25%;
}
.tweaked-apps-grid-item-background {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #3353fc;
  box-shadow: 0 5px 15px 0 rgba(25, 50, 165, 0.2);
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.225, 3, 0.485, 0.895);
  transition: -webkit-transform 300ms cubic-bezier(0.225, 3, 0.485, 0.895);
  transition: transform 300ms cubic-bezier(0.225, 3, 0.485, 0.895);
  transition: transform 300ms cubic-bezier(0.225, 3, 0.485, 0.895), -webkit-transform 300ms cubic-bezier(0.225, 3, 0.485, 0.895);
}
.tweaked-apps-grid-item-background:hover {
  transform: scale(1.02);
}
.tweaked-apps-grid-item-content {
  position: relative;
  padding: 15px 0 0 0;
}
.tweaked-apps-grid-item-image-wrapper {
  border-radius: 50%;
  margin: 0 auto;
  display: table;
  padding: 10px;
  background: #ffffff;
}
.tweaked-apps-grid-item-image-wrapper img {
  display: table;
  margin: 0 auto;
  border-radius: 50%;
  max-width: 130px;
}
.tweaked-apps-grid-item-information {
  background: #fff;
  border-top: 3px solid #263ebd;
  padding: 15px;
  margin: 15px 0 0 0;
}
.tweaked-app-title {
  color: #333;
  text-align: center;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1;
}
.tweaked-app-button-wrapper {
  position: relative;
  margin: 10px 0 0 0;
}
.tweaked-app-button-wrapper a {
  background: #3353fc;
  display: table;
  margin: 0 auto;
  padding: 5px 10px 5px 10px;
  color: #fff;
  border-radius: 100px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.85em;
  letter-spacing: 1px;
  text-decoration: none !important;
  border: 2px solid #263ebd;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.tweaked-app-button-wrapper a:hover {
  background: #263ebd;
  border: 2px solid #3353fc;
  color: #fff;
}
.search-error-wrapper {
  display: block;
  text-align: center;
  font-size: 4.2em;
  display: none;
  color: #333;
  margin: 120px 0 0 0;
  position: relative;
  z-index: 10;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  z-index: 50;
  min-height: 700px;
}
.search-error-wrapper i {
  font-size: 6em;
  display: block;
  margin: 0 0 20px 0;
  color: #263ebd;
}
.search-error-wrapper p {
  font-size: 0.45em;
  max-width: 650px;
  text-transform: none;
  margin: 20px auto 0 auto;
}
@media screen and (max-width: 1920px) {
  #app-particles {
    width: 55%;
    z-index: -5;
  }
  .left-side-wrapper {
    padding: 80px 100px 70px 100px;
  }
  .right-side-wrapper {
    padding-top: 30px;
  }
  .app-instal-icon {
    max-width: 160px;
  }
  .h-intro h1 {
    font-size: 2.6em;
    color: #fff;
  }
  .tweaked-apps-header {
    margin: 0 0 0 0;
  }
  .tweaked-apps-grid-item img {
    max-width: 100px;
  }
  .tweaked-apps-grid-item-information {
    padding: 15px 7px;
  }
  .tweaked-app-title {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 1440px) {
  .left-side-wrapper {
    padding: 70px 80px 70px 80px;
  }
  .right-side-wrapper {
    padding: 70px 0 70px 0;
  }
  .app-instal-icon {
    max-width: 160px;
  }
  .h-intro h1 {
    font-size: 2.6em;
  }
  .h-intro p {
    font-size: 1.8em;
  }
  .tweaked-apps-grid-item {
    width: 33.333%;
  }
  .tweaked-apps-grid-item img {
    max-width: 90px;
  }
}
@media screen and (max-width: 1280px) {
  .left-side-wrapper {
    padding: 50px 60px 50px 60px;
  }
  .right-side-wrapper {
    padding: 70px 0 70px 0;
  }
  .app-instal-icon {
    max-width: 160px;
  }
  .h-intro h1 {
    font-size: 2.6em;
  }
  .h-intro p {
    font-size: 1.6em;
  }
  .right-side-wrapper {
    padding: 40px 0 70px 0;
  }
  .tweaked-apps-header h2 {
    font-size: 2.4em;
  }
  .tweaked-apps-grid-item img {
    max-width: 80px;
  }
  .tweaked-app-title {
    font-size: 1.1em;
  }
  .input-style {
    height: 100px;
  }
  .input-icon-wrapper i {
    top: 30px;
  }
}
@media screen and (max-width: 993px) {
  #app-particles {
    width: 100%;
  }
  .container-fluid {
    padding: 0;
  }
  .left-side-wrapper {
    position: relative;
    min-height: auto;
    width: 100%;
    padding: 40px 30px 80px 30px;
    z-index: 60000;
  }
  .left-side-wrapper:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 15px;
    height: 100%;
    width: 100%;
    background: #263ebd;
    z-index: -2;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 94%);
  }
  .left-side-wrapper:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #3353fc;
    z-index: -1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 94%);
  }
  .right-side-wrapper {
    padding: 40px 80px 70px 80px;
  }
  .app-instal-icon {
    max-width: 160px;
  }
  .search-section {
    position: relative;
    margin: 25px auto 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .app-instal-icon {
    max-width: 170px;
  }
  .right-side-wrapper {
    padding: 40px 50px 70px 50px;
  }
  .search-error-wrapper {
    font-size: 2em;
    margin-top: 30px;
  }
  .search-error-wrapper p {
    font-size: 0.7em;
  }
}
@media screen and (max-width: 550px) {
  .tweaked-apps-header h2 {
    font-size: 2em;
  }
  .tweaked-apps-grid-item {
    width: 50%;
  }
}
@media screen and (max-width: 450px) {
  .left-side-wrapper {
    padding: 30px 25px 60px 25px;
  }
  .app-instal-icon {
    max-width: 150px;
  }
  .h-intro h1 {
    font-size: 2em;
  }
  .h-intro p {
    font-size: 1.4em;
  }
  .right-side-wrapper {
    padding: 40px 20px 70px 20px;
  }
  .search-content h3 {
    font-size: 1.2em;
  }
  .tweaked-apps-header h2 {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 400px) {
  .left-side-wrapper {
    padding: 15px 25px 50px 25px;
  }
  .app-instal-icon {
    max-width: 100px;
    margin: 0 auto 5px auto;
  }
  .h-intro h1 {
    font-size: 2.6em;
    margin-bottom: 10px;
  }
  .h-intro p {
    font-size: 1.2em;
    letter-spacing: 2px;
  }
  .input-style {
    height: 80px;
  }
  .input-icon-wrapper i {
    top: 20px;
  }
  .right-side-wrapper {
    padding: 30px 20px 50px 20px;
  }
  .tweaked-apps-header {
    margin: 0 0 0 0;
  }
  .tweaked-apps-header h2 {
    margin: 0;
    font-size: 1.6em;
  }
  .search-error-wrapper {
    font-size: 1.6em;
    margin-top: 10px;
  }
  .search-error-wrapper i {
    margin: 0;
  }
  .search-error-wrapper p {
    margin: 0;
  }
}
@media screen and (max-width: 350px) {
  .app-instal-icon {
    max-width: 80px;
    margin: 0 auto 5px auto;
  }
  .h-intro h1 {
    font-size: 2.4em;
    margin-bottom: 10px;
  }
  .h-intro p {
    font-size: 1.1em;
    letter-spacing: 2px;
  }
  .input-style {
    height: 60px;
    padding-left: 70px;
    font-size: 1.2em;
  }
  .input-icon-wrapper i {
    left: 20px;
    top: 16px;
    font-size: 30px;
  }
  .right-side-wrapper {
    padding: 30px 10px 50px 10px;
  }
  .tweaked-apps-grid-item {
    padding: 10px 5px;
  }
  .tweaked-apps-grid-item img {
    max-width: 70px;
  }
}
