.searchbox {
    background-color: #02b9b9;
    left: 0;
    position: relative;
    width: 100vw;
    height: 44vw;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.post-share-div {

}

.gradient {
    position: absolute;
    width: 100vw;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0.7;
}


.subtitle {
    z-index: 100;
    position: absolute;
    left: 33vw;
    top: 28vw;
    text-align: center;
    font-size: 1.7vw;
    color: white;
    font-weight: bold;
    text-shadow: 2px 2px 6px #000000;
}

.subsubtitle {
    z-index: 100;
    position: absolute;
    text-align: center;
    left: 29vw;
    top: 32vw;
    font-size: 1.3vw;
    color: white;
    line-height: 2.7vw;
    text-shadow: 2px 2px 7px #000000;
}


.lph1 {
    position: relative;
    text-align: center;
    top: 5vw;
    font-size: 4.5vw;
    color: white;
}

.search {
    margin-top: 5vw;
    width: 45vw;
    height: 4.2vw;
    box-sizing: border-box;
    border: none;
    font-size: 2vw;
    background-color: white;
    padding: 0 2vw;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    position: absolute;
    left: 28vw;
    color: black;
    z-index: 50;

}

.button {
    font-weight: bold;
    margin-top: 5vw;
    width: 45vw;
    height: 4.2vw;
    text-align: right;
    box-sizing: border-box;
    border: none;
    font-size: 2vw;
    color: white;
    padding: 0 1.2vw;
    position: absolute;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    background-color: #02b9b9;
    left: 28vw;
    z-index: 49;
}

input[type=text]:focus {
    width: 40vw;
    outline: none;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #02b9b9;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #02b9b9;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #02b9b9;
}

.explore_div {
    display: block;
    padding-bottom: 19vw;
}

.lph2 {
    text-align: center;
    font-size: 2.5vw;
    margin-top: 2em;
    margin-bottom: 0.5em;
}

.row {
    margin-left: var(--marginall);
    margin-right: var(--marginall);

    position: relative;
}

.column {
    display: flex;
    float: left;
    width: 33.3%;
    position: relative;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    padding-bottom: 2vw;
    margin: 1vw 1vw;
    transition: top ease 0.5s;
    z-index: 3;
    height: 30vw;
    cursor: pointer;
}

.cardimage {
    width: 100%;
}

.container {
    padding: 0 10%;
}

.h2box {
    font-size: 1.8vw;
}

.pbox {
    font-size: 1.4vw;
}


.card:hover {
    box-shadow: 0 10px 15px rgba(33, 33, 33, .4);
    position: relative;
    top: -10px;

}




.lph4 {
    position: relative;
    top: 1vw;
    font-size: 2.1vw;
    color: #02b9b9;
}


.lph3 {
    position: relative;
    font-size: 3.5vw;
    top: -4vw;
    line-height: 4vw;
    color: white;
}


.aip {
    position: relative;
    top: -7vw;
    font-size: 1.5vw;
    color: white;
    font-weight: lighter;
    opacity: 0.8;
    line-height: 1.5;
}

.aibutton {
    position: relative;
    top: -5vw;
    font-size: 1.2vw;
    color: white;
    bottom: 1rem;
    letter-spacing: 0.1vw;
    text-decoration-line: none;
    border: 1px solid white;
    padding: 1vw 5vw;
    border-radius: 1vw;
    transition: 0.5s;
    text-align: center;
}


.aibutton:hover {
    background-color: #02b9b9;
    color: #7D4067;
    font-weight: bold;
    text-decoration: none;
}

.nomographics_div {
    display: flex;
    justify-content: space-between;
    width: 100vw;
    background: linear-gradient( #7e4067 70%, #402134 100%);

 }

.nomographics_txt {
    margin-left: var(--marginall);
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
}

.nomographics_img {
    display: flex;
    justify-content: flex-end;
}

.mob {
    bottom: 0;
    top: 3.8vw;
    position: relative;
    display: flex;
    height: 40vw;
    justify-content: flex-end;
    right: 0;
    margin-right: 30%;
}


.citat_div {
    background-color: white;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    align-self: center;
    padding: 5vw 0;
    margin-left: var(--marginall);
    margin-right: var(--marginall);
}


.konfucije {
    position: relative;
    height: 10vw;
}

.citat {
    position: relative;
    font-size: 1.6vw;
    width: 56%;
    line-height: 2vw;
    margin-left: 2rem;
}

#ime {
    position: relative;
    flex-direction: column;
    font-size: 1.2vw;
    color: grey;
    text-decoration: none;
}

@media only screen and (max-width: 768px) {
    .lph1 {
        font-size: 5.5vw;
        margin-top: 1vw;
    }

    .explore_div {
        padding-bottom: 19vw;
    }

    .subtitle {
        font-size: 2.2vw;
        left: 30vw;
        top: 27vw;
    }

    .subsubtitle {
        font-size: 1.8vw;
        left: 24vw;
        top: 31vw;
        line-height: 3vw;
    }

    .lph2 {
        font-size: 3vw;
    }

    .search, .button {
        width: 60vw;
        margin-left: -5vw;
        height: 6vw;
        margin-top: 2vw;
    }

    input[type=text]:focus {
        width: 55vw;
        outline: none;
    }


    .h2box {
        font-size: 2.1vw;
    }

    .pbox {
        font-size: 1.7vw;
    }

    .card {
        height: 35vw;
    }

    .konfucije {
        height: 15vw;
    }

    .citat {
        font-size: 2vw;
        line-height: 2.2vw;
    }

    #ime {
        font-size: 1.6vw;
        top: 1vw;
    }

    .lph4 {
        font-size: 3vw;
    }

    .lph3 {
        font-size: 5vw;
        top: -6vw;
        line-height: 7vw;
    }


    .aip {
        font-size: 2vw;
        top: -10vw;
        line-height: 3vw;
    }

    .aibutton {
        top: -7vw;
        font-size: 1.7vw;
        bottom: 1rem;
        letter-spacing: 0.1vw;
        padding: 1vw 5vw;
    }

    .mob {
        height: 59vw;
        margin-left: -35vw;
    }
}

