body {
	font-family: 'Montserrat', sans-serif;
	background-image: url('../../img/landing/14/bkgrd05.jpg');
	background-repeat: no-repeat;
}
html {
	scroll-behavior: smooth;
}
header {
	background-color: #4e3266;
	text-align: center;
	padding: 20px 0;
	background-image: linear-gradient(to left, #4e3266, #b274e9);
}
.login-button {
	position: absolute;
	right: 30px;
}
header h2 {
	color: white;
}

header h5 {
	color: white;
}
.right-arrow {
	transform: rotate(90deg);
	margin-left: 10px;
	/* color: #4e3266; */
	vertical-align: top;
	color: white;
}
.left-arrow {
	transform: rotate(90deg);
	margin-right: 10px;
	/* color: #4e3266; */
	vertical-align: top;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1) rotate(90deg);
	color: white;
}
h4 {
	font-size: 3rem;
}
.back-card {
	width: 140px;
	z-index: 10;
	position: relative;
}
.cards-pos {
	margin-left: -110px;
}

.click1:hover,
.click2:hover,
.click3:hover {
	cursor: pointer;
	margin-top: -10px;
}
.three-cards {
	text-align: center;
	margin-top: 30px;
	position: relative;
	/* height: 300px; */
	padding-bottom: 25px;
}
.front-card {
	width: 130px;
	z-index: 10;
	position: relative;
	/* box-shadow: 1px 3px 3px lightgrey; */
	/* border: 1px dashed black; */
}
.dotted {
	border: 1px dashed black;
	width: 130px;
	height: 228px;
}
.middle-card {
	margin-left: 8px;
	margin-right: 8px;
}

#card1,
#card2,
#card3 {
	display: none;
}

.button-div {
	height: 90px;
}
.btn-success {
	width: 350px;
	background-image: linear-gradient(to right, #326643, #74e9a5);
	margin-bottom: 28px;
	transition: all 0.4s;
	padding: 10px 0;
	font-weight: 700;
	margin-top: 28px;
	max-width: 100%;
}
.btn-success:hover {
	background-color: white !important;
	color: #326643;
	border: 1px solid #326643;
	background-image: linear-gradient(to right, white, white);
	transition: all 0.4s;
}
.medium-container {
	text-align: center;
	position: relative;
}
.stamp {
	position: absolute;
	top: 5px;
	left: -10px;
	width: 140px;
	transform: rotate(-15deg);
}
.img-medium {
	max-width: 75%;
	height: auto;
	margin-top: 30px;
}
.tarot-text {
	background-color: aliceblue;
	padding: 45px 0 30px 0;
	background-image: url(../../img/landing/14/tile1.png);
}
.eye-img img {
	width: 275px;
}
.usp {
	/* height: 200px; */
	background-color: aliceblue;
	padding: 0 0 30px 0;
	background-image: url(../../img/landing/14/tile1.png);
}
.usp i {
	vertical-align: sub;
	color: #4e3266;
}
.btn-try {
	background-image: linear-gradient(to left, #4e3266, #b274e9, #4e3266);
	width: 250px;
	padding: 10px;
	border-radius: 7px;
	color: white;
	transition: 0.4s;
	background-size: 200% auto;
}
.btn-try:hover {
	cursor: pointer;
	transition: 0.4s;
	/* background-image: linear-gradient(to left, #b274e9, #4e3266, #b274e9); */
	/* background: white;  */
	/* background: #58bb79; */
	/* color: #4e3266; */
	/* border-color: #4e3266;
    background: #4e3266;  */
	/* background: #4afcff;  */
	background-position: right center; /* change the direction of the change here */
}
.try_it_now,
.bkgrd {
	background-color: aliceblue;
	background-image: url(../../img/landing/14/tile1.png);
}
body #footer {
	/* background-color: #9f5f9e; */
	/* padding: 15px 0; */
	/* color: white; */
	color: black;
	/* margin-top: 75px; */
	position: relative;
	background-color: aliceblue;
	background-image: url(../../img/landing/14/tile1.png);
	padding-bottom: 20px;
}
body #footer ul {
	margin: 0 auto 20px;
}
body #footer a {
	/* color: #e0dfdf; */
	color: rgba(0, 0, 0, 0.836);
}
body #footer a:hover {
	/* color: #e0dfdf; */
	color: #9f5f9e;
}
@media (max-width: 1199px) {
	.back-card {
		width: 110px;
	}
	.cards-pos {
		margin-left: -100px;
	}
	.front-card {
		width: 110px;
	}
}
@media (max-width: 991px) {
	.stamp {
		width: 90px;
	}
}
@media (max-width: 767px) {
	.usp i {
		margin-bottom: 8px;
	}
	.stamp {
		width: 200px;
	}
}
@media (max-width: 575px) {
	.usp i {
		margin-bottom: 10px;
		margin-left: 10px;
	}
	.usp {
		text-align: center;
	}
	h4 {
		font-size: 2.5rem;
	}
	header h5 {
		font-size: 85%;
	}
	.col-dobday {
		padding-right: 1px;
	}
	.col-dobmonth {
		padding-right: 1px;
		padding-left: 1px;
	}
	.col-dobyear {
		padding-left: 1px;
	}
	.modal-content h1 {
		font-size: 160%;
		padding: 0 15px;
	}
	.login-button {
		right: 10px;
		top: 0;
	}
	.login-button button {
		padding: 0;
		border: none;
		font-size: 70%;
	}
}
@media (max-width: 442px) {
	.back-card {
		width: 91px;
	}
	.cards-pos {
		margin-left: -86px;
	}
	.front-card {
		width: 88px;
	}
	.stamp {
		width: 130px;
		top: 25px;
	}
	h4 {
		font-size: 2rem;
	}
	.think {
		font-size: 0.7rem;
	}
}

