.wrapser .lista-min:before {
    color: #000;
}
.wrapser {
    max-width: 70%;
}
.darktxt {
    color: #121212;
}
.txt {
    line-height: 1.6;
    font-size: 20px;
}
.topp {
    font-size: 20px;
    line-height: 1.4em;
}
.btnm {
	background-color: #fe3b01;
    font-size: 18px;
}
.glsubmit{
	font-size: 18px;
	padding: 8px 32px;
}
.h1fs {
    font-size: 44px;
    color: #fff;
}
.topp {
    font-weight: 400;
}
.topp p {
    padding: .2em 0;
}
#gime, #gprez, #gemail {
	margin-bottom: 5px;
}
.discount-circle {
    position: absolute;
    top: 30%;
    left: 700px;
    width: 220px;
    height: 220px;
    transform: rotate(15deg);
    background-color: #7db900;
    color: #fff;
    border-radius: 50%;
    
    /* Updated Flexbox properties to stack text */
    display: flex;
    flex-direction: column; 
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px; /* Prevents text from touching the edges of the circle */
    box-sizing: border-box; /* Ensures padding doesn't increase circle size */

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    font-family: 'Alata', sans-serif !important;
}

/* Big 26% text */
.pct-big {
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
}

/* Small descriptive text */
.pct-small {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 5px;
}
.formgrid {
	column-gap: 25px;
}
#glkontakttxt, input.glinput2, input.glinput {
	width: 100%!important;
}
a {
    text-decoration: none;
    color: #FFEB3B;
}
@media only screen and (max-width: 1023px) {
    .discount-circle {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .pad-titlefs {
        padding: 0;
		margin-bottom: 50px;
        transform: initial;
        -webkit-transform: initial;
        top: initial;
    }
	#content .wrapser {
		max-width: 80%;
	}
	.darktxt, .whitetxt {
		text-align: left;
	}
	.glsubmit {
        text-align: center;
        width: 100%;
    }
}
@media only screen and (max-width: 760px) {
    .h1fs {
        text-shadow: 0 0 black;
		color:#000;
		font-size: 40px;
    }
	input.glinput2, select.glinput2, input.glinput {
        width: 100% !important;
    }
	#gdate, #gstart, #gend, #gime, #gprez {
        margin-bottom: 10px;
    }
}
