* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

.whole-screen {
  height: 100vh;
  width: 100%;
  padding: 50px 40px 30px 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.top {
  height: 22%;
  display: flex;
  margin-bottom: 15px;
  gap: 2vw;
}

.logo {
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.logo img {
  width: 80%;
}

.spot-rate {
  padding: 10px;
  width: 40%;
  height: 100%;
  background: #c19a39;
  border-radius: 10px;
  border: 1px solid #d4a638;
  margin-right: 10px;
}

.rates {
  color: white;
  display: flex;
  height: 100%;
  column-gap: 10px;
}

.bid {
  border: 1px solid #715818;
  background-color: #002223;
  font-size: 2vw;
  max-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5vw 1vw 0.5vw 1vw;
  border-radius: 5px;
  color: white;
}

.ask {
  border: 1px solid #715818;
  background-color: #002223;
  font-size: 2vw;
  max-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5vw 1vw 0.5vw 1vw;
  border-radius: 5px;
  color: white;
}

.low {
  font-size: 1.3vw;
  display: flex;
}

.high {
  font-size: 1.3vw;
  display: flex;
}

.low p {
  font-size: 1.2vw;
}

.high p {
  font-size: 1.2vw;
}

.time {
  /* padding: 20px; */
  width: 25%;
  height: 100%;
}

.middle {
  height: 53%;
  display: flex;
  justify-content: space-between;
}

.rate1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 20px;
  font-size: 1.3vw;
  width: 30%;
  row-gap: 3vh;
  margin-top: 1.5vh;
  align-self: self-start;
}

.rate2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  align-self: self-start;
  width: 35%;
  margin: auto;
}
.bidOzText {
  font-size: 1.2vw;
}
.low {
  display: flex;
  align-items: center;
  gap: 20px;
}

.high {
  display: flex;
  align-items: center;
  gap: 20px;
}

.low div {
  background-color: red;
  width: fit-content;
  padding: 5px;
}

.high div {
  background-color: #3da1ea;
  width: fit-content;
  padding: 5px;
}

.rate3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  align-self: self-start;
  width: 35%;
  margin: auto;
}
.dollarmain {
  color: #fff;
  background: #222121;
  padding: 3px 7px 3px 7px;
  display: inline-block;
  width: fit-content;
  border-radius: 4px;
  margin-right: 8px;
}
.dollarFont {
  font-size: 1vw;
  font-weight: bold;
}
.middle {
  display: flex;
  gap: 50px;
}

/* /////////////////////////////////////// *
/* /////////////////////////////////////// */

.table {
  max-height: 100%;
  width: 60%;
  font-size: 2vw;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bac {
  background-color: #c19a39;
  margin-bottom: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}

.images {
  width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: baseline;
  align-items: self-end;
}

table {
  width: 100%;
  height: 90%;
  border-spacing: 0 15px;
}

.table span {
  font-size: 20px;
}

.slider {
  /* width: 80%;
  height: 70%; */
  height: 60%;
  border-radius: 10px;
  overflow: hidden;
}

.slides {
  width: 500%;
  height: 500px;
  display: flex;
}
td {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 1.5vw;
}
th {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: start;
  padding-left: 1.5vw;
}

.bac-1 {
}
.bac-2 {
  background-color: #caa64c;
}
.bac-3 {
  background-color: #d2b15d;
}
.bac-4 {
  background-color: #debe6d;
}

.slides input {
  display: none;
}

.slide {
  width: 20%;
  transition: 2s;
}

.slide img {
  width: 100%;
  height: 90%;
}

/*css for manual slide navigation*/

.navigation-manual {
  position: absolute;
  width: 1200px;
  margin-top: -40px;
  display: flex;
  justify-content: center;
}

.manual-btn {
  border: 2px solid #40d3dc;
  padding: 5px;
  border-radius: 10px;
  cursor: pointer;
  transition: 1s;
}

.manual-btn:not(:last-child) {
  margin-right: 40px;
}

.manual-btn:hover {
  background: #40d3dc;
}

#radio1:checked ~ .first {
  margin-left: 0;
}

#radio2:checked ~ .first {
  margin-left: -20%;
}

#radio3:checked ~ .first {
  margin-left: -40%;
}

#radio4:checked ~ .first {
  margin-left: -60%;
}

/*css for automatic navigation*/

.navigation-auto {
  position: absolute;
  display: flex;
  width: 1200px;
  justify-content: center;
  margin-top: 460px;
}

.navigation-auto div {
  border: 2px solid #40d3dc;
  padding: 5px;
  border-radius: 10px;
  transition: 1s;
}

.navigation-auto div:not(:last-child) {
  margin-right: 40px;
}

#radio1:checked ~ .navigation-auto .auto-btn1 {
  background: #40d3dc;
}

#radio2:checked ~ .navigation-auto .auto-btn2 {
  background: #40d3dc;
}

#radio3:checked ~ .navigation-auto .auto-btn3 {
  background: #40d3dc;
}

#radio4:checked ~ .navigation-auto .auto-btn4 {
  background: #40d3dc;
}

.currency-heading {
  display: flex;
  /* gap: 8vw; */
  align-items: center;
  justify-content: space-between;
  font-size: 1vw;
  background-color: #debe6d;
  /* width: 450px; */
  padding: 10px;
  /* justify-content: center; */
}
.currency {
  height: 40%;
  margin-top: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-self: center;
}

.currency-main {
  background-color: #c19a39;
  color: white;
  border-radius: 20px 20px 0 0;
  display: flex;
  padding: 10px 20px 10px 20px;

  justify-content: space-between;
}

.bottom {
  height: 20%;
}

.buystats {
  height: 70%;
  display: flex;
}

.buystatslogo {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  background-color: #132d32;
}

.bottomnews {
  height: 30%;
}

.buyers-data {
  width: 40%;
  height: 100%;
  background-color: #002223;
  /* border-left: 50px solid transparent; */
  padding: 10px 20px 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
}

.progressbar {
  height: 5px;
  width: 100%;
  background-color: green;
}
.buyersAndSellers {
  display: flex;
  justify-content: space-between;
  color: #ffff;
}

.buystatsnews {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  background-color: #002223;
  color: white;
}

.bottomnews {
  display: flex;
}

.floating-news {
  width: 100%;
  height: 100%;
  background: #c19a39;
  display: flex;
  align-items: center;
}

.times {
  color: white;
  border-radius: 10px;
  border: 1px solid #d4a638;
  background: #c19a39;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 10px;
  padding: 20px;
}

.times h2 {
  font-size: 2.5vw;
}

@media screen and (max-width: 1000px) {
  .whole-screen {
    display: none !important;
  }
}
@media screen and (min-width: 1000px) {
  .errormessage {
    display: none !important;
  }
}

.errormessage {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.errormessageImage {
  height: 45vw;
}
