@import url(normalize.css);
@import url(keyframes.css);
@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&family=Source+Sans+3:wght@200;300&display=swap');

  
* {
    font-family: 'Source Sans 3', 'Helvetica Neue', 'Calibri', sans-serif;
}


h1, h4 {
    font-weight: 300;
}

body {
    margin: 0;
    padding: 0;
    color: white;
    background-size: 200% 200%;
    background-image: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(9,34,121,1) 0%, rgba(0,176,255,1) 100%);
    animation: Gradient 7s ease infinite; 
    overflow-x: hidden;
}

@keyframes Gradient {
  0% {
    background-position: 100% 0%;
  }
  50% {
    background-position: 0 50%;
  }
  100% {
    background-position: 100% 0%;
  }
}

.bg-blue {
    background: rgb(2,0,36);
    background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(9,34,121,1) 0%, rgba(0,176,255,1) 100%);
}

.bg-yellow {
    background: rgb(200,154,0);
    background: linear-gradient(0deg, rgba(200,154,0,1) 0%, rgba(255,222,0,1) 100%);
}

.bg-gr-yl {
    background: rgb(0,200,10);
    background: linear-gradient(0deg, rgba(0,200,10,1) 0%, rgba(255,222,0,1) 100%);
}

.bg-warm {
    background: linear-gradient(to bottom, #FFC371, #FF5F6D);
}

/* #container {
    display: flex;
    flex-direction: column;
    min-height: 94vh;
} */

#container {
  display: flex;
  flex-direction: column;
  min-height: 95.5vh; /* Use min-height instead of a fixed value */
}


/* #header {
    padding: 20px;
    text-align: left;
    display: inline-flex;
    flex-direction: column; */
    /* align-items: center;
    justify-content: center; */
    /* height: 100%;
} */
/* 
#header a {
    text-decoration: none;
    color: white;
    display: inline-block;
    flex-direction: column;
    align-items: flex-start;
}

#header img {
    max-width: 100px;
    max-height: 100px;
    align-self: center;
    display: inline-block;
}

.main-title {
    font-size: 3em;
    margin-bottom: 0;
    display: inline-block;
}

.main-subtitle {
    font-size: 1.5em;
    margin-top: 0;
} */

#header {
    padding: 20px;
    display: flex;
    align-items: center;
}

#header .left-column {
    flex: 1;
    text-align: left;
}

#header .middle-column {
    flex: 1;
    text-align: center;
}

#header .right-column {
    flex: 1;
    text-align: right;
}

#header a {
    text-decoration: none;
    color: white;
}

#header .right-column a {
    font-size: 2em;
    transition: all 600ms ease-in-out;
}

#header .right-column a:hover {
    border-bottom: 1px solid white;
}

#header .logo-img {
    /* animation: moveitback 400ms ease both;  */
    will-change: transform;
    transition: all 300ms ease;
    -webkit-user-select: none;
    border-radius: 20px;
}

.logo-img {
    max-width: 100px;
    max-height: 100px;
}

.download-img {
    max-width: 200px;
    max-height: 200px;
}

.animatemepls {
    animation: springAnimation 900ms ease both;
    will-change: transform;
    transition: all 1000ms ease;
}

.main-title {
    font-size: 3em;
    margin-bottom: 0;
}

.main-subtitle {
    font-size: 1.5em;
    margin-top: 0;
}


#content {
    flex: 1;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: -100px;
}

#main-content {
    background: rgba(255,255,255,0.2);
    border-radius: 16px;
    padding: 12px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    min-width: 35vw;
    margin: 0 auto;
}


.content-title {
    font-size: 2em;
    margin-bottom: 1em;
}

.content-body {
    font-size: 1.2em;
    line-height: 1.5em;
    flex: 1;
}

footer {
    /* background-color: #1e3c72; */
    margin-top: auto; /* Push the footer to the bottom */
    padding: 20px;
    text-align: right;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    /* background-color: #FF5F6D; */
    background: rgba(255,255,255,0.2);
    /* border-radius: 16px; */
    /* padding: 12px; */
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 99999999999;
}

footer .copyright * {
    text-align: right;
    font-family: 'Shadows Into Light', cursive;
}


.copyright {
    font-size: 1em;
}

body a {
    color: #a0c1b8;
}

.icons {
    display: flex;
    justify-content: left;
    gap: 20px;
    margin-top: 20px;
}

.middle-column {
    z-index: 99999999999;
}

.appstore-img {
    max-height: 40px;
    min-height: 40px;
    margin: 5px;
}

.screenshot {
    max-width: 350px;
}

footer .links {
    text-align: left;
}

ul {
    line-height: 1.35;
    font-size: 1.1em;
}

#preview {
    position: relative;
    display: inline-block;
    transition: all 1000ms;
}

#preview .device-bezel {
    position: absolute;
    top: 0;
    left: 0;
    height: 50%;
    width: 50%;
    max-width: 350px;
}

#preview .preview-gif {
    position: absolute;
    top: 0;
    left: 0;
    height: 50%;
    width: 50%;
    max-width: 350px;
}

.fake-button {
    background-color: rgba(9,34,121,1);
    color: white;
    border-radius: 12px;
    padding: 8px 12px 8px 12px;
    border: 2px solid rgba(255,255,255,0.5);
}

footer a {
    color: white;
}

.divider {
    font-size: 2em;
}

#primary-menu a {
    padding-right: 15px;
}

input, textarea, button {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 6px;
    box-shadow: none;
    border: none;
    padding: 6px;
    background: rgba(255,255,255,0.65);
    color: rgba(9,34,121,1);
    font-size: 1.5em;
    max-width: 360px;
}

input[type="button"], button{
    background: rgba(255,255,255,0.85);
    font-weight: bolder;
}

.small-text {
    font-size: 1em !important;
    text-decoration: none !important;
}

hr {
    color: white !important;
}

.input-error {
    border: 3px solid red !important;
    transition: all 500ms;
}