/*-- Global Style Start --*/
@font-face {
    font-family: 'Li Alinur Boisakh Unicode';
    src: url('../fonts/LiAlinurBoisakhUnicode.woff2') format('woff2'),
         url('../fonts/LiAlinurBoisakhUnicode.woff') format('woff'),
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Li Manowar Nihar Unicode';
    src: url('../fonts/LiManowarNiharUnicode.woff2') format('woff2'),
         url('../fonts/LiManowarNiharUnicode.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Li Alinur Imarat Unicode';
    src: url('../fonts/LiAlinurImaratUnicode.eot');
    src: url('../fonts/LiAlinurImaratUnicode.eot?#iefix') format('embedded-opentype'),
         url('../fonts/LiAlinurImaratUnicode.woff2') format('woff2'),
         url('../fonts/LiAlinurImaratUnicode.woff') format('woff'),
         url('../fonts/LiAlinurImaratUnicode.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SolaimanLipi';
    src: url('../fonts/SolaimanLipi.eot');
    src: url('../fonts/SolaimanLipi.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SolaimanLipi.woff2') format('woff2'),
         url('../fonts/SolaimanLipi.woff') format('woff'),
         url('../fonts/SolaimanLipi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

html {
	font-size: 14px;
}
/*-- Global Style End --*/


body {
	font-family: 'Li Alinur Boisakh Unicode', 'SolaimanLipi', 'Poppins', sans-serif;
	font-size: 14px;
	background: #f3f3f3;
}

.wrapper {
	width: 100%;
}
.wrapper .app-head {
	width: 100%;
	height: 250px;
	background-image: url('../images/top_bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	padding: 20px 60px;
	margin-bottom: 30px;
}

.wrapper .app-head .logo {
	width: 250px;
	height: 115px;
	margin: 0 auto;
	object-fit: cover;
	overflow: hidden;
}

.wrapper .app-head .logo img {
	width: 100%;
	object-fit: cover;
}

.wrapper .app-head .text {
	width: 100%;
	text-align: center;
	color: #fff;
}

.wrapper .app-head .text h2 {
	font-size: 32px;
	font-weight: 500;
}

.wrapper .app-head .text h3 {
	font-family: 'SolaimanLipi', 'Poppins', sans-serif;
	font-size: 26px;
	font-weight: 500;
}

/*-- Form Style Start --*/
.wrapper .form-area {
	width: 100%;
	padding: 30px 50px;
	border: 3px solid blue;
	box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.wrapper .form-area .btn-area {
	width: 300px;
	margin: 20px auto;
}

.wrapper .form-area .radio-group .form-row {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 25px;
}

.wrapper .form-area .radio-group .form-group {
    width: 32%;
}

.wrapper .form-area .radio-group .form-group label {
    display: flex;
    align-items: center;
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 8px;
}

@media (max-width: 768px) {
    .wrapper .form-area .radio-group .form-row {
        flex-direction: column;
    }
    .wrapper .form-area .radio-group .form-group {
        width: 100%;
    }
}


input[type=text], input[type=date], input[type=email], select, textarea {
	width: 100%;
	font-family: 'Li Alinur Boisakh Unicode', 'SolaimanLipi', 'Poppins', sans-serif;
	font-size: 16px;
	padding: 5px 15px;
	border: 1px solid #ccc;
	border-radius: 4px;
	resize: vertical;
	margin-bottom: 1rem;
}

label {
	font-family: 'Li Alinur Boisakh Unicode', 'SolaimanLipi', 'Poppins', sans-serif;
	font-size: 18px;
	padding: 5px 15px;
	font-weight: 600;
}

span {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin-left: 5px;
	color: red;
}

input[type=submit] {
	background-color: #04AA6D;
	color: white;
	padding: 1.2rem 2rem;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	float: right;
}

input[type=submit]:hover {
	background-color: #45a049;
}

input[type=file] {
	color: white;
	padding: 1.2rem 2rem;
	cursor: pointer;
	font-size: 14px;
}


/*-- Button Style Start --*/
.btn {
	width: 100%;
	background-color: #0078d0;
	border: 0;
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Li Alinur Boisakh Unicode', 'SolaimanLipi', 'Poppins', sans-serif;
	font-size: 2rem;
	outline: 0;
	padding: 5px 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
}

.btn:before {
	background-color: initial;
	background-image: linear-gradient(#fff 0, rgba(255, 255, 0, 0) 100%);
	border-radius: 12.5rem;
	content: "";
	height: 50%;
	left: 4%;
	opacity: .5;
	position: absolute;
	top: 0;
	transition: all .3s;
	width: 92%;
}

.btn:hover {
	box-shadow: rgba(255, 0, 0, .5) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
	transform: scale(1.05);
}
/*-- Button Style End --*/

.frame {
	width: 100%;
	position: relative;
	border: 3px solid #fff;
	padding: 20px 30px;
	background: #F3F3F3;
	margin: 30px auto;
}

.frame .caption {
	width: 75px;
	background: #F3F3F3;
	position: absolute;
	top: -18px;
	left: 30px;
	font-family: 'Li Alinur Boisakh Unicode', 'SolaimanLipi', 'Poppins', sans-serif;
	font-size: 18px;
	padding: 5px 15px;
	font-weight: 600;
	text-align: center;
}



.file-input {
	display: none;
}

.file-label {
	padding: 1rem 2rem;
	width: 20rem;
	background-color: #026dbb;
	background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 60%);
	color: #fff;
	font-family: 'Li Alinur Imarat Unicode', 'SolaimanLipi', 'Poppins', sans-serif;
	font-size: 1.8rem;
	text-align: center;
	margin: 2rem auto;
	cursor: pointer;
	display: block;
	transition: 0.5s;
	border-radius: 1rem;
}

.file-label:hover {
	opacity: .7;
}

.item_image {
	width: 20rem;
	height: 20rem;
	margin: 0 auto;
	box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.item_image img {
	width: 100%;
	overflow: hidden;
}

.form-area h2 {
	font-family: 'Li Alinur Imarat Unicode', 'SolaimanLipi', 'Poppins', sans-serif;
	font-size: 4rem;
	color: #026414;
	text-align: center;
	width: 100%;
	display: block;
	padding: 1rem 0;
	border-radius: 2rem;
	border: .1rem solid #026414;
	box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.form-area h3 {
	font-family: 'Li Alinur Imarat Unicode', 'SolaimanLipi', 'Poppins', sans-serif;
	font-size: 2.5rem;
	color: #026dbc;
	padding-bottom: 1rem;
	padding-left: 0;
	margin: 1rem 0;
	border-bottom: .1rem solid #026dbc;
}

.form-area h4 {
	font-family: 'Li Alinur Imarat Unicode', 'SolaimanLipi', 'Poppins', sans-serif;
	font-size: 2rem;
	color: #000;
	text-align: center;
}



/* Clear floats after the columns */
.row::after {
	content: "";
	display: table;
	clear: both;
}
/*-- Form Style End --*/


/*-- Responsive --*/
@media screen and (max-width: 1024px) {
	.btn {
		width: 80%;
		margin: 1rem 10%;
	}

	.form-area {
		padding: 5rem 8rem;
	}

	.form-area h2 {
		font-size: 4rem;
	}

	.item_image {
		width: 20rem;
		height: 20rem;
	}
}

@media screen and (max-width: 768px) {
	.btn {
		width: 90%;
		margin: 1rem 5%;
	}

	.form-area {
		padding: 2rem;
	}

	.form-area h2 {
		font-size: 3.5rem;
	}

	.item_image {
		width: 20rem;
		height: 20rem;
	}

	input[type=text], input[type=date], select, textarea {
		margin-bottom: 0;
	}

	label {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 320px) {
	.btn {
		width: 100%;
		margin: 1rem 0;
	}

	.form-area {
		padding: 1rem;
	}

	.form-area h2 {
		font-size: 2.5rem;
	}

	.item_image {
		width: 100%;
		height: 20rem;
	}

	.file-label {
		width: 100%;
	}

	input[type=text], input[type=text], select, textarea {
		margin-bottom: 0;
	}

	label {
		margin-bottom: 0;
	}
}

