/* ____________________Common CSS________________________________ */
@import url('https://fonts.googleapis.com/css2?family=Zen+Dots&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
body {
  margin: 0;
  font-weight: 400;
  font-style: normal;
  background-color: #0d111a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Zen Dots', sans-serif;
  color: #fff;
}
h2 {
  font-size: 48px;
}
p {
  font-family: 'DM Sans', sans-serif;
  color: #d9d9d9;
  font-size: 24px;
}
a {
  font-family: 'DM Sans', sans-serif;
  text-decoration: none;
}
.container {
  padding: 0 200px;
}
.btn {
  background: transparent;
}
.hero-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-direction: column
}
.what-btn {
  display: flex;
  align-items: center;
  gap: 20px;
}
.h-theme-btn {
  color: #fff;
  font-size: 20px;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  font-family: 'Zen Dots', sans-serif;
  padding: 15px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.join-btn-container {
  display: flex;
  flex-direction: row;
}
.join-theme-btn {
  color: #fff;
  font-size: 20px;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  font-family: 'Zen Dots', sans-serif;
  padding: 15px 25px;
  margin-right: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .join-btn-container {
    flex-direction: column;
  }
  .join-theme-btn {
    margin-right: 0em;
    margin-top: 1em;
  }
}
.h-theme-btn:hover {
  background: rgba(24, 31, 47, 0.5);
  opacity: 0.7;
}
.join-theme-btn.btn:hover {
  background: linear-gradient(
    120.03deg,
    #182033 -17.91%,
    #1a2338 -13.14%,
    #232e49 -5.2%,
    #304063 2.75%,
    #435889 10.69%,
    #536da8 17.05%,
    #44598a 20.22%,
    #34446a 26.58%,
    #273452 32.93%,
    #1e2940 37.7%,
    #192236 45.65%,
    #182033 53.59%,
    #1b2338 72.66%,
    #222b45 91.72%,
    #384a73 140.98%
  );
  transition: 0.8s;
  position: relative;
}
.safty-btn:hover {
  background: rgba(24, 31, 47, 0.5);
  opacity: 0.7;
}
.btn-active {
  background: linear-gradient(
    90deg,
    #182033 -0.26%,
    #1a2338 2.75%,
    #232e49 7.77%,
    #304063 12.79%,
    #435889 17.81%,
    #536da8 21.82%,
    #44598a 23.83%,
    #34446a 27.84%,
    #273452 31.85%,
    #1e2940 34.86%,
    #192236 39.88%,
    #182033 44.9%,
    #1b2338 56.94%,
    #222b45 68.98%,
    #384a73 100.08%
  );
  margin-right: 20px;
}
.btn-img {
  width: 1.25em;
}
/*______________________ header_____________________ */
.top-area {
  background-image: url(../img/Banner.png);
  height: auto;
  background-position: center;
  background-size: cover;
  margin-bottom: 0;
}
.logo img {
  width: 250px;
}
.navbar {
  padding: 48px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.navbar li a {
  display: block;
  padding: 0 15px;
  text-decoration: none;
  color: #989898;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  font-family: 'Zen Dots', sans-serif;
}
.navbar li a:hover,
.navbar .menu-btn:hover {
  color: #f4f4f4;
  transition: 0.8s;
  position: relative;
}
.nav-icon img {
  width: 63px;
}
.nav-icon span {
  width: 63px;
}
.nav-icon {
  display: flex;
  gap: 12px;
}
/* menu */

.navbar .menu {
  clear: both;
  transition: max-height 0.2s ease-out;
}

/* menu icon */

.navbar .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.navbar .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 18px;
}

.navbar .menu-icon .navicon:before,
.navbar .menu-icon .navicon:after {
  background: #fff;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}

.navbar .menu-icon .navicon:before {
  top: 5px;
}

.navbar .menu-icon .navicon:after {
  top: -5px;
}

.navbar {
  min-height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-branding {
  font-size: 2rem;
}

.nav-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
}

.nav-link {
  transition: 0.3s ease-out;
}

.nav-link:hover {
  color: dodgerblue;
}

.hamburger {
  display: none;
  cursor: pointer;
}

.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 6px auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: white;
}

@media (max-width: 1024px) {
  .hamburger {
    display: block;
    /* margin-top: -110px; */
  }

  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .nav-menu {
    position: fixed;
    left: -100%;
    top: 0px;
    gap: 0;
    flex-direction: column;
    background-color: #111622;
    width: 100%;
    text-align: center;
    transition: 0.3s;
    height: 300px;
  }
  .nav-menu.active {
    padding: 50px 0;
  }

  .nav-item {
    margin: 16px 0;
  }

  .nav-menu.active {
    left: 0;
  }
}

/* _______________Banner_____________________________ */
.banner-area {
  text-align: center;
  margin-top: 191px;
}
.banner-area h2 {
  font-size: 96px;
  color: #fff;
  margin: 0;
  font-weight: 400;
  line-height: 124px;
}
.banner-area p {
  font-size: 20px;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 50px;
  font-family: 'Zen Dots', sans-serif;
}
.banner-title {
  background-image: -webkit-linear-gradient(
    296deg,
    #232e49 0%,
    #536da8 35%,
    #232e49 60%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* __________________banner bottom__________________________ */
.bx-fl {
  display: flex;
  justify-content: center;
  align-items: center;
}
.container.banner-bottom {
  margin-top: 118px;
  margin-bottom: 100px;
}
#Overview {
  padding-top: 118px;
}
.banner-bottom-content {
  /* background: #181f2f; */
  background: rgba(24, 31, 47, 0.5);
  /* opacity: 0.5; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-banner-bottom h2 {
  font-size: 20px;
  color: #fff;
  line-height: 20px;
}
.single-banner-bottom h3 {
  font-size: 48px;
  color: #fff;
  margin-top: 29px;
  margin-bottom: 0;
  line-height: 62px;
}
.single-banner-bottom {
  position: relative;
  z-index: 999;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 52px;
}
.border {
  height: 110px;
  width: 1px;
  background-color: #fff;
  margin: 0 131px;
}
/* __________________what__________________________ */
.single-what-sec {
  padding-left: 231px;
}

.what-area img {
  width: 100%;
}
.what-area {
  padding-top: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wt-img img {
  width: 646px;
}
/* ___________________card_________________________ */

.card-body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px !important;
  background-color: #0d111a;
  padding-top: 100px;
}
.h-theme-btn.btn:hover {
  background: linear-gradient(
    120.03deg,
    #182033 -17.91%,
    #1a2338 -13.14%,
    #232e49 -5.2%,
    #304063 2.75%,
    #435889 10.69%,
    #536da8 17.05%,
    #44598a 20.22%,
    #34446a 26.58%,
    #273452 32.93%,
    #1e2940 37.7%,
    #192236 45.65%,
    #182033 53.59%,
    #1b2338 72.66%,
    #222b45 91.72%,
    #384a73 140.98%
  );
  transition: 0.8s;
  position: relative;
}
.single-card:hover {
  background: linear-gradient(
    120.03deg,
    #182033 -17.91%,
    #1a2338 -13.14%,
    #232e49 -5.2%,
    #304063 2.75%,
    #435889 10.69%,
    #536da8 17.05%,
    #44598a 20.22%,
    #34446a 26.58%,
    #273452 32.93%,
    #1e2940 37.7%,
    #192236 45.65%,
    #182033 53.59%,
    #1b2338 72.66%,
    #222b45 91.72%,
    #384a73 140.98%
  );
  transition: 0.8s;
  position: relative;
}

.single-card {
  text-align: center;
  background-size: cover;

  margin-bottom: 10px;
  background: radial-gradient(
        circle at 100% 100%,
        #0d111a 0,
        #0d111a 5px,
        transparent 5px
      )
      0% 0%/6px 6px no-repeat,
    radial-gradient(circle at 0 100%, #0d111a 0, #0d111a 5px, transparent 5px)
      100% 0%/6px 6px no-repeat,
    radial-gradient(circle at 100% 0, #0d111a 0, #0d111a 5px, transparent 5px)
      0% 100%/6px 6px no-repeat,
    radial-gradient(circle at 0 0, #0d111a 0, #0d111a 5px, transparent 5px) 100%
      100%/6px 6px no-repeat,
    linear-gradient(#0d111a, #0d111a) 50% 50% / calc(100% - 2px)
      calc(100% - 12px) no-repeat,
    linear-gradient(#0d111a, #0d111a) 50% 50% / calc(100% - 12px)
      calc(100% - 2px) no-repeat,
    radial-gradient(
      at 100% 100%,
      #182033 0%,
      rgba(53, 70, 109, 1) 0%,
      rgba(51, 67, 105, 1) 10%,
      rgba(31, 40, 64, 1) 27%,
      rgba(33, 43, 69, 1) 35%,
      rgba(31, 40, 64, 1) 43%,
      #232e49 53%,
      rgba(55, 72, 113, 1) 58%,
      rgba(37, 49, 77, 1) 68%,
      #273452 80%,
      #435889 100%,
      #44598a 100%
    );

  border-radius: 10px;
  padding: 128px 40px;
  box-sizing: border-box;
}
.single-card p {
  font-size: 24px;
  line-height: 36px;
  margin: 0;
}
.single-card img {
  width: 20%;
}

/* _________________reap___________________________ */
.reap {
  background: url(../img/Reward\ Section.png);
  background-position: center;
  background-size: cover;
  display: flex;
  height: 70vh;
}
.reap-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single-reap h2 {
  color: #fff;
  font-size: 64px;
  line-height: 83px;
  margin: 0;
  padding-bottom: 20px;
}
.single-reap p {
  color: #d9d9d9;
  font-size: 24px;
  margin: 0;
  line-height: 36px;
  padding-right: 120px;
}
.rep-img img {
  width: 606px;
}
/* ________________safety____________________________ */
.group-main {
  position: relative;
  /* width: 100vw; */
}
.card-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
}
.audit-card {
  z-index: 10;
  padding-left: 2em;
  padding-right: 2em;
  background-color: #3A476640;
  position: relative; 
  border-radius: 16px;
  min-width: 250px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.audit-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('../img/certik.png');
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(5px); 
  z-index: -1; 
}
.audit-card h2 {
  text-align: left;
}
.audit-card-status {
  margin-bottom: 4em;
  margin-top: 2em;
  display: flex;
  align-items: center;
}
.audit-card-status img {
  width: 4em;
  height: 4em;
  border-radius: 100%;
  margin-right: 1em;
}
.audit-card-status p {
  border: 1px solid;
  border-radius: 24px;
}
.audit-card-btn {
  background-color: transparent;
  bottom: 1em;
  /* padding: 0.5em 1em; */
  margin-top: 8em;
  margin-bottom: 1em;
  border: 1px solid white;
  border-radius: 16px;
}
.group-left {
  position: absolute;
  top: 0;
  left: 0;
}
.group-right {
  position: absolute;
  top: 0;
  right: 0;
}
.safty-btn {
  color: #fff;
  font-size: 20px;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  font-family: 'Zen Dots', sans-serif;
  width: 380px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.safety {
  background: url(../img/Security.png);
  text-align: left;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 249px 100px;
  margin-top: -3px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 10;
}
.safety-body-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 9999999999;
}
@media (max-width: 1438px) {
  .safety {
    flex-direction: column;
  }
  .card-container{
    margin-left: auto;
    margin-right: auto;
    padding-top: 2em;
  }
}
@media(max-width: 652px) {
  .card-container{
    flex-direction: column;
  }
  .audit-card{
    margin-bottom: 2em;
  }
}
.safety h2 {
  color: #fff;
  margin: 0;
}
.safety p {
  color: #d9d9d9;
  font-size: 20px;
  padding: 41px 0;
  max-width: 40ch;
  margin: 0;
}
/* ___________________GradientDAO_________________________ */
.GradientDAO {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 266px;
  padding-top: 123px;
  padding-bottom: 83px;
  grid-gap: 266px;
  background: rgba(24, 31, 47, 0.72);
  position: relative;
  z-index: 999999;
}
.single-GradientDAO {
}
.single-GradientDAO h2 {
  color: #fff;
  font-size: 48px;
}
.single-GradientDAO p {
  color: #d9d9d9;
  font-size: 24px;
}

.as-seen-on {
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
}
.as-seen-on-images {
  display: flex;
}
.as-seen-on-images a {
  padding-right: 4em;
  padding-left: 4em;
}
.article-img {
  width: 6em;
}
.article-img-container {
  background-color: #18203320;
  padding: 1em;
  border-radius: 12px;
  display: flex;
  justify-items: center;
  align-items: center;
  margin-right: 1em;
  margin-left: 1em;
  z-index: 10;
  transition: background 0.8s ease-in-out;
}
.article-img-container:hover {
  background: linear-gradient(
    90deg,
    #182033 -0.26%,
    #1a2338 2.75%,
    #232e49 7.77%,
    #304063 12.79%,
    #435889 17.81%,
    #536da8 21.82%,
    #44598a 23.83%,
    #34446a 27.84%,
    #273452 31.85%,
    #1e2940 34.86%,
    #192236 39.88%,
    #182033 44.9%,
    #1b2338 56.94%,
    #222b45 68.98%,
    #384a73 100.08%
  );
  transition: background 0.8s ease-in-out;
}
@media (max-width: 960px){
  .article-img-container {
    margin-top: 1.5em;
  }
  .as-seen-on-images {
    flex-direction: column;
  }
  .as-seen-on-images {
    align-items: center
  }
  .as-seen-on-images img {
    padding-top: 2em;
  }
}
/* __________________footer__________________________ */
.footer {
  background: url(../img/Footer.png);
  background-position: center;
  background-size: cover;
}
.footer-title {
  text-align: center;
  margin-bottom: 140px;
  width: 986px;
  margin: 0 auto;
  padding: 246px 0;
  position: relative;
  z-index: 9999999999;
}
.f-icon {
  width: 61px;
}
.footer-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.footer-icon img:hover {
  background: #0e121c;
  opacity: 0.7;
}
.nav-icon img:hover {
  background: #0e121c;
  opacity: 0.7;
}

.nav-icon span:hover {
  background: #0e121c;
  opacity: 0.7;
}

.footer-icon a img {
  width: 100px;
}
.single-item h4 {
  margin: 0;
  font-size: 24px;
  padding-bottom: 30px;
}
.footer-title p {
  margin-bottom: 47px;
}
.footer-title a {
  text-decoration: none;
}
.footer-item {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 60px;
  padding-bottom: 60px;
  position: relative;
  z-index: 9999999999;
}
.single-item ul {
  padding: 0;
  margin: 0;
}
.single-item ul li {
  list-style: none;
  margin-bottom: 20px;
}
.single-item ul li a {
  text-decoration: none;
  color: #989898;
  line-height: 18px;
  font-family: 'Zen Dots', sans-serif;
  font-size: 18px;
}
.single-item ul li a:hover {
  color: #f4f4f4;
  transition: 0.8s;
  position: relative;
}

/* Navbar */
.nav-logo {
  width: 200px;
  margin-top: 20px;
}

.nav {
  height: 50px;
  width: 100%;
  background-color: transparent;
  position: relative;
  padding-top: 15px;
  margin-bottom: 150px;
}

.nav > .nav-header {
  display: inline;
}

.nav > .nav-header > .nav-title {
  display: inline-block;
}

.nav > .nav-btn {
  display: none;
}

.nav > .nav-links {
  display: inline;
  float: right;
  font-size: 18px;
}

.nav > .nav-links > a {
  display: inline-block;
  padding: 13px 20px 13px 20px;
  text-decoration: none;
  color: #989898;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  font-family: 'Zen Dots', sans-serif;
}

.nav > .nav-links > a:hover {
  background-color: #f4f4f4;
}

.nav > #nav-check {
  display: none;
}

.icon-nav-item {
  padding-left: 4px !important;
  padding-right: 4px !important;
  position: relative;
  top: 14px;
}

.icon-nav-image {
  width: 40px;
}

@media (max-width: 1080px) {
  .nav {
    margin-bottom: 50px;
  }

  .nav-logo {
    width: 150px;
    margin-top: 0px;
  }

  .nav > .nav-btn {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 8px;
  }
  .nav > .nav-btn > label {
    display: inline-block;
    padding: 13px;
    margin: auto;
  }
  .nav > .nav-btn > label:hover,
  .nav #nav-check:checked ~ .nav-btn > label {
  }
  .nav > .nav-btn > label > span {
    display: block;
    width: 25px;
    height: 5px;
    border-top: 2px solid #eee;
    margin: auto;
    cursor: pointer;
  }
  .nav > .nav-links {
    position: absolute;
    display: block;
    width: 100%;
    background-color: #121825;
    height: 0px;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 10px;
    left: 0px;
  }
  .nav > .nav-links > a {
    display: block;
    width: 100%;
  }
  .nav > #nav-check:not(:checked) ~ .nav-links {
    height: 0px;
  }
  .nav > #nav-check:checked ~ .nav-links {
    height: fit-content;
    overflow: hidden;
    position: relative;
    z-index: 99;
  }

  .icon-nav-item {
    padding: 13px 25px 13px 25px !important;
    position: static !important;
  }

  .nav-btn {
    position: relative;
    top: 50px;
  }
}
