@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,500&display=swap');

body {
    padding: 0 0;
    margin: 0 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    min-height: 100%;
    background-color: #fff!important;
/*
    background: linear-gradient(0deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 1)), url(../images/satta-background-img.png);
    background-size: cover;
*/
    /*    background-image: url(../images/bg-img.jpg);*/
}


/* Global classes*/
.secTitle  marquee{
    color: #f00;
    font-weight: bold;
    font-size: 20px;
}

.recChart {    
    background: linear-gradient(#007f24, #5bd17d);
    padding: 10px 0;
    border-radius: 5px;
    margin-bottom: 10px;
}

.resTable tbody tr:nth-child(odd){
    background: #3bafaf;
}

.resTable tbody tr:nth-child(odd) td{
    color: #fff;
}

.resTable tbody tr:nth-child(even){
    background: #fff;
}

.recChart h4 {
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    text-shadow: 1px 1px #00000080;
}

.secTitle i {
    font-size: 15px;
}

.secTitle {    
    text-shadow: 1px 1px #00000080;
    font-weight: bold;
    font-size: 30px;
}

.secTitlBlue {
    color: #007f24;
    font-weight: bold;
    text-shadow: 1px 1px #00000080;
    font-size: 30px;
}

.zoom-in-out-box {
    animation: zoom-in-zoom-out 1s ease-in-out infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(0.8, 0.8);
    }

    50% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(0.8, 0.8);
    }
}

.horzLine {
    border: 1px dashed #f00;
    background: transparent;
}

.btnSec {
    padding: 0 0;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.btnSec li {
    list-style: none;
    display: block;
}

.btnSec li a {
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}

.btnSec li:first-child {
    background: green;
    padding: 5px 18px;
    border: 1px solid #ddd;
    border-radius: 30px;
}

.btnSec li:first-child a {
    color: #fff;
    font-size: 18px;
}

.btnSec li:last-child {
    background: #3bafaf;
    padding: 5px 18px;
    border: 1px solid #ddd;
    border-radius: 30px;
}

.btnSec li:last-child a {
    color: #000;
    font-size: 18px;
}

/* Global classes*/

header {
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
    padding: 10px 0;    
    background: #007f24;
    box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.3);
}

header h1 {
    text-shadow: 2px 2px #000;
    font-size: 28px;
    margin-bottom: 0;
}

header h1 img {
    width: 35px;
    margin-top: -7px;
}

marquee {
    color: #000;
    font-size: 20px;
    padding: 10px 0;
}


.resulCont {    
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}


.reultBox {
    text-align: center;
    margin-bottom: 15px;
    /*    box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.3);*/
    flex-basis: 47%;
}

.reultBox .card-header {
    background: #f00;
    padding: 8px 0;
    color: #fff;
    background: linear-gradient(#007f24, #5bd17d);
}

.reultBox .card-header h4 {
    font-weight: bold;
    margin-bottom: 0;
    font-size: 16px;
    text-shadow: 2px 2px #000;
}

.reultBox .card-body{
    padding: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    vertical-align: middle;
    flex-direction: column;
/*
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/gold-coins-falling2.gif);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
*/
}

.resuD{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.resuD:last-child{
    margin-bottom: 0;
}

.reultBox .card-body img {
    width: 50px!important;
    margin-right: 10px;

}

.reultBox .card-body p {
    width: 35px;
    height: 35px;
    font-weight: bold;
    border: 2px solid #a92121;
    margin: 0 auto;
    border-radius: 50px;
    line-height: 26px;
    font-size: 20px;
}

.reultBox .card-footer{
    padding: 3px 0;
    background: #3bafaf;
}

.reultBox .card-footer a {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
}

/*
.reultBox .card-footer a span{
    color: #f00;
}
*/

.textBox {
    margin: 15px 0;
    /*    opacity: 0.8;*/
    background: rgba(161, 235, 235, 0.9);
    padding: 10px;
    border-radius: 10px;
    box-shadow: 5px 5px 0px 1px rgb(0 0 0 / 50%);
}

.textBox p {
    color: #000;
    text-align: justify;
}


.resBxCont{
    padding: 0 0;
    text-align: center;
}

.resBxCont li{
    list-style: none;
    display: block;
}

.resBxCont li a {
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}

.homResu h4{
    text-align: center;
    color: #f00;
    font-weight: bold;
    text-shadow: 1px 2px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
}

.resBox{
/*    border: 2px dotted #fff;*/
    border-radius: 10px;
    margin: 20px 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/bgImg1.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.resBox ul{
    padding: 0 0;
    margin:  0 0;
}

.resBox ul li h5{    
    background: #3bafaf;
    font-size: 25px;
    padding: 2px 0;
    text-shadow: 2px 2px #000;
    text-transform: uppercase;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;    
}

.resBox ul li p{
    margin-bottom: 0;
}

.resBox ul li{
    list-style: none;
    text-align: center;
    color: #fff;
    padding: 10px;
    font-size: 20px;
    margin-bottom: 10px;
}

.resBox ul li:last-child{
    margin-bottom: 0;
}

.resBox ul li img{
    width: 70px;
}

.bookMark marquee{
    background: #3bafaf;
    box-shadow: 2px 2px 0px 1px rgb(0 0 0 / 80%);
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
    color: #000;
    font-weight: bold;
}

.bookMark marquee span{
    color: #f00;
}

.adBox h4{
    color: #27b6f0;
    margin-bottom: 0;
}

.adBox img{
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

.adBox p{
    text-align: justify;
    margin-bottom: 0;
}



/* animate css  */


:root {
  --no-of-slides: 3;
  --slides-in-view: 3;
  --slide-width: 200px;
  --slide-height: 300px;
  --iteration-time: 10s;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(var(--slide-width) * var(--no-of-slides)* -1));
  }
}

.carousel__wrapper {
  display: flex;
  /*justify-content: center;*/
  align-items: center;
  
  width: calc(var(--slides-in-view) * var(--slide-width));
  overflow: hidden;
  border: 1px dashed gray;
  margin: 0 auto;
}

.carousel {
  padding: 100px 0;
  background: lightblue;
  
  overflow: hidden;
  width: calc(2 * var(--no-of-slides));
}

.carousel__slide {
  animation: scroll var(--iteration-time) linear infinite;
  display: flex;
  flex-direction: column;
  
  flex: 0 0 auto;
  width: var(--slide-width);
  height: var(--slide-height);
  box-sizing: border-box;
  /*border: 1px dotted darkblue;*/
}

.animated {
    -webkit-animation-duration: 1000 ms;
    animation-duration: 1000 ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-animated-out {
    z-index: 1
}

.owl-animated-in {
    z-index: 0
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


/* animate css  */





footer {
    background: #007f24;
    box-shadow: -2px -1px 2px 1px rgba(0, 0, 0, 0.3);
}


footer p {
    font-size: 14px;
    color: #fff;
    padding: 10px 0;
    margin-bottom: 0;
    text-align: center;
}
