@import "reset.css";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    box-sizing: border-box;
    font-size: 16px;
    color: #fdfff5;
    font-family: 'Roboto', sans-serif;
    background-color: #1a1b1c;
}

nav {
    width: 100%;
    position: fixed;
    top: 0;
    background-color: #212223;
    z-index: 99;
}

nav h1 {
    text-align: center;
    color: #fdfff5;
    font-size: 1.7rem;
    font-weight: 600;
    padding: 10px;
}

.navigation-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.navigation-logo3 {
    width: 170px;
    padding: 5px;
    align-items: center;
    justify-content: center
}

.navigation-logo2 {
    width: 90px;
    height: auto;
}

.features-categories {
    padding: 20px;
    margin-top: 50px;
}

.features-categories h1 {
    text-align: left;
    font-size: 1.5rem;
    color: #fdfff5;
    font-weight: 600;
    margin-bottom: 15px;
}

.features-categories-wrapper {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.features-categories-container {
    flex: 1 0 calc(33.33%);
    text-align: center;
}

.features-categories-container button {
    outline: none;
    border: none;
    width: 100px;
    height: 50px;
    border-radius: 10px;
    color: #fdfff5;
    font-size: 0.8rem;
    font-weight: 700;
    background-image: -webkit-linear-gradient(-140deg,#cc0033 0%,#ff3333 100%);
    margin: 10px;
}

.features-categories-container2 {
    flex: 1 0 calc(33.33%);
    text-align: center;
}

.features-categories-container2 button {
    outline: none;
    border: none;
    width: 100px;
    height: 50px;
    border-radius: 10px;
    color: #fdfff5;
    font-size: 0.8rem;
    font-weight: 700;
    background-image: -webkit-linear-gradient(-140deg,#cc0033 0%,#cc0000 100%);
    margin: 10px;
}

.features-categories-container3 {
    flex: 1 0 calc(33.33%);
    text-align: center;
}

.features-categories-container3 button {
    outline: none;
    border: none;
    width: 100px;
    height: 50px;
    border-radius: 10px;
    color: #fdfff5;
    font-size: 0.8rem;
    font-weight: 700;
    background-image: -webkit-linear-gradient(-140deg,#ff3333 0%,#cc0033 100%);
    margin: 10px;
}

.latest-updates-txt {
    padding: 10px;
    margin-top: 20px;
}

.latest-updates-txt h1 {
    text-align: left;
    font-size: 1.5rem;
    color: #fdfff5;
    font-weight: 600;
    margin-bottom: 15px;
}

.app-icons-wrapper {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;

}

.app-icons-container {
    flex: 1 0 calc(33.33%);
    text-align: center;
}

.app-icons-container img {
    width: 135px;
    border-radius: 0px;
    padding: 20px;
}

.app-icons-container p {
    text-align: center;
    font-size: 1.0rem;
    font-weight: 400;
    opacity: 0.8;
    line-height: 20px;
    margin-top: 0px;
}

.app-icons-container q {
	text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
    opacity: 0.8;
    line-height: 25px;
    margin-top: 2px;
}

.app-banner img {
    width: 100%;
    display: block;
    margin-top: 50px;
}

.title-etc-wrapper {
    display: flex;
    align-items: center;
}

.title-etc-container img {
    width: 115px;
    border-radius: 0px;
    padding: 25px;
}

.title-etc-container h1 {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 30px;
}

.title-etc-container h3 {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 20px;
}

.title-etc-container p {
    font-size: 1.1rem;
    opacity: 0.7;
}

.title-etc-container button {
    border: none;
    outline: none;
    background-color: #ff3333;
    padding: 5px;
    width: 100%;
    margin-top: 15px;
    border-radius: 10px;
    color: #fff;
    font-size: 1.0rem;
    font-weight: 500;
}

hr {
    border: .5px solid #8c8c8c;
    width: 80%;
    opacity: 0.5;
}

.app-description {
    padding: 15px;
}

.app-description h1 {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 35px;
}

.app-description p {
    font-size: 1.1rem;
    opacity: 0.8;
    line-height: 25px;
    margin-top: 5px;
}

.app-description-slider {
    transition: all .3s ease-in-out;
}

.app-description-slider img {
    width: 90%;
    margin: auto;
    display: block;
    border-radius: 10px;
}

.app-specs-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    flex-wrap: wrap;
}

.app-specs-container {
    flex: 0 50%;
}

.app-specs-container h1 {
    font-size: 1.2rem;
    opacity: 0.7;
    margin-bottom: 10px;
}

.app-specs-container h2 {
    font-size: 1.2rem;
    text-align: right;
}

.specs-title {
    font-size: 1.8rem;
    padding: 15px;
    font-weight: 600;
    margin-top: -5px;
}

.app-specs-container a {
    text-decoration: none;
    color: #cc3300;
    outline: none;
    font-size: 1.2rem;
    text-align: right;
}

.go-back {
border: none;
outline: none;
padding: 5px;
background: none;
position: fixed;
top: 0;
margin-top: 6px;
cursor: pointer;
color: #1970ff;
font-weight: 600;
font-size: 1.2rem;
}

/* Popup */
.popup-popup {
    position: fixed;
    width: 90%;
    height: 80%;
    top: 10%;
    left: 5%;
    z-index: 999;
    background-color: #3a3b3c;
    border-radius: 10px;
}

.popup-popup-container h1 {
    color: #ffffff;
    text-align: center;
    margin-top: 10px;
    font-size: 2rem;
    font-weight: 600;
    padding: 10px;
}

.popup-popup-container p {
    color: #ffffff;
    text-align: center;
    margin-top: 10px;
    font-size: 1rem;
    line-height: 21px;
    padding: 10px;
}

.popup-popup-container button {
    outline: none;
    border: none;
    width: 80%;
    padding: 10px;
    margin: auto;
    display: block;
    background-color: #ff3333;
    border-radius: 10px;
    color: #ffffff;
    font-size: 1.1rem;
}

.popup-popup-container a {
    text-decoration: none;
    color: #ffffff;
}
