main .content-wrapper { 
	width: 1290px;
	margin: 100px auto 50px;
	/* 	display: flex; */
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 55px;
}

main .content-wrapper > .title {
	font-size: 3.125em;
	font-weight: bold;
	padding-bottom: 15px;
}

main .content-wrapper > .subtitle {
	font-size: 1.063em;
}

main .content-wrapper .line {
	width: 128px;
	height: 1px;
	margin: 30px 0 25px;
	background-color: #c0ea6a;
	background-color: var(--green, #c0ea6a);
}

main .content-wrapper .right-content .title,
main .content-wrapper .left-content .title {
	font-size: 3.125rem;
}

main .content-wrapper .right-content .subtitle,
main .content-wrapper .left-content .subtitle {
	font-size: 1.063rem;
}

main .content-wrapper .right-content .content,
main .content-wrapper .left-content .content {
	0.938em
}

/* Right Content */

main .content-wrapper .right-content .contact-details {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

main .content-wrapper .right-content .contact-details .single-contact {
	margin-top: 60px;
	display: flex;
}

main .content-wrapper .right-content .contact-details .single-contact .icon {
	height: 22px;
	width: 22px;
	margin-left: 35px;
}

main .content-wrapper .right-content .contact-details .single-contact .icon img {
	width: 100%;
	height: auto;
}

main .content-wrapper .right-content .contact-details .single-contact .inner-contact-details .title {
	font-size: 1.125em;
	font-weight: bold;
	padding-bottom: 17px;
}

main .content-wrapper .right-content .contact-details .single-contact .inner-contact-details .details {
	font-size: 1.125em;
}

main .content-wrapper .right-content .social-links {
	margin: 45px 55px 0 0;
}

main .content-wrapper .right-content .social-links .title {
	font-size: 1.125em;
	font-weight: bold;
}

main .content-wrapper .right-content .social-links .links {
	display: flex;
	margin-top: 13px;
}

main .content-wrapper .right-content .social-links .links .single-link {
	width: 22px;
	height: 22px;
}

main .content-wrapper .right-content .social-links .links .single-link:not(:last-child) {
	margin-left: 10px;
}

main .content-wrapper .right-content .social-links .links .social-link img {
	width: 100%;
	height: auto;
}

main .content-wrapper .right-content .social-links .links-wrapper {
	display: flex;
	justify-content: space-between;
}

main .content-wrapper .right-content .social-links .links-wrapper .register-button {
	background-color: #c0ea6a;
	background-color: var(--green, #c0ea6a);
	display: flex;
	justify-content: center;
	align-items: center;
}

main .content-wrapper .right-content .social-links .links-wrapper .register-button a {
	padding: 10px 40px;
}

/* Right Content - End */

/* Left Content */

main .content-wrapper .left-content .content {
	padding-bottom: 60px;
}

main .content-wrapper .left-content .contact-form > div > form {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

main .content-wrapper .left-content .contact-form input,
main .content-wrapper .left-content .contact-form textarea {
	direction: rtl;
}

main .content-wrapper .left-content .contact-form .input-wrapper input,
main .content-wrapper .left-content .contact-form .input-wrapper textarea {
	border: 2px solid #f0f0f0;
}

main .content-wrapper .left-content .contact-form .input-wrapper input,
main .content-wrapper .left-content .contact-form .input-wrapper textarea {
	color: #acacac;
}

main .content-wrapper .left-content .contact-form .input-wrapper:not(:last-child) {
	margin-bottom: 30px;
}

main .content-wrapper .left-content .contact-form .input-wrapper span {
	color: red;
}

main .content-wrapper .left-content .contact-form .right-form .input-wrapper {
	width: 290px;
	height: 40px;
}

main .content-wrapper .left-content .contact-form .right-form .input-wrapper input {
	padding: 9px 20px 9px 0;
	width: 100%;
	height: 100%;
}

main .content-wrapper .left-content .contact-form .left-form  {
	display: flex;
	flex-direction: column;
}

main .content-wrapper .left-content .contact-form .left-form .input-wrapper {
	width: 290px;
	height: 180px;
}

main .content-wrapper .left-content .contact-form .left-form .input-wrapper textarea {
	width: 100%;
	height: 100%;
}

main .content-wrapper .left-content .contact-form .left-form .submit-wrapper {
	align-self: flex-end;
	width: 150px;
	height: 40px;
	color: #000;
	text-align: center;
	font-weight: bold;
}

main .content-wrapper .left-content .contact-form .left-form .submit-wrapper input:hover {
	cursor: pointer;
}

main .content-wrapper .left-content .contact-form .left-form .submit-wrapper input {
	width: 100%;
	height: 100%;
	background-color: #c0ea6a;
	background-color: var(--green, #c0ea6a);
	border: none;
}

main .content-wrapper .left-content .contact-form .left-form .submit-wrapper > span {
	display: none;
}

main .content-wrapper .left-content .contact-form .left-form .input-wrapper textarea {
	padding: 9px 20px 0 0;
}

main .content-wrapper .left-content .social-links.mobile {
	display: none;
}

/* End Content - End */

@media (max-width: 1300px) {
	main .content-wrapper {
		width: 90%;
	}

	main .content-wrapper .left-content .contact-form > div > form .right-form {
		margin-bottom: 30px;
	}
}

/* @media (max-width: 1023px) {
.top-image {
height: 390px;
}
} */

@media (max-width: 850px) {
	main .content-wrapper {
		grid-template-columns: 1fr;
	}

	main .content-wrapper .left-content .social-links.mobile {
		display: block;
		margin-top: 20px;
	}

	main .content-wrapper .right-content .social-links.desktop {
		display: none;
	}
	
	main .content-wrapper .left-content .social-links .title {
		font-size: 1.5rem;
	}
	
	main .content-wrapper .left-content .social-links .links {
		display: flex;
		margin-top: 13px;
	}

	main .content-wrapper .left-content .social-links .links .single-link {
		width: 22px;
		height: 22px;
	}

	main .content-wrapper .left-content .social-links .links .single-link:not(:last-child) {
		margin-left: 10px;
	}

	main .content-wrapper .left-content .social-links .links .social-link img {
		width: 100%;
		height: auto;
	}

	main .content-wrapper .left-content .social-links .links-wrapper {
		display: flex;
	}

	main .content-wrapper .left-content .social-links .links-wrapper .register-button {
		background-color: #c0ea6a;
		background-color: var(--green, #c0ea6a);
		display: flex;
		justify-content: center;
		align-items: center;
		margin-right: 20px;
	}

	main .content-wrapper .left-content .social-links .links-wrapper .register-button a {
		padding: 10px 40px;
	}
}

@media (max-width: 500px) {
	/* 	.top-image {
	height: 200px;
} */

	.top-image .title {
		font-size: 2rem;
		text-align: center;
	}

	main .content-wrapper {
		margin: 20px auto;
	}

	main .content-wrapper .right-content .contact-details .single-contact .icon {
		margin-left: 15px;
	}
}

@media (max-width: 450px) {
	main .content-wrapper .right-content .contact-details {
		grid-template-columns: 1fr;
	}
}