@media only screen and (max-width: 425px) {
    .root {
        --padall: 1rem;
    }

    #secondcard {
        padding-bottom: 10vw;
    }

    .column {
        width: 100%;
        display: block;
        padding-bottom: 10vw;
    }

    .card {
        height: 105vw;
    }

    .cardimage {
        width: 100%;
    }

    .searchbox {
        height: 65vw;
    }

    .gradient {
        height: 65vw;
    }

    .subtitle {
        font-size: 3.5vw;
        left: 16vw;
        top: 41vw;
    }

    .subsubtitle {
        font-size: 2.5vw;
        left: 10vw;
        top: 48vw;
        line-height: 3.5vw;
    }

    .lph1 {
        font-size: 7vw;
        top: 10%;
        color: white;
    }

    .search, .button {
        width: 80vw;
        height: 10vw;
        margin-top: 3vw;
        margin-left: -17vw;
        font-size: 5vw;
    }

    input[type=text]:focus {
        width: 70vw;
        outline: none;
    }

    .lph2 {
        font-size: 5vw;
    }

    .h2box {
        font-size: 6vw;
    }

    .pbox {
        font-size: 5vw;
    }

    .mob {
        height: 80vw;
        margin-left: var(--marginall);
        margin-right: auto;
        top: 0
    }

    .nomographics_text {
        justify-content: center;
    }


    .lph4 {
        font-size: 6vw;
    }

    .lph3 {
        top: -15vw;
        line-height: 12vw;
        font-size: 10vw;
        width: 100vw;
    }

    .aip {
        top: -25vw;
        font-size: 4vw;
        line-height: 6vw;

    }

    .aibutton {
        top: -20vw;
        font-size: 3.5vw;
        border: 1px solid white;
        padding: 2vw 15vw;
        border-radius: 2vw;
        margin-right: 18vw;
    }


    .nomographics_div {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;

    }


    .konfucije {
        position: relative;
        height: 38vw;
        margin-left: 30vw;
        margin-right: 30vw;
    }

    .citat_div {
        flex-direction: column;
    }


    .citat {
        position: relative;
        margin-top: 5vw;
        font-size: 4.5vw;
        width: 70%;
        line-height: 5vw;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    #ime {
        position: relative;
        font-size: 3.5vw;
        color: grey;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        top: 3vw;
    }


}