.freshcard-connected-cards-section {
    margin: 0 4px 0 4px;
    padding: 0.25em 1.35em;
    background-size: cover;
}

.plus-carousel-container {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    align-items: center;
    gap: 15px;    
    width: 100%;
    justify-content: center;
    padding: 1.5em 0em;
}
.buy-card-form-container .col-12 {
	align-content: center;
	
}
.code-hint-span {
	color: #EB0D8B;
}

.modal {
	z-index: 99999 !important;
}
.modal-content {
    background-color: #ffffff !important; 
    margin: 3% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 70%;
}
#price {
	font-size: 37px !important;
}
.buy-card-form-container .offset-6 {
	margin-top:1em;
}

.buy-card-input {
    border-radius: 25px;
    border: 0;
    background-color: #e1e4e8;
    width: 100%;
    margin: 7px 0;
    padding: 7px 20px;
}

.buy-card-form-container input {
    font-size: 21px;
}

.buy-card-header-1 {
    font-family: 'FuturaPTBook', 'sans-serif';
    font-size: 30px;
    margin-top: 34px;
    margin-bottom: 1em;
}

.card-price {
    display: flex;
    gap: 1em;
    margin-top: 1em;
    flex-wrap: wrap;
}

.pay-button {
	width: 50%;
}

.pay-button button {
	width: 50% !important;
}

#newPrice {    
    font-size: 39px !important;
}
#discount-span {
	
}
.left-corner-images-container {
    justify-content: space-between;	
	margin-left: 1em;
    margin-right: 1em;    
    padding: 2em;

}

#get-card {
    font-size: 23px !important;
}

.slider-container {
    min-height: fit-content;
    margin-top: 2em;
}

.freshcard-connected-cards-content-img img {
        height: 150px;
}

.connected-cards-content-header .fs-5 {
    font-size: 30px !important;
    margin-left: 5px;
}

.gratis-baner-badge {
    font-size: 28px !important;
    border-radius: 0;
}

@media only screen and (max-width: 1024px) {
	.connected-cards-content-header .fs-5 {
		font-size: 23px !important;
		margin-left: 5px;
	}
	
	.pay-button button {
		width: 80% !important;
	}
	.buy-card-form-container {
		padding: 0px 8%;
		margin: 0 !important;
	}
	.freshcard-connected-cards-section {
		margin: 0;    
	}
	.left-corner-images-container {
		justify-content: space-between;
		margin-left: 0;
		margin-right: 0;
		padding: 1.5em;
	}

}



@media only screen and (max-width: 768px) {
	
	.connected-cards-content-header .fs-5 {
        font-size: 17px !important;
        margin-left: 5px;
    }

	.freshcard-connected-cards-content-img img {
		height: auto;
		width: 210px;
	}

	.gratis-baner-badge {
		font-size: 19px !important;
		border-radius: 0;
	}

	.buy-card-header-1 {
		font-size: 24px;
	}
	#price-container {
		
	}
	#price {
		font-size: 31px !important;
	}
	#newPrice {
		font-size: 34px !important;
	}
}

@media only screen and (max-width: 600px) {
	.plus-carousel-container {
		flex-direction: column;
	}
    .buy-card-form-container {
        padding: 0 4%;
        margin: 0 !important;
    }
	.buy-card-header-1 {
		font-size: 25px;
		margin-top: 34px;
		margin-bottom: 0.5em;
	}
	.freshcard-connected-cards-section {
		margin: 0;
		padding: 0.25em 1.35em;
		background-size: cover;
	}
    .left-corner-images-container {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        width: 100%;
        gap: 2em;
        padding-top: 1em;
        padding-bottom: 2em;
    }
	.pay-button {
		width: 80%;
	}
	.card-price {
        gap: 0em;
		margin-top: 0em;
	}
	.buy-card-form-container .offset-6 {
		margin-top: 2em;
	}
	.slider-container {
		min-height: fit-content;
	}
}

@media only screen and (max-width: 450px) {
	.code-hint-span {
		color: #EB0D8B;
		font-size: 15px !important;
	}
	.freshcard-connected-cards-content-img img {
		height: auto;
		width: 165px;
	}
	.plus-carousel-container {
		padding: 5px 0em;
	}
	.pay-button {
        width: 100%;
    }
	.plus-carousel-container {
		flex-direction: column;
	}
	.buy-card-label {
		font-size: 18px;
	}
	.buy-card-form-container input {
		font-size: 19px;
	}
	.buy-card-input {
		border-radius: 15px;
		border: 0;
		background-color: #e1e4e8;
		width: 100%;
		margin: 7px 0;
		padding: 4px 12px;
	}
	.buy-card-label {
		font-size: 18px;
		margin-bottom: -10px;
	}
	.buy-card-header-1 {
        font-size: 25px;    
        margin-bottom: 0.5em;
    }
	.pay-button button {
        width: 100% !important;
        font-size: 19px !important;
        padding: 10px 15px !important;
    }
	#get-card {
		font-size: 21px !important;
	}
	    .buy-card-header-1 {
        font-size: 25px;
        margin-top: 24px;
        margin-bottom: 0.5em;
    }

}

@media only screen and (min-width: 320px) {
	
}