@CHARSET "ISO-8859-1";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
  padding: 0;
  margin: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: Roboto;
  font-weight: 600;
  scroll-behavior: smooth;
}

/** Typography and link styles **/
h1 {
  font-size: 48px;
  font-weight: bold;
}

h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 50px;
}

a {
  text-decoration: none;
}

ul {
  list-style-type: none;
}

/** Header Section **/
.navbar, .hero,
main, aside {
  max-width: 1000px;
  margin: auto;
  padding: 20px;
}

header, footer {
  background-color: #3c9;
  color: #fff;
}

header .logo a {
  font-size: 24px;
  font-weight: bold;
  color: #F9FAF8;
}

header .logo a:hover {
  color: #eb9730;
}

header nav ul a {
  color: #fff;
  font-size: 18px;
}

header nav ul a:hover {
  color: #eb9730;
}

.navbar, ul {
  display: flex;
  padding-bottom: 20px;
  padding-top: 20px;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}

.hero-text {
  margin-bottom: 20px;
}

.hero-text p {
  font-size: 18px;
  color: #fff;
  padding: 7px 0 7px 0;
}

.hero img {
  height: auto;
  max-width: 500px;
  border-radius: 8px;
}

.button {
  background: #8385fb;
  width: 100px;
  padding: 8px;
  margin-top: 7px;
  text-align: center;
  border-radius: 8px;
  font-size: 16px;
}

.button a, .cta-button a {
  color: #fff;
  font-weight: bold;
}

.button a:hover,
.cta-button a:hover {
  color: #3c9;
}

/* Main Information Section */
main {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}

/** Blockquote section **/
blockquote {
  font-size: 36px;
  font-style: italic;
  font-weight: 300;
  background: #E5E7EB;
  color: #1F2937;
}

blockquote .name {
  font-weight: bold;
  text-align: right;
  margin-top: 20px;
  font-size: 24px;
}

.quote-cont {
  max-width: 900px;
  margin: auto;
  padding: 100px;
}

/** Call to Action **/
aside {
  margin-top: 60px;
  margin-bottom: 60px;
}

.cta-cont {
  padding: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  background: #8385fb;
  border-radius: 8px;
  color: #fff;
  margin: 20px;
}

.cta-text p {
  color: #E5E7EB;
}

.cta-button {
  align-self: center;
  border: 2px solid #3c9;
  border-radius: 8px;
  padding: 10px 25px 10px 25px;
}

/** Footer **/
footer {
  padding: 40px;
  text-align: center;
  color: #fff;
  font-size: 18px;
}

/** Media Queries **/
@media screen and (max-width: 900px) {
  img {
    max-width: 100% !important;
  }
}

@media screen and (max-width: 600px) {
      .navbar {
      display: unset;
      text-align: center;
      padding: 3rem;
      gap: 20px;
      align-items: center;
      justify-content: space-between;
      }
      
      ul {
      display: flex;
      text-align: center;
      padding: 0 5rem 0 5rem;;
      gap: 20px;
      align-items: center;
      justify-content: space-between;
  }
}

@media screen and (min-width: 900px) {
  .hero {
    display: flex;
  }
  .hero-text, .hero-image {
    flex: 1;
  }
}

@media screen and (min-width: 700px) {
  .flex-cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .info {
    flex: 1;
  }
  .hero-text {
    align-self: center;
    padding-right: 60px;
  }
  .hero {
    padding-bottom: 80px;
  }
  
}
.jumbotron {
    text-align: center;
    margin: 60px 0;
}
.jumbotron h1 {
    font-size: 72px;
    line-height: 1;
}
.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}
#login {
    max-width: 350px;
    padding: 19px 29px 14px 29px;
    margin: 20px auto 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
#login h2 {
    font-size: 31.5px;
    line-height: 40px;
    margin-bottom: 10px;
}
#register label.required {
	font-weight: bold;
}
.alert-error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

/* HOME PAGE */
.header {
	padding: 10px;
	margin-top: 2px;
	background-color: #ff3019;
	margin-bottom: 2px;
	border: 2px solid black;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}
