﻿/*@import url('https://fonts.googleapis.com/css2?family=Poppins: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&display=swap');*/

.header-text {
    position: absolute;
    left: 3%;
    font-weight: 600;
    /*	font-family: "Poppins", sans-serif;*/
    top: 50%;
    transform: translateY(-50%);
}

.header-text1, .header-text2, .header-text3 {    display: block}

/*desktop screen */

.header-text1 {    font-size: 30px}
.header-text2 {    font-size: 30px;    margin-top: 13px;}
.header-text3 {    font-size: 18px;    margin-top: 20px;}


@media only screen and (max-width: 1150px) {
    .header-text1 {        font-size: 25px    }
    .header-text2 {        font-size: 25px;        margin-top: 13px;    }
    .header-text3 {        font-size: 17px;        margin-top: 20px;    }}

@media only screen and (max-width: 1000px) {
    .header-text1 {        font-size: 23px    }
    .header-text2 {        font-size: 23px;        margin-top: 13px;    }
    .header-text3 {        font-size: 15px;        margin-top: 15px;    }
}

/*@media only screen and (max-width: 890px) {
	.header-text1 {font-size:23px}
	.header-text2 {font-size:23px;margin-top: 13px;}
    .header-text3 {display: none}
}*/

@media only screen and (max-width: 850px) {
    .header-text1 {        font-size: 21px    }
    .header-text2 {        font-size: 21px;        margin-top: 13px;    }
    .header-text3 {        display: none    }
}

@media only screen and (max-width: 670px) {
    .header-text1 {        font-size: 18px    }
    .header-text2 {        font-size: 18px;        margin-top: 10px;    }
}

@media only screen and (max-width: 600px) {
    .header-text1 {        font-size: 15px    }
    .header-text2 {        font-size: 15px;        margin-top: 10px;    }
}
