@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/static/font/teko.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-display: swap;
  src: url(/static/font/assistant.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-display: swap;
  src: url(/static/font/roboto.woff) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Barlow Semi Condensed';
  font-weight: 600;
  font-display: swap;
  src: url(/static/font/BarlowSemiCondensed-SemiBold.ttf);
}

* {
    line-height: 1.5em;
}

#first {
    /* background-image: url('abstract-background.jpeg'); */
    background: rgb(172,0,195);
    background: linear-gradient(48deg, rgba(172,0,195,0.9360119047619048) 0%, rgba(39,39,39,1) 47%, rgba(39,39,39,1) 47%, rgba(0,196,123,1) 100%);
    overflow: hidden;
}
#second {
}
/* #fourth {
    background-image: url('/static/pic/smartphone.webp');
    background-repeat: no-repeat;
    background-position: right 120px bottom -150px;
    background-size: 35%;
} */
.v-pad-90px {
    padding: 90px 0;
}
.v-pad-60px {
    padding: 60px 0;
}
.container {
    width: 100%;
}

.card__title {
    font-size: 1.2em;
    font-weight: 600;
    padding-bottom: 10px;
    margin-top: 10px;
}

h1, h2, h3 {
    font-family: 'Barlow Semi Condensed', sans-serif;
}
h1 {
    font-weight: 600;
    font-size: 3em;
    line-height: 1.2em;
}
h2 {
    font-weight: 600;
    font-size: 3em;
    line-height: 1.2em;
}
h3 {
    font-weight: 600;
    font-size: 2em;
    line-height: 1.2em;
}
.subtitle {
    font-size: 1.4em;
    font-weight: 400;
}
#first h1 {
    color: white;
    font-size: 4em;
}
.pad-1 {
    padding: 10px;
}
.pad-2 {
    padding: 20px;
}
.b-pad-1 {
    padding-bottom: 10px;
}
.b-pad-3 {
    padding-bottom: 30px;
}
.b-pad-5 {
    padding-bottom: 50px;
    padding-right: 10px;
    padding-left: 10px;
}
.t-pad-3 {
    padding-top: 30px;
}

.card {
    padding: 5px 20px;
}
.card__description {
    font-weight: 200;
    text-align: justify;
}
.main-subtitle {
    color: rgb(205, 205, 205);
}
#smartphone-img-container {
    position: relative;
    left: 0;
    bottom: 0;
}
.app-store-buttons {
    padding: 20px 0;
}
.app-store-button {
    height: 40px;
    margin-right: 10px;
}


#fourth {
    position: relative;
    color: rgb(255, 237, 246) !important;
}
.purple-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgb(219,0,118);
    background: linear-gradient(238deg, rgba(219,0,118,1) 0%, rgba(52,0,69,1) 100%);
}
.posts-container {
    padding: 20px;
}
.post-card {
    position: relative;
    margin: 0 10px 10px 10px;
    padding: 20px;
    vertical-align: center;
    background-color: rgb(0, 161, 186);
    font-weight: 500;
    font-size: 1.2em;
    color: white;
    text-shadow: 1px 1px 5px #000000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    box-shadow: 0px 0px 5px grey;
}
/* .post-card:after {
    content: "";
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0; 
    background: rgba(0,0,0,0.2);
    pointer-events: none;
  } */
.post-card:hover {
    opacity: 80%;
    color: yellow;
}
#docu-1 {
    background-image: url('/static/pic/stocks-market.jpg');
}
#docu-2 {
    background-image: url('/static/pic/options-trading.jpg');
}
#docu-3 {
    background-image: url('/static/pic/crypto.jpg');
}
#docu-4, #blog-4 {
    background-color: white;
    color: black !important;
    text-shadow: none !important;
    text-align: center;
    font-weight: 600;
}
#blog-1 {
    background-image: url('/static/pic/liars-poker-cover.jpg');
}
#blog-2 {
    background-image: url('/static/pic/crypto2.jpg');
}
#blog-3 {
    background-image: url('/static/pic/currency.jpg');
}

.tabs {
    display: flex;
    justify-content: center;
}
.tablinks {
    font-family: 'Teko', sans-serif;
    letter-spacing: 0.1em;
    padding: 5px 20px;
    color: white;
    border: none;
    text-transform: uppercase;
    margin: 0 5px;
    background-color: transparent;
    transition: 0.3s;
}
.tabs button:hover {
    background-color: #404040;
}
.tabs button.active-tab-link {
    border-bottom: 1px solid white;
}
.tabcontent {
    padding: 20px;
    border-top: none;
}

#Stocks {
    display: block;
}

#fifth {
    background-image: url('/static/pic/stocks-bars-translucent.webp');
    background-repeat: no-repeat;
    background-position: center;
}

#first {
    background: linear-gradient(48deg, rgba(172,0,195,0.9360119047619048) 0%, rgba(39,39,39,1) 47%, rgba(39,39,39,1) 47%, rgba(0,196,123,1) 100%);
    background-size: 400% 400%;
    animation: Gradient 15s ease infinite;
    position: relative;
}
@keyframes Gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.first__left, .first__right {
    display: inline-block;
    vertical-align: top;
    overflow: visible;
    width: 45%;
    position: relative;
    padding: 40px;
}
.first__right video {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 480px;
}

#fourth {
    overflow: hidden;
}
.smartphone-container {
    position: relative;
}
#smartphone {
    display: block;
    position: absolute;
    bottom: -45%;
    right: 0%;
    height: 120%;
}
@media (max-width:840px) {
    #first h1 {
        color: white;
        font-size: 2em;
    }
}
@media (max-width:640px) {
    .first__left {
        width: 90%;
    }
    .first__right {
        display: none;
    }
    #smartphone {
        height: 100%;
    }
}

.example-queries-container {
    min-height: 500px;
    display: flex;
    flex-direction: row;
}
.tabs2 {
    flex: 2;

    display: flex;
    flex-direction: column;
}
.tabcontent2 {
    flex: 8;
}
.tabs2 .tablinks2 {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    font-family: 'Teko', sans-serif;
    letter-spacing: 0.1em;
    color: white;
    border: none;
    text-transform: uppercase;
    transition: 0.3s;
}
.tabs2 .tablinks2:hover {
    background-color: rgba(255,255,255,0.05) !important;
}
.active-tab-link2 {
    font-weight: 800 !important;
    background-color: rgba(255,255,255,0.05) !important;
    border-right: 1px solid white;
}
.query-description {
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
    padding: 0 50px;
}
.example-queries-container {
    padding-top: 30px;
}

.hover-link {
  color: rgb(234, 0, 144);
  font-weight: 500;
  cursor: pointer;
}
