html {
    box-sizing: border-box;
}

*, ::after, ::before {
    box-sizing: inherit;
}

body {
    background: white;
    font-family: 'Roboto Condensed', sans-serif;
    max-width: 1280px;
    margin: 0 auto;
}

a {
    color: inherit;
    text-decoration: none;
}

header {
    background: url("../public/genibot-szybki-start-02.png") top no-repeat;
    background-size: cover;
    width: 100%;
    padding: 50px;
}

.header-big{
    padding: 50px 50px 20px;
}

.header-container {
    display: flex;
}

.logo-container {
    width: 30vw;
    height: 10vw;
    max-width: 375px;
    max-height: 125px;
    display: flex;
}

.logo-square {
    height: 10vw;
    width: 10vw;
    max-width: 125px;
    max-height: 125px;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 700;
    line-height: 0.9;
    padding: 23px 0;
    text-align: center;
    font-family: 'Rajdhani', sans-serif;
}

.logo-square-blue {
    background-color: #0156a3;
    color: white;
}

.logo-square-white {
    background-color: white;
    color: #0156a3;
}

.logo-square-green {
    background-color: #76b743;
    color: white;
    text-align: left;
    padding-left: 23px;
}

.header-titles {
    display: block;
    text-align: right;
    font-family: 'Baloo Tammudu 2', cursive;
    font-weight: bold;
    padding: 20px 12px 0px;
}

.header-titles-bigger {
    padding: 45px 80px 0px;
}

.header-title {
    font-size: 58px;
    color: #0156a3;
}

.header-title-bigger {
    font-size: 94px;
    line-height: 0.8;
    align-self: center;
}

.header-sub-title {
    font-size: 22px;
    line-height: 1;
    color: #ffffff;
    margin-top: -8px;
}

.header-sub-title-bigger {
    font-size: 50px;
    line-height: 1;
    color: #ffffff;
}

.header-mobile {
    display: none;
    grid-template-columns: 1fr;
    text-align: center;
    padding: 24px;
    grid-gap: 12px;
}

.navigation-container {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: end;
}

.navigation-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    max-width: 65vw;
    color: #ffffff;
}

.navigation-element {
    z-index: 100;
    padding: 4px 16px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}

.navigation-element:hover {
    color: #0156a3 !important;
}

