:root {
  --primary-color: #1e90ff;
  --secondary-color: #ff6347;
  --blue-background:blue;
  --white-background:white;
  --black-background:black;
  --red-background:red;
  --text-color: #333;
  --background-color: #f5f5f5;
  --text-white:white;
  --text-black:black;

  --font-primary:'AlfaSlab' , serif;
  --font-secondary:'YatraOne',serif
}


body{
  
    margin: 0;
    padding:0;
    overflow-x: hidden;
    background-color: black;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    /* width: 100vw; */
    font-family: var(--font-secondary);

}
.refresh-button{
  position: fixed;
  bottom: 2%;
  right: 1%;
  padding: 1%;
  background-color: blue;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.2vw;
  border-radius: 10px;
  cursor: pointer;
}

.upper-navbar{
    width: 100%;
    height: 15vh;
    background-color: black;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    font-weight: bold;
     color: transparent;
  -webkit-text-stroke: 2px red;
}
@media (max-width: 420px) {
  .upper-navbar {
    height: 10vh;
    font-size: 2.5rem;
  }
}
.second-section{
    /* width: 100%; */
    height: 25vh;
    gap: 0.7rem;
    padding: 5vh 0vh;
    border: yellow 2px solid;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}
.third-section{
    width: 100%;
    background-color: red;
    color: white;
    font-size: 2.5rem;
    font-weight: 200;
    text-align: center;
    font-family: var(--font-secondary);
    /* padding: 1vh 0; */
}
@media (max-width: 420px) {
  .third-section {
    font-size: 2rem;
  }
}
.fourth-section{
    width: 100%;
    height: 25vh;
    /* position: relative; */
    /* backgrounvhcolor: black; */
    color: white;
}
.fourth-section-header{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5vh;
    background-color: var(--black-background);
    text-align:center;
    color: yellow;
    /* position: fixed; */
}
.scroll-section-container{
  position: relative;
  height: 15vh;
  /* background-color: #1e90ff; */
  z-index: -1;
}

.fourth-section-header {
  font-size: 3vh;
  font-weight: bold;
  margin-bottom: 10px;
}

.scrollable {
  /* position: relative; */
  
}

.scroll-content {
  /* z-index: -5; */
  /* background-color: red; */
  position: absolute;
  width: 100%;
  animation: scroll-up 7s linear infinite;
}

@keyframes scroll-up {
  0% {
    top: 100%;
  }
  100% {
    top: -100%;
  }
}

.welcome-header,
.chart-info-text {
  padding: 10px;
  font-size: 1.1rem;
  text-align: center;
}

.contact-us{
  width: 100%;
  background-color: var(--primary-color);
  height: 5vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--text-white);
  font-size: 1.6rem;
  padding:1vh 0vh ;
  border-radius: 5px;
  font-family: var(--font-primary);
}
@media (max-width: 420px) {
  .contact-us {
    height: 3.5vh;
    font-size: 2rem;
  }
}
.sunday-close{
  width: 100%;
  background-color: var(--white-background);
  height: 5vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--text-black);
  font-size: 1.6rem;
  padding:1vh 0vh ;
  border-radius: 5px;
  font-family: var(--font-secondary);
}
@media (max-width: 420px) {
  .sunday-close {
    height: 3.5vh;
    font-size: 2rem;
  }
}
.dubai-matka-guessing{
  background-color: var(--red-background);
  width: 100%;
  text-align: center;
  /* padding: 0 2vh; */
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--text-white);
  
}
.table-header{
  font-size: 1.4rem;
  font-weight: bold;
}
.table-container{
  font-size: 2.5vh;
  font-weight: 500;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  /* border: 2px solid red; */
}

.table-col{
  width: 50%;
  margin: 2vh 0vh;
  border-top: solid #000000 0.6px;
  /* border-bottom: solid #000000 2px; */
  /* border-left: solid #000000 2px;
  border-right: solid #000000 2px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* margin: 0 0.5rem; */
}
.sub-table{
  /* border: solid red 2px; */
  width: 100%;
  justify-content: center;
  align-items: center;
  border-bottom	: solid #000000 0.6px;
}
.sub-table-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* border-bottom: 2px solid blue; */
  padding: 0 1vw;
  font-size: 1.4rem;
  line-height: 1.5rem;
  font-family: var(--font-primary);
  font-weight: 900;
}
.dubai-matka-result-container{
  width: 100%;
  background-color: var(--white-background);
  display: flex;
  flex-direction: column;
  padding: 5vh 0vh;
}
.dubai-matka-result-row{
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 420px) {
  .dubai-matka-result-row {
    margin-top: 3rem;
    flex-direction: column;
  }
}
.res-table{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}
@media (max-width: 420px) {
  .res-table {
    width: 95%;
  }
}
.res-header{
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.4rem;
}
.res-col{
  width: 100%;
  font-weight: bold;
  font-size: 1.2rem;
  border: solid 1px grey;
  font-family: var(--font-primary);
  font-weight: 900;
}
.res-row{
  height: 5vh;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-bottom: solid gray 1px;
}
.button-div{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5vh;
  margin: 0.5% 0;
}
.button{
  height: 100%;
  padding: 0 2%;
  color: var(--text-white);
  background: linear-gradient(90deg, yellow, red, brown, purple);
  border: none;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1.2em;
  cursor: pointer;
  transition: box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.button:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.25);
  opacity: 0.95;
}
#dubai-morning-panel , #dubai-night-panel{
  cursor: pointer;
}