
/* index.css */

body {
	font-family: 'Roboto';
	font-size: 22px;
}

#parent {
	position: absolute;
	width: 100%;
	height: 100vh;
}

.navbar-brand-img {
	width: 200px;
}

.message {
	position: fixed;
	left: 37%;
	bottom: -1000px;
	line-height: 115px;
	text-align: center;
	font-family: Arial, sans-serif;
	font-weight: bold;
	border-radius: 60px;
	animation: move 12s infinite linear;
}

.message:nth-child(2) {
	left: 120px;
	animation-delay: 2s;
}

.message:nth-child(3) {
	left: 240px;
	animation-delay: 4s;
}

#parent img {
	width: 120px;
}

@keyframes move {
	0% {
		bottom: -120px;
	}

	100% {
		bottom: 100%;
	}
}

/* .topnav {
    background: url("../app/assets/logo.png");
    padding-bottom: 65px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
} */
.topnav.merchant {
	background: url("../img/2.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.store-card {
	padding: 20px;
	border-radius: 6px;
	box-shadow: 0 0 8px silver;
	margin-top: 100px;
	margin-bottom: 150px;
	background: #fff;
}

.topnav .navbar-header {
	float: right;
}



.store-card .input-border {
	width: 100%;
	height: 40px;
	position: relative;
	margin-bottom: 30px;
}

.store-card .text {
	width: 95%;
	height: 100%;
	border: none;
	border-bottom: 1px solid #767676;
	background: none;
	font-size: 18px;
	color: #767676;
}

.store-card border {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: #fff;
	transition: .5s;
}

.store-card .text:focus~.border,
.text:valid~.border {
	width: 100%;
}

.store-card label {
	position: absolute;
	top: 8px;
	left: 3px;
	color: #767676;
	pointer-events: none;
	font-size: 18px;
	transition: .5s;
	font-weight: 500;
}

input:required {
	box-shadow: none;
}

input:invalid {
	box-shadow: 0 0 1px transparent;
}

.store-card .text:focus~label,
.text:valid~label {
	top: -18px;
	left: 0;
	color: #121212;
	font-size: 14px;
}

.store-card h4 {
	color: #C1A98B;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 20px;
}

.store-card p {
	color: #696969;
	font-size: 18px;
	margin-bottom: 20px;
}

.store-card .btn {
	background: #C70712;
	color: #fff;
	font-weight: bold;
	width: 96%;
	padding: 7px;
	font-size: 18px;
	border-radius: 9px;
}

.store-card .fade {
	opacity: 1;
}

.store-card .alert-body {
	font-size: 12px;  
}

.store-card .input-border a span {
	float: right;
	font-size: 14px;
	color: #757575;
	width: 26%;
	margin-top: 6px;
	margin-bottom: 18px;
}

.m-signup {
	font-size: 14px;
	color: #757575;
	text-align: center;
	width: 60%;
	display: block;
	margin: 0 auto;
	margin-top: 12px;
	margin-bottom: 20px;
}

.writeup-display {
	padding-bottom: 80px;
	background-image: linear-gradient(to right, rgb(152, 104, 78), rgba(74, 47, 118, 1));
}

.write-head h3 {
	color: #ffb109;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 32px;
	margin-bottom: 26px;
}

.write-head p span {
	font-weight: 900;
	color: #fff;
	text-transform: capitalize;
	font-size: 24px;
}

.write-head p {
	font-weight: 500;
	color: #fff;
	font-size: 18px;
	width: 95%;
	float: right;
	line-height: 31px;
}

.footer-display {
	padding-top: 50px;
	padding-bottom: 80px;
	background-image: linear-gradient(to right, rgb(152, 104, 78), rgba(74, 47, 118, 1));
}

.et-social-icon {
	display: inline-block;
}

.et-social-icons {
	padding: 0;
}

.useful-links h3 {
	color: #fff;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 26px;
}

.copy-rights {
	color: #fff;
	font-size: 18px;
	line-height: 31px;
	margin-top: 24px;
}

.imp-links li {
	list-style: none;
}

.imp-links ul {
	padding: 0;
}

.imp-links a {
	color: #fff;
	font-size: 18px;
	line-height: 31px;
	margin-top: 24px;
}

.textwidget .address {
	color: #fff;
	line-height: 27px;
	font-size: 18px;
}

.textwidget .address a {
	color: #fff;
	line-height: 27px;
	font-size: 18px;
}


/* Responsive CSS starts here */
@media(max-width:1920px) {
	.topnav {
		padding-bottom: 371px;
	}
}

@media(max-width:1700px) {
	.topnav {
		padding-bottom: 200px;
	}
}

@media(max-width:1300px) {
	.topnav {
		padding-bottom: 65px;
	}
}

@media(max-width:500px) {
	.store-card .input-border a span {
		width: 100%;
		text-align: right;
		position: relative;
		left: -15px;
	}

	.m-signup {
		width: 90%;
	}
}

.modal .modal-content .modal-body h1 {
	font-size: 26px;
	margin-top: 0;
}

.modal .modal-content .modal-body h5 {
	font-family: "GothamNarrowLight";
	font-size: 16px;
}

.modal .modal-content .modal-body .txt_msg {
	margin-top: 30px;
}

.modal .modal-content .modal-body #email_fld {
	font-family: "GothamNarrow";
	font-size: 20px;
	outline: none;
	border: 0;
	border-radius: unset;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #ddd;
}

/* end of index.css */