.email_content {
	width: 100%;
	height: 260px;
	border-radius: 20px;
	background: #eee;
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1080px) {
	.email_content {
		height: 100%;
	}
}

.email_text {
	text-align: center;
	font-family: var(--font-poppins);
	font-style: normal;
	color: #000;
	padding: 30px;
}

.email_text h3 {
	font-weight: 700;
	line-height: normal;
	font-size: 24px;
}

.email_text p {
	font-weight: 500;
	line-height: 40px;
	margin: 0;
	font-size: 24px;
}

.language_buttons {
	max-width: 100%;
	height: 100px;
	border-radius: 20px;
	background: var(--blue);
	margin-inline: auto;
	margin-top: 20px;
}

.Radio_Language {
	padding: 20px;
	display: flex;
	gap: 15px;
	overflow-x: scroll;
	scrollbar-width: none;
	cursor: pointer;
	justify-content: center;
}

/* for chorme  */
.Radio_Language::-webkit-scrollbar {
	display: none;
}

.Radio_Language_Content {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.Radio_Language_Content input {
	width: 200px;
	height: 70px;
	border-radius: 8px;
	background: #d9d9d9;
	appearance: none !important;
	cursor: pointer;
	border: none !important;
}

input[type="radio"]:checked::before {
	content: unset !important;
}

.Radio_Language_Content.button_Active input {
	background: #ef4036;
	border-radius: 8px;
	color: #fff;
}

.Radio_Language_Content.button_Active label {
	color: #fff !important;
}
.Radio_Language_Content button {
	width: 200px;
	height: 70px;
	border-radius: 8px;
	border: none;
	background: #d9d9d9;
	color: #000;
	font-family: var(--font-poppins);
	font-size: 24px !important;
	font-style: normal !important;
	font-weight: 500 !important;
	line-height: normal;
}

.Radio_Language_Content label {
	color: #000;
	font-family: var(--font-poppins);
	font-size: 24px !important;
	font-style: normal !important;
	font-weight: 500 !important;
	line-height: normal;
	position: absolute;
	cursor: pointer;
}

/* display the content  */

.language_content {
	width: 100%;
	height: 600px;
	border-radius: 20px;
	background: #eee;
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.25);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 5rem;
}

/*Tablet */
@media screen and (max-width: 1080px) {
	.language_content {
		box-shadow: none;
		background: none;
	}
}
.whatsapp_language_content {
	height: 900px !important;
}

.language_content_text_area {
	width: 1200px;
	/* height: 430px; */
	border-radius: 10px;
	border: 1px solid #000;
	background: #fff;
	box-shadow: 0px 7px 24px 20px rgba(0, 0, 0, 0.1);
	padding: 30px;
}

.language_content_text_area h3 {
	color: #000;
	font-family: var(--font-poppins);
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.language_content_text_area textarea {
	width: 1150px;
	height: 321.882px;
	border-radius: 10px;
	border: 1px solid #a39090;
	background: #fff;
	resize: none;
	white-space: pre-line;
	padding-left: 10px;
	color: #000;
	font-family: var(--font-poppins);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	overflow-x: scroll;
	scrollbar-width: none;
	cursor: all-scroll;
}
/* for chorme  */
.language_content_text_area textarea::-webkit-scrollbar {
	display: none;
}
/* whatsapp templete  */

.whatsapp_items {
	max-width: 90%;
	margin: 0 auto;
	width: 100%;
}

.whatsapp_items .item {
	margin-top: 20px;
	border-radius: 10px;
	border: 1px solid #000;
	background: #fff;
	box-shadow: 0px 7px 24px 20px rgba(0, 0, 0, 0.1);
	padding-inline: 30px;
	padding-block: 20px;
}

.whatsapp_items .item > * {
	margin-bottom: 20px;
}

.whatsapp_items .item h6 {
	padding: 20px;
	color: #000;
	padding-left: 0;
	font-family: var(--font-Outfit);
	font-size: 25px;
	margin: 0;
}

.whatsapp_Previw_check {
	display: flex;
	align-items: center;
	gap: 20px;
}
/* tablet  */
@media screen and (max-width: 1080px) {
	.language_content_text_area {
		width: 100%;
	}
}
/* mobile responsive */

@media screen and (max-width: 599px) {
	.email_content {
		height: 100%;
	}

	.email_text {
		padding: 20px;
	}

	.email_text h3 {
		font-size: 20px;
	}

	.email_text p {
		font-size: 18px;
	}

	.language_buttons {
		height: 100%;
	}

	.Radio_Language_Content button {
		width: 100px;
		height: 60px;
	}

	.Radio_Language_Content input {
		width: 100px;
		height: 60px;
		border: none;
	}

	.Radio_Language_Content label {
		font-size: 20px !important;
	}

	.language_content {
		height: 100%;
	}

	.whatsapp_language_content {
		height: 100% !important;
	}

	.language_content_text_area {
		width: 100%;
		height: 100%;
	}
	.whatsapp_items .item h6 {
		font-size: 18px;
	}

	.whatsapp_Previw_check {
		flex-direction: column;
	}
}
