@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* index.css */

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

#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;
}

.ajax-login-error {
    position: relative;
    background: #f8d7da;
    color: #842029;
    border: 1px solid #f5c2c7;
    border-radius: 4px;
    padding: 12px 40px 12px 16px;
    margin-bottom: 15px;
    font-size: 14px;
}

.ajax-login-error .close-btn {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    color: #842029;
    line-height: 1;
}

.ajax-login-error .close-btn:hover {
    color: #000;
}

.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-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #f8f8f8;
}

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

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

/* Keep input field styles as they are */
.store-card .text {
	width: 95%;
	height: 40px;
	border: none;
	border-bottom: 1px solid #767676;
	background: none;
	font-size: 14px;
	color: #767676;
	padding: 10px 0 5px 3px;
	/* Padding to prevent overlap */
}

/* Static label positioned above input */
.store-card label {
	display: block;
	/* Make label a block element */
	margin-bottom: 5px;
	/* Add spacing between label and input */
	color: #767676;
	font-size: 14px;
	font-weight: 500;
	position: relative;
	/* Remove absolute positioning */
	left: 0;
	top: 0;
	transition: none;
	/* Remove transitions */
	pointer-events: auto;
	/* Make it interactive if necessary */
}

/* Remove floating and transition effects */
.store-card .text:focus+label,
.store-card .text:not(:placeholder-shown)+label {
	top: 0;
	/* No movement on focus */
	left: 0;
	font-size: 14px;
	color: #767676;
}

/* Focus styling for the input field */
.store-card .text:focus {
	border-bottom: 1px solid #000;
}

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

.store-card h4 {
	font-family: "Montserrat", sans-serif;
	color: #000000;
	font-size: 40px;
	margin-bottom: 10px;
	font-weight: 500;
}

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

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

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

.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;
}

.locals-logo {
	width: 30%;
}

.locals {
	font-family: "Montserrat", sans-serif;
	margin: 0px !important;
	background: #f8f8f8;
}

.locals .navbar-nav>li {
	float: left;
	padding: 0px 15px;
}

.locals-body .store-card {
	padding: 20px;
	border-radius: 6px;
	box-shadow: 0 0 0px rgba(192, 192, 192, 0);
	margin-top: 0px;
	margin-bottom: 0px;
	background: none;
}

.locals.navbar-default .navbar-nav>li>a {
	color: #000000;
	font-size: 16px;
	font-weight: 500;
	font-family: "Montserrat", sans-serif;
	padding: 22px 15px;
}

.locals #main-nav .active-nav {
	color: #c4c9cb;
	font-family: "Montserrat", sans-serif;
}

.locals-body {
	background: #fff !important;
}

.locals .navbar-brand {
	margin-left: -5px !important;
	float: left;
	height: 67px;
	padding: 22px 15px;
	font-size: 18px;
	line-height: 20px;
}

.locals-body .store-card h4 {
	padding: 0px 0px;
	font-family: "Montserrat", sans-serif;
	color: #ffffff;
	font-size: 40px;
	margin-bottom: 10px;
	font-weight: 500;
	text-align: left;
}

.locals-body.black-bg {
	background-color: #000 !important;
	padding: 30px 0px;
}

.locals-body .store-card .btn {
	background: #066aab;
	color: #fff;
	width: auto;
	height: 41px;
	padding: 5px 27px;
	font-size: 18px;
	border-radius: 3px;
	font-weight: 500;
}

.locals-body .store-card .input-border a span {
	float: right;
	font-size: 14px;
	color: #757575;
	margin-top: 20px;
	margin-bottom: 18px;
	margin-right: 25px;
}

.locals-body .submit-form {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}

.locals-body .submit-form .forgot_pwd {
	padding: 0px 37px;
	margin: 0px 10px;
}

.footer-area {
	background-color: #f8f8f8;
	padding: 64px 0px 0px;
}

.footer-area h5 {
	color: #000000;
	font-size: 20px;
	font-weight: 500;
	font-family: "Montserrat", sans-serif;
}

.footer-area .list-unstyled a {
	color: #414444;
	font-size: 16px;
	font-weight: 400;
	font-family: "Montserrat", sans-serif;
}

.footer-area .locals-logo {
	width: 41%;
}

.follow-us-icons a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	position: relative;
	padding: 10px;
	height: 36px;
	background: #000000;
	border-radius: 50%;
	color: #fff;
	margin-right: 6px;
	text-decoration: none;
}

.follow-us-icons a svg {
	fill: #ffffff;
}

.footer-area .copyright {
	color: #414444;
	font-size: 16px;
	font-weight: 400;
	font-family: "Montserrat", sans-serif;
}

.locals-body .store-card {
	font-family: "Montserrat", sans-serif;
}

/* end of index.css */