html {
	overflow-x: hidden;
	scroll-behavior: smooth
}

body {
	background-color: #fc9;
	color: #000;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0;
	margin-top: 4px;
	font-family: Helvetica, sans-serif;
	padding: 0 10px
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

a:hover,
a {
	text-decoration: none
}

/* .logo-div {
	border-width: 2px;
	border-style: solid;
	margin-bottom: 5px;
	border-radius: 6px
}

.logo-div {
	border-color: #eb008b;
	padding: 7px 0 4px;
	box-shadow: 0 0 10px -4px #000
} */

.fav-cards h3{
	font-family: Helvetica,sans-serif;
	font-weight: 700;
	font-size: 25px;
	font-style: italic;
}
footer {
	background-color: #ffc285;
	border-radius: 10px 0 10px 10px;
	box-shadow: 0 0 10px -3px #000;
	border: 2px solid #a127ac;
	margin-top: 12px
}

footer h4 {
	font-size: 32px;
	color: #e91e63;
	line-height: 2;
	font-style: normal;
	text-shadow: 1px 1px 2px #fff;
	padding-top: 10px
}

footer .ftr-btn-div {
	display: flex;
	justify-content: center
}

footer .btn-back {
	margin: 0 6px
}

footer .btn {
	color: #fff;
	padding: 4px 14px 2px;
	font-size: 20px;
	border-radius: 50px;
	text-shadow: 1px 1px 2px #444;
	font-style: normal;
	transition: all .3s;
	transform: scale(1);
	border: 2px solid #950435;
	background: #e71e62
}

footer .btn:hover {
	border: 2px solid #781182;
	background: #a127ac
}

footer h1 {
	color: #e91e63;
	font-size: 20px;
	padding-top: 20px;
	padding-bottom: 6px;
	text-shadow: 1px 1px 2px #fff
}

footer h6 {
	font-size: 22px;
	color: #e91e63;
	padding-bottom: 14px;
	text-shadow: 1px 1px 2px #fff
}

.fav-cards h4 {
	border-radius: 4px;
	background: #aa00c0;
	color: #fff;
	text-shadow: 1px 1px 0 #444;
	letter-spacing: 1px;
	font-size: 32px;
	padding: 4px 4px 4px;
	/* box-shadow: 0 0 10px -4px #000 */
	margin-bottom: 7px
}

.fav-cards .aa {
	/* box-shadow: 0 0 10px -4px #000; */
	border: 2px solid #aa00c0;
	border-radius: 10px 0 10px 10px;
	overflow: hidden
}

.fav-cards .aa h1 {
	font-size: 28px;
	background-color: #41188b;
	color: #fff;
	text-shadow: 1px 1px #421a8b;
	line-height: 1.4
}

.fav-cards .aa>div>div {
	padding: 10px
}

.fav-cards .aa p {
	color: #7a028d;
    font-size: 22px;
    padding: 2px 0;
    text-shadow: 1px 1px 2px #c4c4c4;
    margin-bottom: 0;
}

.all-satta h4 {
	border-radius: 4px;
    background: #f44336;
    color: #fff;
    text-shadow: 1px 1px 0 #444;
    letter-spacing: 1px;
    font-size: 32px;
    padding: 4px 4px 4px;
    box-shadow: 0 0 10px -4px #000;
    margin-bottom: 7px;
    margin-top: 10px;
	font-weight: 700;
}

.all-satta .bb {
	/* box-shadow: 0 0 10px -4px #000; */
	border: 2px solid #800d04;
	border-radius: 10px 0 10px 10px;
	overflow: hidden
}

.all-satta .bb h1 {
	font-size: 28px;
	background-color: #800d04;
	color: #fff;
	text-shadow: 1px 1px #421a8b;
	line-height: 1.4
}

.all-satta .bb>div>div {
	padding: 10px
}

.all-satta .bb p {
	color: #800d04;
	font-size: 18px;
	padding: 2px 0;
	/* text-shadow: 1px 1px 2px #c4c4c4; */
	margin-bottom: 0
}

.card-btm-border{
    border-bottom: 1px solid #aa00c0;
}

@media(max-width:576px){

	.all-satta h4{

		font-size: 19px !important;
	}
}