@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700;800;900&display=swap");

body {
  margin: 0;
  overflow-x: hidden;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #2f3146;
  font-family: "Nunito", sans-serif;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  background-size: cover;
}

::selection {
  color: #fff;
  background-color: #8b32ff;
}

::-moz-selection {
  color: #fff;
  background-color: #8b32ff;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}
a:hover,
a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

p,
label {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Jost", sans-serif;
}

/*---------------------------------------------------- */
/*inner area*/
/*----------------------------------------------------*/
.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wrapper .poll-style-three-text {
  max-width: 450px;
  padding: 15px 25px;
  display: inline-block;
}

.logo {
  max-width: 550px;
}

.logo img {
  padding: 0;
  max-height: 40px;
  margin: -14px 0 20px 0;
}

.wrapper .poll-style-three-text h2 {
  position: absolute;
  color: #8b32ff;
  top: 0;
  right: 0;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin: 24px 10px 0 0;
  text-transform: uppercase;
}

.main-content {
  margin: 0;
  text-align: center;
}

.main-content h1 {
  color: #555;
  font-size: 34px;
  margin-bottom: 10px;
}

.main-content img {
  width: 200px;
  height: 200px;
}

.main-content p {
  color: #555;
  font-size: 20px;
  font-weight: 600;
}

.counter-up .content {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}

.content .box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.content .box .counter {
  font-size: 36px;
  font-weight: 800;
  color: #ff8b04;
}

.content .box .text {
  font-weight: 600;
  color: #8b32ff;
}

.btn {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 7px 0 20px 0;
}

.btn a {
  display: inline-block;
  width: 130px;
  height: 40px;
  padding: 6px 6px;
  font-weight: 600;
  background: transparent;
  text-align: center;
  border-radius: 6px;
  font-size: 15px;
  color: #555;
  border: 2px solid #8b32ff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.nextpoll h4 {
  margin-bottom: 16px;
  font-size: 18px;
  text-align: center;
  color: #333;
  font-weight: 600;
}

section {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

section::before {
  content: "";
  position: absolute;
  top: 10%;
  right: 15%;
  width: 55px;
  height: 55px;
  border-radius: 10px;
  background: linear-gradient(#ffb968, #ff8b04);
  animation: animate 5s ease-in-out infinite;
}

section::after {
  content: "";
  position: absolute;
  bottom: 10%;
  left: 15%;
  width: 55px;
  height: 55px;
  border-radius: 10px;
  background: linear-gradient(#c598ff, #8b32ff);
  animation: animate 5s ease-in-out infinite;
  animation-delay: -2.5s;
}

@keyframes animate {
  0%,
  100% {
    transform: translateY(15px);
  }
  50% {
    transform: translateY(-15px);
  }
}

.clock {
  position: relative;
  width: 210px;
  height: 70px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
}

.clock .container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.clock .container h3 {
  font-size: 28px;
  color: #555;
}

.clock .container h3:nth-child(odd) {
  padding: 3px 8px;
  border-radius: 10px;
  background: rgba(255, 255, 2555, 0.05);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
  margin: 0 7px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.clock .container h3#seconds {
  color: #8b32ff;
}

.footer {
  width: 100%;
  text-align: center;
  margin-top: 14px;
  opacity: 0.5;
}

.footer p strong {
  color: #8b32ff;
}

/*---------------------------------------------------- */
/*Responsive area*/
/*----------------------------------------------------*/
/* ==================================================
*	01 - media screen and (max-width: 1440px)
*	02 - media screen and (max-width: 1280px)
*	03 - media screen and (max-width: 1199px)
*	04 - media screen and (max-width: 991px)
*	05 - media screen and (max-width: 767px)
*	06 - media screen and (max-width: 680px)
*	07 - media screen and (max-width: 580px)
*	08 - media screen and (max-width: 480px)
*	09 - media screen and (max-width: 380px)
*	10 - media screen and (max-width: 320px)
================================================== */
@media screen and (max-width: 1280px) {
  .wrapper .poll-style-three-text {
    width: 100%;
    padding: 30px 15px;
    float: none;
  }
}

/*---------------------------------------------------- */