/*
.niconne{
    font-family: 'Niconne',
    cursive;
}
*/
.raleway {
	font-family: 'Raleway', sans-serif !important;
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 850px;
	}
}
.modal-content {
	background-color: #492e64;
	color: white;
	/* background-image: linear-gradient(to right, #4e3266, #b274e9, #4e3266); */
	/* background-image: linear-gradient(to right, #647b8f, #b274e9, #647b8f); */
	background-image: linear-gradient(to right, #110b15, #4f306a, #110b15);
}
.front-card-modal {
	width: 88px;
	margin: 0 4px;
}
@media (max-width: 380px) {
	.front-card-modal {
		width: 85px;
		margin: 0 1px;
	}
}
.modal-footer {
	justify-content: center;
	border: none;
}
.pop-up-form {
	max-width: 100%;
}
.checkbox {
	position: relative;
}
.checkbox a {
	color: #dbffdc;
}
.checkbox label {
	margin-left: 20px;
}

#tacAcceptedCheckbox {
	position: absolute;
	top: 6px;
}
#dobday-error,
#dobmonth-error,
#dobyear-error,
#email-error,
#first_name-error,
#name-error,
#password-error,
#tac_accepted-error {
	color: red !important;
}

/* #tac_accepted-error { */
/* position: absolute !important; */
/* bottom: 42px !important; */
/* bottom: -21px !important; */
/* } */

.error {
	border-color: red !important;
}

.static-font-change-character-fix {
	font-family: 'Courgette', cursive; /* fallback */
	font-family: 'Marck Script', serif !important;
}
.niconne {
	font-family: 'Courgette', cursive; /* fallback */
	font-family: 'Marck Script', serif !important;
}
.marck-script {
	font-family: 'Marck Script', cursive; /*fallback */
}
.marck-script {
	font-family: 'Marck Script', serif !important;
}

.usp .item {
	text-align: center;
}

.usp .item i,
.usp .item span {
	display: block;
	float: none;
	position: relative;
	text-align: center;
}
