/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

/* fonts */
@font-face {
	font-family: SamsungSharpSansregular;
	src: url(../../assets/fonts/SamsungSharpSans-WebFonts/SamsungSharpSans-Regular.woff);
	font-weight: 0;
}

@font-face {
	font-family: SamsungSharpSansBold;
	src: url(../../assets/fonts/SamsungSharpSans-WebFonts/SamsungSharpSans-Bold.woff);
	font-weight: 700;
}

@font-face {
	font-family: SamsungSharpSansmedium;
	src: url(../../assets/fonts/SamsungSharpSans-WebFonts/SamsungSharpSans-Bold.woff);
	font-weight: 400;
}

@font-face {
	font-family: SamsungOneArabic;
	src: url(../../assets/fonts/SamsungSharpSans-WebFonts/SamsungOneArabic-300_v1.1.woff);
	font-weight: 0;
}

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

body,
html {
	height: 100%;
	font-family: SamsungSharpSansregular, sans-serif;
	/* line-height: 1.0; */
	color: white;
	/* overflow-x: hidden!important; */
	overflow: auto;
	max-height: 100vh;
	background: #000000;
	/* background: #262824;
	background: linear-gradient(180deg, #5f645a, 68%, #262824); */
}
body::-webkit-scrollbar {
	display: none;
}
h2,
h6,
h1,
h3 {
	color: white;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
}

.header-title {
	font-family: SamsungSharpSansmedium !important;
}
/*---------------------------------------------*/
a {
	font-family: SamsungSharpSansregular;
	font-size: 18px;
	line-height: 0.5;
	color: #000fff !important;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
}

/*---------------------------------------------*/
p {
	font-family: SamsungSharpSansregular;
	font-size: 14px;
	line-height: 21px;
	color: #ffffff;
	margin: 0px;
}
ul,
li {
	margin: 0px;
	list-style-type: none;
}
/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
	outline: none;
	border: none;
}

textarea:focus,
input:focus {
	border-color: transparent !important;
}

input:focus::-webkit-input-placeholder {
	color: transparent;
}
input:focus:-moz-placeholder {
	color: transparent;
}
input:focus::-moz-placeholder {
	color: transparent;
}
input:focus:-ms-input-placeholder {
	color: transparent;
}

textarea:focus::-webkit-input-placeholder {
	color: transparent;
}
textarea:focus:-moz-placeholder {
	color: transparent;
}
textarea:focus::-moz-placeholder {
	color: transparent;
}
textarea:focus:-ms-input-placeholder {
	color: transparent;
}

input::-webkit-input-placeholder {
	color: #adadad;
}
input:-moz-placeholder {
	color: #adadad;
}
input::-moz-placeholder {
	color: #adadad;
}
input:-ms-input-placeholder {
	color: #adadad;
}

textarea::-webkit-input-placeholder {
	color: #adadad;
}
textarea:-moz-placeholder {
	color: #adadad;
}
textarea::-moz-placeholder {
	color: #adadad;
}
textarea:-ms-input-placeholder {
	color: #adadad;
}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}

/*---------------------------------------------*/
.container {
	min-width: 220px;
	max-width: 720px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: left !important;
	align-items: left !important;
}

.logo {
	width: 49%;
	max-width: 170px;
}
.wrap-contact100 > .gift-image {
	display: block;
	font-family: SamsungSharpSansBold;
	font-size: 39px;
	color: #333333;
	line-height: 1.2;
	text-align: center;
	padding-bottom: 44px;
	margin-top: 15%;
}
.wrap-contact100 > .gift-image > a > img {
	vertical-align: middle;
	border-style: none;
	width: 100%;
}

/*//////////////////////////////////////////////////////////////////
[ Contact ]*/

.container-contact100 {
	width: 100%;
	min-height: 100vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 8px;
}