.header a {
	color: #fff;
}
.header-text {
	color: #333;
	font-style: italic;
	font-size: 26px;
	margin-bottom: 20px;
}
.contact-details {
	font-size: 40px;
	color: #005700 !important;
	font-weight: 700;
	text-align: center;
}
marquee {
	color: #fff;
}
.top1 {
	margin-top: 1%;
}
.bottom1 {
	margin-bottom: 1%;
}
.top2 {
	margin-top: 2%;
}
.bottom2 {
	margin-bottom: 2%;
}
.tbl, 
.tbl td,
.tbl th {
	border: 1px solid red;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #fefcea;
    color: #333;
}
.table-striped > tbody > tr {
	background-color: #FFC4E2;
}
.table-striped > tbody > tr:nth-of-type(2n+1) > td:nth-of-type(2n){
	background-color: #fefcea;
}
.table-striped > tbody > tr:nth-of-type(2n+1) > td:nth-of-type(2n+1){
	background-color: #ffc4e2;
}
.table-striped > tbody > tr:nth-of-type(2n) > td:nth-of-type(2n+1){
	background-color: #fefcea;
	color: #000;
}
.table-striped > tbody > tr:nth-of-type(2n) > td:nth-of-type(2n){
	background-color: #ffc4e2;
}
.tbl-heading {
	background-color: #555 !important;
}
.tbl h1 {
	font-size: 24px;
	margin: 10px;
	color: #fff;
}
.tbl h3 {
	font-size: 18px;
	text-transform: uppercase;	
	font-weight: 700;
}
.tbl h3 {
	color: #ff3019;
}
.tbl-result td,
.tbl-result th {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}
.tbl-result th {
	background-color: #ff3019;
}
.last-results {
	font-size: 16px;
	font-weight: 700;
}
.last-results a {
	color: #fff;
}
.yesterday-result {
	font-size: 16px;
	font-weight: 600;
	color: #222;
}
.today-result {
	font-size: 22px;
	font-weight: 600;	
	color: #222;
}

.blink_text { 
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 3s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 3s;
    animation-timing-function: linear; 
    animation-iteration-count: infinite; color: #006e2e; 
} 

@-moz-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.3; }
    100% { opacity: 1.0; } 
}

@-webkit-keyframes blinker { 
    0% { opacity: 1.0; }
    50% { opacity: 0.3; }
    100% { opacity: 1.0; } 
} 

@keyframes blinker { 
    0% { opacity: 1.0; } 
    50% { opacity: 0.3; } 
    100% { opacity: 1.0; } 
}

.result-header {
	border: 2px solid #eeeeee;
	border-radius: 5px;
}
.result-header-text {
	font-size: 16px;
	font-style: italic;
}
#login {
	color: #333;
}
.footer-text {
	font-size: 18px;
	color: #444;
	margin-bottom: 20px;
}
.welcome-satta {
	background-color: #282B54;
	border-radius: 5px;
	padding: 10px;
	color: #F2A296;
	text-align: center;
	font-weight: 600;
}
marquee{
	font-size: 16px;
	color: #006e2e;
	font-weight: 600;
}
.best-deals {
	border-radius: 4px;
	border: 2px solid #444;
	background-color: #FFF600;
	padding: 5px;
}
.best-deals h3 {
	color: #333;
	font-weight: 600;
}
.best-deals .footer-text {
	color: #cc0000;
}
.fee span {
	display: block;
	font-size: 40px;
	font-weight: 600;
	color: #222;
}
.records {
	border-radius: 5px;
	background-color: #333;
	padding: 10px;
	font-size: 18px;
}
.records a {
	color: #fff;
}
.footer-leak-numbers {
	color: #0D3F9B;
	font-size: 24px;
	font-weight: 600;
}
.footer-contact {
	background-color: #cf0404;
	font-size: 22px;
	border-radius: 5px;
	padding: 5px;
}
.single-jodi {
	background-color: #596a72;
	padding: 5px;
	font-size: 18px;
	border-radius: 5px;
	margin-top: 2%;
}
.copyright {
	color: #444;
}