@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&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

*,
::backdrop,
:after,
:before {
    box-sizing: border-box;


}

body {
    margin: 0;
    padding: 0;
    background-image: url("../img/background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    font-family: "Poppins", sans-serif;
    height: 100vh;
    background-attachment: fixed;
}

.body2 {
    margin: 0;
    padding: 0;
    background-image: unset;
    background-color: #f1f1f1;
}

.header {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 10px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.header div {
    display: flex;
}

.header img {
    width: 75%;
}

.header div:last-child {
    justify-content: flex-end;
}

.header-inner {
    background-color: #2465ba;
    padding: 10px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.header-inner div {
    display: flex;
}

.header-inner img {
    width: 75%;
}

.header-inner div:last-child {
    justify-content: flex-end;
}

.container2 {
    width: 1140px;
    margin: 60px auto 0;
}

@media screen and (max-width:1024px) {
    .container {
        max-width: 95%;
    }
}

@media screen and (max-width:768px) {
    .header {
        padding: 10px 10px;
    }

    .container {
        margin: 30px auto 0;
    }
    .container2 {
		width: 100%;
		margin: 20px auto 0;
	}
	
	.body-section .form-signup h4 {
		text-align: center;
		font-size: 18px !important;
		font-weight: normal;
		margin-bottom: 10px;
	}

	.body-section .form-signup p {
		font-size: 14px !important;
		text-align: center;
	}

}

.bigwins {
    font-size: 30px;
    text-align: center;
    color: #fff;
    background-color: #013969;
    border: 1px solid #d7a72f;
    padding: 10px 60px;
    width: fit-content;
    margin: 0 auto;
    border-radius: 100px;

}



.body-section {
    display: flex;
    justify-content: space-between;
    margin-top: 75px;
    align-items: center;
}

@media screen and (max-width:768px) {
    .body-section {
        flex-direction: column-reverse;
        gap: 40px;
        margin-top: 30px;
        padding-bottom: 30px;
    }
}

.left-image {
    width: 50%;
}

.left-image img {
    width: 100%;
}

.body-section .form-eme {
    background-color: #fff;
    border-radius: 15px;
    width: 40%;
    padding: 30px;
}

.body-section .form-signup {
    background-color: #fff;
    border-radius: 15px;
    width: 40%;
    padding: 30px;
}

@media screen and (max-width:768px) {

    .left-image,
    .body-section .form-eme {
        width: 90%;
    }
}

.body-section .form-eme h4,
.body-section .form-signup h4,
.body-section .form-eme p,
.body-section .form-signup p {
    margin: 0;
    padding: 0;
    color: #013969;
}

.body-section .form-eme h4 {
    text-align: center;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 60px;
}

.body-section .form-signup h4 {
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 10px;
}

.body-section .form-eme p {
    font-size: 20px;
}

.body-section .form-signup p {
    font-size: 18px;
    text-align: center;
}

.form-eme .form-container {
    display: flex;
    flex-direction: column;
}

.form-eme .form-container input {
    height: 60px;
    margin-top: 25px;
    padding: 0 10px;
    font-size: 20px;
    border-radius: 10px;
    outline: none;
    border: 1px solid #bbb;
}

.form-eme .form-container input[type="submit"] {
    background: #015EEA;
    background: linear-gradient(120deg, rgba(1, 94, 234, 1) 0%, rgba(0, 192, 250, 1) 100%);
    border: none;
    color: #fff;
    cursor: pointer;

}

.form-signup .form-container {
    display: flex;
    flex-direction: column;
}

.form-signup .form-container input{
    margin-top: 12px;
    padding: 12px 10px;
    font-size: 16px;
    border-radius: 10px;
    outline: none;
    border: 1px solid #bbb;

}
.form-signup .form-container select {
    margin-top: 12px;
    padding: 12px 10px;
    font-size: 16px;
    border-radius: 10px;
    outline: none;
    border: 1px solid #bbb;
    background : #ffffff;

}



.form-signup .form-container input[type="submit"] {
    background: #015EEA;
    background: linear-gradient(120deg, rgba(1, 94, 234, 1) 0%, rgba(0, 192, 250, 1) 100%);
    border: none;
    color: #fff;
    cursor: pointer;

}

.form-signup .form-check1 {
    color: #013969;
    font-size: 16px;

}

.form-signup .form-check1 a {
    text-decoration: none;
    color: #ff6600;
}

.d-none {
    display: none;
}

.text-danger {
    color: #ff0000;
    font-size: 12px;
}

@media screen and (max-width:768px) {


    .body-section .form-signup {
        width: 90%;
    }
}

@media screen and (max-width:680px) {

    .bigwins {
        font-size: 120%;
        margin-top: 0;
        padding: 10px 20px;
    }

    .body-section .form-eme h4 {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

.hero-section {
    background: #14A34A;
    background: linear-gradient(120deg, rgba(20, 163, 74, 1) 0%, rgba(36, 101, 233, 1) 100%);
    padding: 60px 30px !important;
    margin-top: 40px !important;
    border-radius: 15px;
}

.hero-section h2 {
    font-size: 36px;
    margin: 0;
    padding: 0;
    color: #fff;
    margin-bottom: 30px;
}

.hero-section h3 {
    font-size: 20px;
    margin: 0;
    padding: 0;
    color: #fff;
}

@media screen and (max-width:768px) {
	.hero-section h2 {
		font-size: 26px;
		margin: 0;
		padding: 0;
		color: #fff;
		margin-bottom: 30px;
	}
	.hero-section h3 {
		font-size: 18px;
		margin: 0;
		padding: 0;
		color: #fff;
	}
}

.btn-view {
    background: #14A34A;
    background: linear-gradient(120deg, rgba(20, 163, 74, 1) 0%, rgba(36, 101, 233, 1) 100%);
}

.card {
    min-height: 310px;
}

.cursor-p {
    cursor: pointer;
}

.vouchers img {
    width: 100%;
}

.voucher-code {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000000;
    font-size: 16px;
    font-weight: bold;
}