.navigation-element:after {
    content: "";
    display: block;
    margin-top: 2px;
    height: 2px;
    bottom: 1rem;
    width: 100%;
    left: 0;
    background-color: #0156a3;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}

.navigation-element:hover:after {
    visibility: visible;
    transform: scaleX(1);
}

.language-link {
    color: white;
}

.language-link:hover {
    color: #0156a3;
}

.language-element:hover:after {
    visibility: hidden;
}

.language-element:hover {
    color: white !important;
}

.active {
    color: #0156a3;
}

.navigation-burger {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 3rem;
    height: 3rem;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 10;
    display: none;
}

.navigation-burger:focus {
    outline: none;
}

.navigation-burger div{
    width: 3rem;
    height: 0.375rem;
    background: white;
    border-radius: 10px;
    transition: all 0.3s linear;
    position: relative;
    transform-origin: 1px;
}

.burger-first {
    transform: rotate(0);
}

.burger-first-open{
    transform: rotate(45deg) translateY(0.05rem);
}

.burger-second {
    opacity: 1;
    transform: translateX(0);
}

.burger-second-open{
    opacity: 0;
    transform: translateX(20px);
}

.burger-third {
    transform: rotate(0);
}

.burger-third-open {
    transform: rotate(-45deg) translateY(-0.05rem);
}

.robot {
    position: relative;
    top: 9vh;
    left: 6vw;
    background: url("../public/genibot-szybki-start-01.png") center no-repeat;
    background-size: contain;
    width: 400px;
    height: 400px;
}

.robot-mobile {
    display: none;
}

.right-tiles {
    padding: 30px 10px;
    display: flex;
    float: right;
}

.right-tiles .buy {
    align-self: flex-end;
    background: url("../public/button_kup.svg") center no-repeat;
    width: 270px;
    height: 100px;
    color: white;
    font-size: 32px;
    padding-top: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    font-family: 'Baloo Tammudu 2', cursive;
}

.right-tiles:hover .buy {
    background: url("../public/button_kup_hover.svg") center no-repeat;
}

.right-tiles-mobile {
    display: none;
}

.app-buttons {
    display: flex;
    max-width: 320px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.app-buttons-mobile{
    display: none;
}

.app-buttons-desktop{
    float: right;
    position: relative;
    top: -166px;
    left: -246px;
    justify-content: flex-start;
}

.app-buttons a {
    z-index: 100;
    width: 45%;
}

.app-buttons-desktop  a {
    margin-top: 8px;
    width: 80%;
    text-align: left;
}

.app-buttons p {
    text-align: left;
    font-family: 'Baloo Tammudu 2', cursive;
    font-weight: bold;
    color: white;
    margin: 8px;
    flex-basis: 100%;
}

.app-buttons div {
    width: 100%;
    height: 45px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.app-buttons-en div {
    background-size: cover;
}

.app-buttons .google-play {
    background-image: url(/public/google-play.png);
}

.app-buttons .app-store {
    background-image: url(/public/app-store.png);
}

.app-buttons .google-play-en {
    background-image: url(/public/google-play-en.png);
}

.app-buttons .app-store-en {
    background-image: url(/public/app-store-en.png);
}

.download-buttons {
    margin: 10px 100px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.download-buttons .download-button {
    color: #29a74a;
    display: flex;
    justify-content: space-between;
    width: 390px;
}

.download-buttons .download-button.blue {
    color: #2193d2;
}

.download-button .arrow {
    width: 60px;
    height: 50px;
}

.download-button .green-arrow {
    background: url("../public/green-arrow.svg") center no-repeat;
}

.download-button .blue-arrow {
    background: url("../public/blue-arrow.svg") center no-repeat;
}

.download-button:hover .green-arrow, .download-button:hover .blue-arrow {
    background: url("../public/hover-arrow.svg") center no-repeat;
}

.download-button .text {
    width: 280px;
    height: 70px;
    font-size: 22px;
    font-weight: bold;
}

.download-button:hover .text {
    color: #ed1c24;
}

.link-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.genibot-name {
    margin: 50px;
    background: url("../public/genibot-szybki-start-02.svg") center no-repeat;
    width: 255px;
    height: 50px;
    bottom: 30px;
    left: 50px;
}

.section-header {
    font-size: 40px;
    margin: 100px 50px 30px;
}

.content .title {
    font-size: 36px;
    margin: 60px 50px 30px;
    font-weight: 700;
}

.content .columns {
    display: flex;
}

.content .column {
    margin: 0 50px;
    font-size: 18px;
}

.video {
    margin: 100px auto;
    width: 80vw;
    height: 45vw;
    max-width: 100%;
    max-height: 720px;
}
.video iframe {
    width: 100%;
    height: 100%;
}

#event-video {
    width: 100%;
    height: auto;
}

.buttons {
    display: flex;
    justify-content: space-around;
    margin-bottom: 100px;
}

.buttons a {
    color: white;
    text-decoration: none;
}

.button {
    width: 400px;
    height: 70px;
    box-sizing: border-box;
    background: #0094da;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.button:hover {
    color: #0094da;
    border: solid 2px #0094da;
    background: white;
}

.button span {
    text-align: center;
    font-size: 25px;
}

.playlist-title{
    font-size: 35px;
    margin: 60px 50px 30px;
    font-weight: 700;
}

.playlist {
    list-style: none;
    padding: 20px 50px;
}

.playlist-item{
    display: flex;
    margin-bottom: 32px;
    transition: all 0.3s;
}

.playlist-item:hover{
    transform: scale(1.01)
}

.playlist-item-image{
    min-width: 122px;
    width: 122px;
    height: 68px;
    margin-right: 32px;
    object-fit: cover;
}


.playlist-item-title{
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}

.playlist-item-subtitle{
    margin: 0;
    color: #25A1EC;
    font-weight: bold;
}

footer {
    text-align: center;
    font-size: 14px;
    margin-bottom: 40px;
    font-weight: 100;
}

@media (max-width: 1250px) {
    .logo-square {
        font-size: 1.8vw;
        padding: 1.8vw 0;
    }

    .logo-square-green {
        padding-left: 1.8vw;
    }
}

@media (max-width: 1200px) {
    .robot {
        width: 220px;
        height: 220px;
        left: 0;
    }

    .link-container{
        margin-top: -100px;
    }
}
@media (max-width: 1100px) {
    .app-buttons-desktop{
        position: relative;
        left: -25vw;
    }

    .content .columns {
        flex-direction: column;
    }
}

@media (max-width: 992px) {
    .header-title-bigger {
        font-size: 64px;
    }

    .header-sub-title-bigger {
        font-size: 33px;
    }

    .navigation {
        display: none;
    }

    .navigation-burger {
        display: flex;
    }

    .navigation-element {
        padding: 2px 8px;
        font-size: 32px;
    }

    .navigation-link-separator {
        display: none;
    }

    .navigation-list {
        display: unset;
    }

    .navigation-element {
        padding: 8px
    }

    .app-buttons-desktop{
        position: unset;
        left: -150px;
    }

    .robot {
        top: 4vh;
        left: 0;
    }

    .right-tiles {
        padding: 0;
    }

    .right-tiles .buy {
        width: 135px;
        height: 50px;
        font-size: 16px;
    }

    .genibot-name {
        display: none;
    }

    .download-button {
        margin-bottom: 16px;
    }

    .link-container{
        margin-top: 0px;
    }
}

@media (max-width: 767px) {
    body {
        overflow-x: hidden;
    }

    header {
        background-size: 165vw;
        padding: 24px;
    }

    .header-big{
        padding: 24px;
    }

    .logo-container {
        width: 35vw;
        height: 35vw;
        max-width: unset;
        max-height: unset;
        flex-wrap: wrap;
    }
    
    .logo-square {
        height: 17.5vw;
        width: 17.5vw;
        max-width: unset;
        max-height: unset;
        font-size: 3.3vw;
        padding: 3.3vw 0;
    }

    .logo-square-green {
        padding-left: 3.3vw;
    }

    .header-titles-bigger {
        padding:  24px 16px;
    }

    .robot {
        top: 16px;
        left: 16px;
        width: 33vw;
        height: 33vw;
    }

    .download-buttons {
        margin: 0;
    }

    .download-button .arrow {
        width: 30px;
        height: 25px;
    }

    .download-button .text {
        display: flex;
        align-items: center;
        height: 25px;
        font-size: 16px;
    }

    .link-container {
        grid-template-columns: 1fr;
        padding: 20px 25px;
    }

    .download-buttons .download-button {
        width: 100%;
    }

    .download-button .text {
        padding-left: 16px;
        width: 100%;
    }

    .section-header {
        font-size: 32px;
        margin: 20px 25px 15px;
    }

    .content .column {
        margin: 0 25px;
    }

    .button {
        width: 100vw;
    }

    .playlist-title {
        font-size: 24px;
        margin: 30px 25px 15px;
        font-weight: 700;
    }

    .playlist {
        list-style: none;
        padding: 10px 25px;
    }

    .playlist-item-image {
        margin-right: 16px;
    }

    .playlist-item-title {
        font-size: 16px;
    }

    .playlist-item-subtitle {
        font-size: 14px;
    }
}

@media (max-width: 600px) {
    .header-titles-bigger {
       margin-top: 48px;
    }

    .header-title-bigger {
        font-size: 56px;
    }

    .header-sub-title-bigger {
        font-size: 24px;
    }
}

@media (max-width: 500px){
    header{
        background-size: 1500px;
    }

    .header-mobile{
        display: grid;
    }

    .navigation-burger {
        margin: 24px 0 -24px;
    }

    .navigation-mobile {
        padding: 0;
        margin-top: 180px;
        margin-left: -180px;
    }

    .header-titles-bigger {
        margin-top: 0;
        padding: 0;
        margin-left: -20px;
    }

    .header-titles {
        padding: 0;
        margin-left: -20px;
    }

    .header-title {
        margin-top: 60px;
        margin-left: -20px;
        font-size: 40px;
    }

    .header-title-bigger {
        margin-top: 23vw;
        margin-left: -16vw;
        font-size: 14vw;
    }

    .header-sub-title {
        margin-left: -30px;
        font-size: 16px;
    }

    .header-sub-title-bigger {
        margin-left: -30px;
        font-size: 20px;
        padding-top: 10px;
    }

    .robot {
        display: none;
    }

    .robot-desktop {
        display: none !important;
    }

    .robot-mobile {
        display: block;
        width: 60vw;
        height: 60vw;
    }

    .right-tiles {
        display: none;
    }

    .right-tiles-mobile {
        display: block;
        flex-basis: 100%;
        float: unset;
    }

    .right-tiles .buy {
        width: 100%;
        height: 21vw;
        font-size: 7vw;
    }

    .app-buttons-mobile{
        display: flex;
    }

    .app-buttons-desktop{
        display: none;
    }

    .playlist-item-image {
        min-width: 100px;
        width: 100px;
        height: 55px;
    }
}

@media(max-width: 330px){
    footer {
        font-size: 12px;
    }
}

