
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');


body {
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 1.2rem;
    word-break:break-word;
    overflow-x:hidden;
    min-height: 100vh;
    min-height: -webkit-fill-available;
}

html {
    height: -webkit-fill-available;
}


.greh {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-style: normal;
}


a {
    text-decoration: none;
}

.navbar-brandu img {
    width: 280px;
}

/*.step {
    min-height: 340px;
}*/

.btn_step .btn-outline-dark {
    min-width: 300px;
}

.my_error {
    color: #ff1e1e;
}


.despreca {
    height: 6rem;
}

.vezivid {
    height: 10rem;
}

.goquiz {
    height: 16rem;
}

.q_1 {
    font-size: 1.3rem;
    line-height: 1.1;
}

.q_2 {
   font-size: 1.1rem; 
}

#btn_save0, #btn_save1, #btn_save2 {
    cursor: pointer;
}


@media (max-width: 420px) {
    .btn_step .btn-outline-dark {
        min-width: 240px;
    }
}

@media (max-width: 767.98px) {}

@media (min-width: 768px) {
    .btn_step .btn-outline-dark {
        min-width: 400px;
    }
    .despreca {
        height: 24rem;
    }
    .vezivid {
        height: 24rem;
    }
    .goquiz {
        height: 22rem;
    }
}