.wrap-contact100 {
	min-height: 700px;
	/* max-height:700px; */
	max-width: 480px;
	background: #fff;
	/* border-radius: 10px; */
	overflow: hidden;
	padding: 32px 55px 45px 55px;
	width: 100%;

	/* background: rgb(23,32,73); */
	background: transparent;
	/* background: #262824;
  background: linear-gradient(180deg, #5F645A, 68%, #262824); */

	/* Full height */
	height: 100vh;

	/* Center and scale the image nicely */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/*------------------------------------------------------------------
[ Form ]*/
.store-group {
	margin-top: 8%;
}
.contact100-form {
	width: 100%;
	margin-top: 0%;
}

.contact100-form-title {
	margin-top: 2%;
	margin-bottom: 8%;
	display: block;
	font-family: SamsungSharpSansBold;
	font-size: 39px;
	color: #333333;
	line-height: 1.2;
	text-align: center;
}
.contact100-form-title > img {
	max-width: 180px;
	width: 40%;
}

#fileUpload {
	display: none; /* do not display the actual file upload button */
}

/*------------------------------------------------------------------
[ Input ]*/
.wrap-input100 {
	width: 100%;
	position: relative;
	border-bottom: 1px solid #f8f9fa;
	padding-bottom: 0px;
}
.email-error {
	color: red;
	margin-top: 2px;
	font-size: 13px;
}

.form-group {
	padding-left: 6%;
	padding-right: 6%;
}
.hide {
	display: none;
}

.label-input100 {
	font-family: SamsungSharpSansBold;
	font-size: 13px;
	color: #adadad !important;
	line-height: 1.5;
	padding-left: 5px;
}

.input100 {
	display: block;
	width: 100%;
	background: transparent;
	font-family: SamsungSharpSansBold;
	font-size: 13px;
	color: #adada8 !important;
	line-height: 1.5;
	padding: 0 0px;
	border: true;
	outline: none;
	line-height: 3;
}

select,
input[type='text'],
input[type='number'],
input[type='password'],
input[type='date'] {
	width: 100%;
	padding: 12px 10px;
	margin: 4px 0 8px;
	box-sizing: border-box;
	border: 0.5px solid #ccc;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	outline: none;
	border-radius: 4px;
}

select:focus,
input[type='text']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='date']:focus {
	border: 1px solid #799772;
	outline: #799772;
}

select::placeholder,
input[type='text']::placeholder,
input[type='password']::placeholder,
input[type='number']::placeholder
input[type='date']:placeholder {
	padding: 10px 0 0 0;
	font-size: small;
}

select:invalid {
	color: gray;
}

.wrap-agree {
	width: 100%;
	position: relative;
	padding-bottom: 0px;
	margin-bottom: 8px;
}
.terms {
	margin-left: 5px;
	font-size: 9px;
	color: #f8f9fa;
}
u {
	font-size: 9px;
	color: #020d79;
}

.rtl {
	direction: rtl;
	text-align-last: right !important;
	-ms-text-align-last: right !important;
	display: block;
	text-align: justify-right;
	font-size: 16px;
	line-height: 1.3;
	color: #f8f9fa;
	margin-top: 3px;
	font-family: SamsungOneArabic !important;
}
.rtl > h6 {
	font-family: SamsungOneArabic !important;
}
.rtl > p {
	font-family: SamsungOneArabic !important;
}
.rtl > input[type="radio"] {
	float: right!important;
}
.rtl > label {
	margin-right: 1.5rem;
}

.terms-modal-ar {
	font-family: SamsungOneArabic !important;
}

.focus-input100 {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
}
.terms-group {
	margin-bottom: 0px;
}
.focus-input100::before {
	content: '';
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 2px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	background: #7f7f7f;
}

/*---------------------------------------------*/
input.input100 {
	height: 30px;
}
textarea.input100 {
	min-height: 110px;
	padding-top: 9px;
	padding-bottom: 13px;
}
.input100:focus + .focus-input100::before {
	width: 100%;
}
.has-val.input100 + .focus-input100::before {
	width: 100%;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 13px;
	margin-top: 8%;
}

