.firstDiv{
    /* background-image: url(assets/06-01.jpg); */
    /* background-image: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)), url("assets/06-01.jpg"); */
    background-image: linear-gradient(rgba(0, 100, 0, 0.5), rgba(0, 60, 0, 0.5)), url("assets/06-01.jpg");

    background-repeat: round;
    background-size: cover;
}

.whyTrump{
    /* background: linear-gradient(70deg, rgba(15, 61, 118, 0.5), rgba(7, 45, 93, 0.5), rgba(2, 30, 67, 0.5), rgba(111, 1, 25, 0.5), rgba(139, 4, 40, 0.5), rgba(161, 12, 53, 0.5)); */
    background: linear-gradient(
  70deg,
  rgba(0, 0, 0, 0.5),
  rgba(0, 50, 0, 0.5),
  rgba(0, 80, 0, 0.5),
  rgba(0, 120, 0, 0.5),
  rgba(0, 180, 0, 0.5),
  rgba(0, 255, 0, 0.5)
);

}

.nameStrip{
    /* background: linear-gradient(70deg, #0F3D76, #072D5D, #021E43, #6F0119, #8B0428, #A10C35); */
    background: linear-gradient(70deg, #020202, #15191d, #1b2b14, #1e6229, #19621f, #1d9901);
}

.roadmap{
    /* background-image: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)), url("assets/roadmapTheme.jpg"); */
    background-image: linear-gradient(
  70deg,
  #000000,
  #0B3D0B,
  #064D0B,
  #033D13,
  #065C22,
  #0A7B2F,
  #0FCF4B
),
url("assets/roadmapTheme.jpg");
}

.tokenomics{
    /* background: linear-gradient(70deg, #0F3D76, #072D5D, #021E43, #6F0119, #8B0428, #A10C35); */
    background: linear-gradient(70deg, #000000, #0B3D0B, #064D0B, #033D13, #065C22, #0A7B2F, #0FCF4B)
}

.bg {
  animation:slide 3s ease-in-out infinite alternate;
  background-image: linear-gradient(-60deg, #6c3 50%, #09f 50%);
  bottom:0;
  left:-50%;
  opacity:.1;
  position:fixed;
  right:-50%;
  top:0;
  z-index:2;
}

.bg2 {
  animation-direction:alternate-reverse;
  animation-duration:4s;
}

.bg3 {
  animation-duration:5s;
}

@keyframes slide {
  0% {
    transform:translateX(-25%);
  }
  100% {
    transform:translateX(25%);
  }
}


/*styling*/

/* * {
  background-color: #000000;
}
.text-white {
  color: #ffffff;
} */

/****/

#countdown-timer {
  /* display: flex; */
  text-align: center;
  font-size: 40px !important;
  text-transform: uppercase;
}

.timer {
  margin-right: 10px;
}

/* edited */



#countdown-timer {
  text-align: center;
  font-size: 42px !important;
  text-transform: uppercase;
  z-index: 4 !important;
  /* background: #265b09; */
  background: linear-gradient(70deg, #020202, #15191d, #1b2b14, #1e6229, #19621f, #1d9901);
  padding: 10px;
  color: white;
  border-radius: 26px;
  width: 90% !important;
}

.bold-number {
  font-family: "Qanelas Bold", "Helvetica", sans-serif;
}
.slim-countdown-text {
  font-family: "Qanelas Light", "Helvetica", sans-serif;
}

/*mobile*/

@media only screen and (min-width: 601px) {
  .timer {
    margin-right: 3.5%;
  }
}

@media only screen and (max-width: 600px) {
  .hide-words {
    display: none;
  }

  #countdown-timer {
    font-size: 30px !important;
  }
  .timer {
    margin-right: 10px;
  }
}


/* ========================================= for mobile counter */
#countdown-timer1 {
  /* display: flex; */
  text-align: center;
  font-size: 40px !important;
  text-transform: uppercase;
}

.timer {
  margin-right: 10px;
}

/* edited */



#countdown-timer1 {
  text-align: center;
  font-size: 40px !important;
  text-transform: uppercase;
  z-index: 4 !important;
  /* background: #265b09; */
  background: linear-gradient(70deg, #020202, #15191d, #1b2b14, #1e6229, #19621f, #1d9901);
  padding: 10px;
  color: white;
  border-radius: 26px;
  /* width: 90% !important; */
}

.bold-number {
  font-family: "Qanelas Bold", "Helvetica", sans-serif;
}
.slim-countdown-text {
  font-family: "Qanelas Light", "Helvetica", sans-serif;
}

/*mobile*/

@media only screen and (min-width: 601px) {
  .timer {
    margin-right: 3.5%;
  }
}

@media only screen and (max-width: 600px) {
  .hide-words {
    display: none;
  }

  #countdown-timer1 {
    font-size: 30px !important;
  }
  .timer {
    margin-right: 10px;
  }
}
