@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');

/* mobile */
@media screen and (max-width: 600px){
    .navText{
        text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
    }

    .titlu1{
        text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
        font-size: 20px;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .hrDespre{
        height: 2px;
        width: 35%;
        border: none;
        margin-left: auto;
        margin-right: auto;
        color: black;
        background-color: black;
    }

    .hrAnuntMic{
        height: 2px;
        width: 30%;
        border: none;
        color: black;
        background-color: black;
        margin-left: auto;
        margin-right: auto;
    }

    .hrAnuntMare{
        height: 2px;
        width: 55%;
        border: none;
        color: black;
        background-color: black;
        margin-left: auto;
        margin-right: auto;
    }

    .text1{
        margin-left: 10px;
        margin-right: 8px;
        font-family: 'Poppins', sans-serif;
        font-size: 10px;
        text-align: center;
    }

    .textBox{
        font-family: 'Poppins', sans-serif;
        font-size: 8px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        color: black;
    }

    .footerText{
        margin-top: 28px;
        text-align: center;
        font-family: 'Poppins', sans-serif;
        font-size: 10px;
        color: white;
    }

    .anuntMic{
        font-family: 'Poppins', sans-serif;
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        margin-top: 20px;
        color: black;
    }

    /* noutati */ 
    .titlu2{
        text-transform: uppercase;
        font-weight: 550;
        font-family: 'Poppins', sans-serif;
        font-size: 15px;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 0px;
        margin-right: 15%;
        margin-left: 15%;
    }

    .hrNoutati{
        height: 2px;
        width: 50%;
        border: none;
        color: black;
        background-color: black;
        margin-left: auto;
        margin-right: auto;
    }
    /* --------------------------------------*/

    /* contacte */
    .titluMare{
        text-transform: uppercase;
        font-weight: bold;
        font-family: 'Poppins', sans-serif;
        font-size: 30px;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .hrContact{
        height: 2px;
        width: 42%;
        border: none;
        color: black;
        background-color: black;
        margin-left: auto;
        margin-right: auto;
    }

    .textContact{
        font-family: 'Poppins', sans-serif;
        font-size: 23px;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 0px;
    }
    /*---------------------------------------*/

    /* anunturi */
    /* meteo */
    .listaM{
        margin-left: 20px;
        margin-right: 5px;
        font-family: 'Poppins', sans-serif;
        font-size: 10px;
    }
    /*---------------------------------------*/

    /* herbi4 */
    .listaSecundara{
        margin-left: 30px;
        margin-right: 5px;
        font-family: 'Poppins', sans-serif;
        font-size: 10px;
    }
    /*---------------------------------------*/
	
	/* intrebari */
    .textInsert{
        font-family: 'Poppins', sans-serif;
        font-size: 10px;
        text-align: center;
        border-radius: 10px;
		width: 150px;
    }

    .textInfo{
        font-family: 'Poppins', sans-serif;
        font-size: 20px;
        text-align: center;
        margin-right: 10px;
    }
    /*---------------------------------------*/
}

/* tableta */
@media (min-width: 601px) and (max-width: 768px) {
    .navText{
        text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        font-size: 20px;
    }
    
    .hrAnuntMic{
        height: 2px;
        width: 30%;
        border: none;
        color: black;
        background-color: black;
        margin-left: auto;
        margin-right: auto;
    }

    .hrAnuntMare{
        height: 2px;
        width: 40%;
        border: none;
        color: black;
        background-color: black;
        margin-left: auto;
        margin-right: auto;
    }

    .anuntMic{
        font-family: 'Poppins', sans-serif;
        font-size: 25px;
        font-weight: bold;
        text-align: center;
        margin-top: 20px;
        color: black;
    }

    .titlu1{
        text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
        font-size: 30px;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .hrDespre{
        height: 3px;
        width: 26%;
        border: none;
        margin-left: auto;
        margin-right: auto;
        color: black;
        background-color: black;
    }

    .text1{
        margin-left: 10px;
        margin-right: 8px;
        margin-top: 20px;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        text-align: center;
    }

    .textBox{
        font-family: 'Poppins', sans-serif;
        font-size: 11px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        color: black;
    }

    .footerText{
        margin-top: 28px;
        text-align: center;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        color: white;
    }

    /* noutati */ 
    .titlu2{
        text-transform: uppercase;
        font-weight: 550;
        font-family: 'Poppins', sans-serif;
        font-size: 25px;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 0px;
        margin-right: 15%;
        margin-left: 15%;
    }

    .hrNoutati{
        height: 2px;
        width: 42%;
        border: none;
        color: black;
        background-color: black;
        margin-left: auto;
        margin-right: auto;
    }
    /* --------------------------------------*/

    /* contacte */
    .titluMare{
        text-transform: uppercase;
        font-weight: bold;
        font-family: 'Poppins', sans-serif;
        font-size: 48px;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .hrContact{
        height: 4px;
        width: 37%;
        border: none;
        color: black;
        background-color: black;
        margin-left: auto;
        margin-right: auto;
    }

    .textContact{
        font-family: 'Poppins', sans-serif;
        font-size: 34px;
        text-align: center;
        margin-top: 22px;
        margin-bottom: 0px;
    }
    /*---------------------------------------*/

    /* anunturi */
    /* meteo */
    .listaM{
        margin-left: 35px;
        margin-right: 5px;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
    }
    /*---------------------------------------*/

    /* herbi4 */
    .listaSecundara{
        padding-left: 20px;
        margin-right: 5px;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
    }
    /*---------------------------------------*/
	
	/* intrebari */
    .textInsert{
        font-family: 'Poppins', sans-serif;
        font-size: 20px;
        text-align: center;
        border-radius: 10px;
		width: 220px;
    }

    .textInfo{
        font-family: 'Poppins', sans-serif;
        font-size: 30px;
        text-align: center;
        margin-right: 10px;
    }
    /*---------------------------------------*/
}

/* laptop mic*/
@media (min-width: 769px) and (max-width: 1024px) {
    .navText{
        text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        font-size: 20px;
    }

    .titlu1{
        text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
        font-size: 30px;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .hrDespre{
        height: 3px;
        width: 26%;
        border: none;
        margin-left: auto;
        margin-right: auto;
        color: black;
        background-color: black;
    }

    .hrAnuntMic{
        height: 3px;
        width: 28%;
        border: none;
        color: black;
        background-color: black;
        margin-left: auto;
        margin-right: auto;
    }

    .hrAnuntMare{
        height: 3px;
        width: 45%;
        border: none;
        color: black;
        background-color: black;
        margin-left: auto;
        margin-right: auto;
    }

    .text1{
        margin-left: 25px;
        margin-right: 20px;
        margin-top: 20px;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        text-align: center;
    }

    .textBox{
        font-family: 'Poppins', sans-serif;
        font-size: 13px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        color: black;
    }

    .anuntMic{
        font-family: 'Poppins', sans-serif;
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        margin-top: 20px;
        color: black;
    }

    .footerText{
        margin-top: 28px;
        text-align: center;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        color: white;
    }

    /* noutati */ 
    .titlu2{
        text-transform: uppercase;
        font-weight: 550;
        font-family: 'Poppins', sans-serif;
        font-size: 15px;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 0px;
        margin-right: 15%;
        margin-left: 15%;
    }

    .hrNoutati{
        height: 2px;
        width: 33%;
        border: none;
        color: black;
        background-color: black;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
    /* --------------------------------------*/

    /* contacte */
    .titluMare{
        text-transform: uppercase;
        font-weight: bold;
        font-family: 'Poppins', sans-serif;
        font-size: 43px;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .hrContact{
        height: 4px;
        width: 26%;
        border: none;
        color: black;
        background-color: black;
        margin-left: auto;
        margin-right: auto;
    }

    .textContact{
        font-family: 'Poppins', sans-serif;
        font-size: 25px;
        text-align: center;
        margin-top: 22px;
        margin-bottom: 0px;
    }
    /*---------------------------------------*/

    /* anunturi */
    /* meteo */
    .listaM{
        margin-top: 50px;
        margin-left: 35px;
        margin-right: 10px;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
    }
    /*---------------------------------------*/

    /* herbi4 */
    .listaSecundara{
        padding-left: 30px;
        margin-right: 5px;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
    }
    /*---------------------------------------*/
	
	/* intrebari */
    .textInsert{
        font-family: 'Poppins', sans-serif;
        font-size: 20px;
        text-align: center;
        border-radius: 10px;
		width: 220px;
    }

    .textInfo{
        font-family: 'Poppins', sans-serif;
        font-size: 30px;
        text-align: center;
        margin-right: 10px;
    }
    /*---------------------------------------*/
}

/* ecran mare*/
@media only screen and (min-width: 1025px){
    .navText{
        text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        font-size: 20px;
    }

    .titlu1{
        text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
        font-size: 30px;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .hrDespre{
        height: 3px;
        width: 15%;
        border: none;
        margin-left: auto;
        margin-right: auto;
        color: black;
        background-color: black;
    }

    .text1{
        margin-left: 40px;
        margin-right: 25px;
        margin-top: 20px;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        text-align: center;
    }

    .textBox{
        font-family: 'Poppins', sans-serif;
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        color: black;
    }

    .footerText{
        margin-top: 28px;
        text-align: center;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        color: white;
    }

    .anuntMic{
        font-family: 'Poppins', sans-serif;
        font-size: 21px;
        font-weight: bold;
        text-align: center;
        margin-top: 20px;
        color: black;
    }

    .hrAnuntMic{
        height: 3px;
        width: 28%;
        border: none;
        color: black;
        background-color: black;
        margin-left: auto;
        margin-right: auto;
    }

    .hrAnuntMare{
        height: 3px;
        width: 45%;
        border: none;
        color: black;
        background-color: black;
        margin-left: auto;
        margin-right: auto;
    }

    /* noutati */
    .titlu2{
        text-transform: uppercase;
        font-weight: 550;
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 0px;
        margin-right: 15%;
        margin-left: 15%;
    }

    .hrNoutati{
        height: 2px;
        width: 23%;
        border: none;
        color: black;
        background-color: black;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }

    /* contacte */
    .titluMare{
        text-transform: uppercase;
        font-weight: bold;
        font-family: 'Poppins', sans-serif;
        font-size: 43px;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .hrContact{
        height: 4px;
        width: 18%;
        border: none;
        color: black;
        background-color: black;
        margin-left: auto;
        margin-right: auto;
    }

    .textContact{
        font-family: 'Poppins', sans-serif;
        font-size: 25px;
        text-align: center;
        margin-top: 22px;
        margin-bottom: 0px;
    }
    /*---------------------------------------*/

    /* anunturi */
    /* meteo */
    .listaM{
        margin-top: 50px;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
    }
    /*---------------------------------------*/

    /* herbi4 */
    .listaSecundara{
        padding-left: 30px;
        margin-right: 5px;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
    }
    /*---------------------------------------*/
	
	/* intrebari */
    .textInsert{
        font-family: 'Poppins', sans-serif;
        font-size: 20px;
        text-align: center;
        border-radius: 10px;
		width: 300px;
    }

    .textInfo{
        font-family: 'Poppins', sans-serif;
        font-size: 30px;
        text-align: center;
        margin-right: 10px;
    }
    /*---------------------------------------*/
}