.wrap-contact100-form-btn {
	width: 70%;
	display: block;
	position: relative;
	z-index: 1;
	border-radius: 25px;
	overflow: hidden;
	margin: 0 auto;
	max-height: 38px;
}

.contact100-form-bgbtn {
	position: absolute;
	z-index: -1;
	width: 300%;
	height: 100%;
	background: white;
	top: 0;
	left: -100%;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.contact100-form-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	width: 100%;
	height: 40px;
	font-family: SamsungSharpSansBold;
	font-size: 16px;
	color: black;
	line-height: 1.2;
}

.wrap-contact100-form-btn:hover .contact100-form-bgbtn {
	left: 0;
}

.contact100-form-btn i {
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.contact100-form-btn:hover i {
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
	transform: translateX(10px);
}

/*------------------------------------------------------------------
[ Responsive ]*/
@media (max-width: 580px) {
	.wrap-contact100 {
		padding: 6px 15px 15px 15px;
	}
}

/*------------------------------------------------------------------
[ Alert validate ]*/
.validate-input {
	position: relative;
}

.alert-validate::before {
	content: attr(data-validate);
	position: absolute;
	max-width: 70%;
	background-color: #fff;
	border: 1px solid #c80000;
	border-radius: 2px;
	padding: 4px 25px 4px 10px;
	top: 58%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 2px;
	pointer-events: none;
	font-family: SamsungSharpSansregular;
	color: #c80000;
	font-size: 13px;
	line-height: 1.4;
	text-align: left;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

.alert-validate::after {
	content: '\f06a';
	font-family: FontAwesome;
	display: block;
	position: absolute;
	color: #c80000;
	font-size: 16px;
	top: 58%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 8px;
}

.alert-validate:hover:before {
	visibility: visible;
	opacity: 1;
}

@media (max-width: 992px) {
	.alert-validate::before {
		visibility: visible;
		opacity: 1;
	}
}

/*//////////////////////////////////////////////////////////////////
[ Restyle Select2 ]*/
p.error-message {
	line-height: auto;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
	border: 0.5px solid red;
}
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
	color: #468847;
}

.select2-container {
	display: block;
	max-width: 100% !important;
	width: auto !important;
}

.select2-container .select2-selection--single {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	background-color: transparent;
	border: none;
	height: 40px;
	outline: none;
	position: relative;
}
.select-option {
	background: #010b17;
	color: #adada8;
}
/*------------------------------------------------------------------
[ in select ]*/
.select2-container .select2-selection--single .select2-selection__rendered {
	font-family: SamsungSharpSansBold;
	font-size: 18px;
	color: #333333;
	line-height: 1.2;
	padding-left: 5px;
	background-color: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.select2-selection__arrow b {
	display: none;
}

.select2-selection__arrow::before {
	content: '';
	display: block;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-bottom: 5px solid #999999;
	margin-bottom: 2px;
}

.select2-selection__arrow::after {
	content: '';
	display: block;

	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-top: 5px solid #999999;
}

/*------------------------------------------------------------------
[ Dropdown option ]*/
.select2-container--open .select2-dropdown {
	z-index: 1251;
	border: 0px solid #e5e5e5;
	border-radius: 0px;
	background-color: white;
	box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
}

.select2-dropdown--above {
	top: -30px;
}
.select2-dropdown--below {
	top: 8px;
}

.select2-container .select2-results__option[aria-selected] {
	padding-top: 10px;
	padding-bottom: 10px;
}

.select2-container .select2-results__option[aria-selected='true'] {
	background: #a64bf4;
	background: -webkit-linear-gradient(right, #00dbde, #fc00ff);
	background: -o-linear-gradient(right, #00dbde, #fc00ff);
	background: -moz-linear-gradient(right, #00dbde, #fc00ff);
	background: linear-gradient(right, #00dbde, #fc00ff);
	color: white;
}

.select2-container .select2-results__option--highlighted[aria-selected] {
	background: #a64bf4;
	background: -webkit-linear-gradient(right, #00dbde, #fc00ff);
	background: -o-linear-gradient(right, #00dbde, #fc00ff);
	background: -moz-linear-gradient(right, #00dbde, #fc00ff);
	background: linear-gradient(right, #00dbde, #fc00ff);
	color: white;
}

.select2-results__options {
	font-family: SamsungSharpSansregular;
	font-size: 15px;
	color: #333333;
	line-height: 1.2;
}

.select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: none;
	font-family: SamsungSharpSansregular;
	font-size: 15px;
	color: #333333;
	line-height: 1.2;
}

.parsley-errors-list {
	margin: 16px 0 0;
	padding: 0;
	list-style-type: none;
	font-size: 9px;
	color: red;
}

.loader {
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #dba034;
	width: 100px;
	height: 100px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: fixed;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.modal-dialog {
	max-width: 450px;
	margin: 30px auto;
	width: 100%;
	margin-top: 12%;
}
.error-message {
	color: red;
	margin-top: 5px;
	font-size: 9px;
}
.close {
	position: absolute !important;
	right: 3% !important;
}
.terms-modal {
	color: #00000094;
	font-family: SamsungSharpSansBold;
	font-size: 16px;
}
.modal-body > h6 {
	color: #00000094;
	font-family: SamsungSharpSansBold;
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 3px;
}
.modal-body > p {
	font-size: 10.5px;
	line-height: 17px;
	color: #666666;
	margin: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: justify;
}
.modal-terms {
	max-width: 450px;
	margin: 30px auto;
	width: 95%;
	margin-top: 2%;
}
.modal-confirm {
	background: #010b17;
	background: linear-gradient(180deg, rgba(1, 11, 23, 1) 48%, rgba(49, 162, 227, 1));
	color: white;
}
.modal-confirm > .modal-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: center;
	padding: 15px;
}

.btn-primary {
	font-family: SamsungSharpSansBold;
	color: #000000ab;
	background-color: #f8f9fa;
	border-color: #ff000000;
	font-size: 12px;
	font-weight: 700;
	outline: none;
}

.modal-confirm > .modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px;
	border-bottom: none;
}

.modal-confirm > .modal-header > h6 {
	font-family: SamsungSharpSansBold;
	margin-top: 5%;
	font-size: 14px;
	line-height: 21px;
}

.modal-confirm > .modal-body {
	font-size: 12.3px;
	padding-top: 0px;
}

.confirm-modal {
	transform: translate(0, -50%);
	top: 35%;
	margin: 0 auto;
}

.data-fail {
	font-size: 22px;
	margin-bottom: 7%;
	text-align: center;
	font-family: SamsungSharpSansBold;
	margin-top: 2%;
	line-height: 30px;
}

.rtl > a > u {
	font-family: SamsungOneArabic !important;
}
.drop-down {
	border-bottom: 1px solid #f8f9fa;
	border: 1px solid #f8f9fa;
	padding-top: 12px;
	padding-bottom: 8px;
}

.terms-div {
	margin-top: 11%;
}

.approach {
	color: white;
	text-align: center;
	margin-bottom: 17%;
	font-size: 14px;
	line-height: 21px;
}

.font-10 {
	font-size: 10px;
}
.image-upload {
	border: 1px solid #f8f9fa;
	padding-top: 11px;
	padding-bottom: 2px;
}
.image-upload > label {
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
	font-family: SamsungSharpSansBold;
	font-size: 13.5px;
	color: #adada8 !important;
}

.click-text {
	line-height: 16px;
	font-size: 12px;
	color: white;
	margin-top: -28%;
}
.contact100-form-btn > span {
	letter-spacing: 6px;
}

.form2 {
	width: 100%;
	position: relative;
	border: 1px solid #f8f9fa;
	padding-bottom: 5px;
	padding-top: 5px;
}

.sorry-text {
	font-size: 13px;
	line-height: 24px;
}

.text-customgreen {
	color: #799772 !important;
}
