@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  overflow: hidden;
  font-family: "Roboto", sans-serif;
}

/* .meter-sec {
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #010233;
    overflow-y: auto;
} */

/* For Image Background with Overlay */
/* Set the width of the scrollbar */
::-webkit-scrollbar {
  width: 4px;
}

/* Customize the appearance of the track */
::-webkit-scrollbar-track {
  background-color: transparent;
  /* Set the color of the track */
}

/* Customize the appearance of the thumb */
::-webkit-scrollbar-thumb {
  background-color: #3fbaed;
  /* Set the color of the thumb */
  border-radius: 5px;
  /* Set the border radius of the thumb */
}

.meter-sec {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  /* background: url("images/Casino123.jpg"); */
  background-size: cover;
  background-repeat: no-repeat;
  overflow-y: auto;
}

.meter-sec .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 8, 77, 0.7);
  overflow-y: auto;
}

/* End For Image Background with Overlay */

.video-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Start */

ul.navbar {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  /* background-color: #0E1054; */
  box-shadow: 0px 0px 2px 2px rgb(202, 202, 202);
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.navbar li {
  text-align: center;
  display: inline-block;
}

ul.navbar li a {
  display: block;
  color: #a3a3a3;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.bookmark {
  position: absolute;
  right: 100px;
  top: 30px;
  border: 2px solid gray;
  border-radius: 5px;
}

.dropdown {
  position: absolute;
  right: 35px;
  top: 30px;
  border: 2px solid gray;
  border-radius: 5px;
}

.dropdown .dropbtn {
  font-size: 25px;
  padding: 5px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: navy;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  right: 0;
}

.dropdown-content .flag_pad {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #3fbaed;
  color: #ffffff;
}

.dropdown:hover .dropdown-content {
  display: none;
}

/* ENd  */

.meter-link {
  text-align: center;
  align-items: center;
  justify-content: center;
}

.meter-link a {
  position: relative;
  display: inline-block;
  font-size: 20px;
  padding: 10px 35px;
  border: 1px solid #292a52;
  border-radius: 20px;
  background-color: #3fbaed;
  color: #f2f2f3;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.meter-link a:hover {
  background-color: #1cdd58;
  transform: scale(1.1);
}

.status-inside-circle {
  position: relative;
  bottom: 80px;
  left: 40%;
  font-size: 20px;
  color: #fff;
}

.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}

.container {
  max-width: 200px;
  width: 200px;
  height: 200px;
  margin: 30px;
}

.btn_refresh {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 50px;
}

.btn_refresh button {
  padding: 15px 25px;
}

/* Show More Paragraph SEO Start */

.seo_paragraph {
  /* border: 1px solid red; */
  background: rgba(128, 128, 128, 0.5);
  /* Adjust the RGB values and opacity as needed */
  border-radius: 10px;
  color: #fff;
  width: 80%;
  margin: auto;
  padding: 20px;
  text-align: justify;
  line-height: 1.5;
  margin-bottom: 150px;
}

.button__btn {
  padding: 15px 25px;
  border-radius: 4px;
  border: none;
  background-color: #3fbaed;
  color: #fff;
  font-size: 15px;
  text-transform: capitalize;
  letter-spacing: 1px;
  cursor: pointer;
}

/* Media query for screens smaller than 768px */
@media (max-width: 768px) {
  .seo_paragraph {
    width: 90%;
    padding: 15px;
  }

  .seo_paragraph p {
    font-size: 14px;
  }
}

/* Media query for screens smaller than 576px */
@media (max-width: 576px) {
  .seo_paragraph {
    width: 98%;
  }

  .seo_paragraph p {
    font-size: 13px;
  }
}

/* Show More Paragraph SEO End */

@media (max-width: 1459px) {
  .container {
    margin-bottom: 50px;
    /* Reduce the margin for smaller screens */
  }
}

@media (max-width: 900px) {
  .container {
    margin-bottom: 60px;
    /* Reduce the margin for smaller screens */
  }
}

.background-circle {
  /* display: none; */
  width: 190px;
  height: 190px;
  border: 10px solid gray;
  border-radius: 50%;
  /* To center it inside the container */
  margin: 5px;
  position: absolute;
}

.foreground-circle {
  width: 190px;
  height: 190px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* To start the svg circle from the top */
  transform: rotate(-90deg);
  /* To center it inside the container */
  position: absolute;
  margin: 5px;
}

.foreground-circle svg circle {
  /* stroke-dasharray = 2 * (22/7) * svg's radius value (90px)*/
  stroke-dasharray: 566;
}

#number-inside-circle {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
}

.button-click {
  background-color: #50c878;
  border: 1px solid transparent;
  padding: 0.4em 0.8em;
  border-radius: 0.4em;
  color: whitesmoke;
  cursor: pointer;
  margin-top: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.speed_status {
  transition: 1s ease-in-out;
}

/* To prevent svg border being cut off */

svg:not(:root) {
  overflow: visible;
}

@keyframes rotate180 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(180deg);
  }
}

.rotate-animation {
  animation: rotate180 0.5s linear;
}