* {
  margin: 0px;
  padding: 0px;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Mulish", sans-serif;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
a {
  text-decoration: none;
}
.container {
  max-width: 1300px;
}
/* coin */
/* @media only screen and (max-width: 320px){
  .powerCoin {
position: absolute;
bottom: 43.2%;
left: 42.9%;
right: 0;
}
.powerCoin img {
width: 38px;
}
}
@media (min-width: 375px){
  .powerCoin {
position: absolute;
bottom: 41.7% ;
left:42.9%;
right: 0;
}
.powerCoin img {
width: 45px;
}

}
@media (min-width: 360px){
  .powerCoin {
position: absolute;
bottom: 41.7% ;
left: 42.9%;
right: 0;
}
.powerCoin img {
width: 45px;
}

}
@media(min-width: 411px){
  .powerCoin {
  position: absolute;
  bottom: 40.5% ;
  left: 42.9%;
  right: 0;
  }
  .powerCoin img {
  width: 50px;
  }
  
  }
@media(min-width: 425px){
.powerCoin {
position: absolute;
bottom: 40.5% ;
left: 43.1%;
right: 0;
}
.powerCoin img {
width: 50px;
}

}
@media(min-width: 540px){
  .powerCoin {
  position: absolute;
  bottom: 39.6% ;
  left: 42.9%;
  right: 0;
  }
  .powerCoin img {
  width: 66px;
  }
  
  }
@media(min-width: 768px){
.powerCoin {
position: absolute;
bottom: 34% ;
left: 42.7% ;
right: 0;
}
.powerCoin img {
width: 98px;
}

}
@media(min-width: 1024px){
.powerCoin {
position: absolute;
bottom: 29.9%;
left: 42.8%;
right: 0;
}
.powerCoin img {
width: 130px ;
}

}
@media(min-width: 1280px){
  .powerCoin{
    position: absolute;
    bottom:27%;
    left: 43%;
    right: 0;
  }
  .powerCoin img{
  width: 160px;
  }
  }
@media(min-width: 1300px){
  .powerCoin{
    position: absolute;
    bottom:27%;
    left: 43%;
    right: 0;
  }
  .powerCoin img{
  width: 160px;
  }
  
  } */
/* coin */
/* nav bar new  */
.navBarIn {
  padding: 10px 0 8px 0;
}
.navbar-expand-lg .navbar-collapse {
  padding-top: 26px;
}

/* navbar regular css start */

.site-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
a.site-logo {
  font-size: 26px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
.site-navbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  padding-top: 36px;
  padding-bottom: 10px;
}
.site-navbar ul li {
  margin: 0 8px;
}
.site-navbar ul li a {
  color: #fff;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  display: block;
  text-decoration: none;
}
.site-navbar ul li a:hover {
  background: rgba(255, 255, 255, 0.1);
}
/* navbar regular css end */

/* nav-toggler css start */
.nav-toggler {
  border: none;
  padding: 5px;
  background-color: transparent;
  cursor: pointer;

  display: none;
  background-color: #ff7f00;
  height: 34px;
  width: 34px;
  padding-top: 8px;
  outline: none;
  border-radius: 100%;
}
.nav-toggler span {
  width: 18px;
  height: 2px;
  background-color: #fff;
  display: block;
  transition: 0.3s;
  margin: -2px auto 0;
}
.nav-toggler span:before {
  width: 18px;
  height: 2px;
  background-color: #fff;
  display: block;
  transition: 0.3s;
  margin: 0 auto;
}
.nav-toggler span:after {
  width: 18px;
  height: 2px;
  background-color: #fff;
  display: block;
  transition: 0.3s;
  margin: 0 auto;
}
.nav-toggler span:before {
  content: "";
  transform: translateY(-6px);
}
.nav-toggler span:after {
  content: "";
  transform: translateY(4px);
}
.nav-toggler.toggler-open span {
  background-color: transparent;
}
.nav-toggler.toggler-open span:before {
  transform: translateY(0px) rotate(45deg);
}
.nav-toggler.toggler-open span:after {
  transform: translateY(-2px) rotate(-45deg);
}
/* nav-toggler css start */

/* Add this attribute to the element that needs a tooltip */

/* intro-area css start */

.contract_address {
  width: fit-content;
  border: 1px solid #bd9442;
  border-radius: 10px;
  position: relative;
  padding: 20px;
}
.contract_address input {
  width: 100%;
  font-size: 14px;
  background: none;
  border: none;
  color: #fff;
  outline: none;
}
.contract_address button {
  position: absolute;
  right: 14px;
  top: 10px;
  background: none;
  border: none;
}
/* .contract_address img{
  position: absolute;
  right: 14px;
  top: 10px;
} */
.contract_address h6 {
  font-size: 34px;
  font-weight: 600;
  line-height: 28px;
  color: #bd9442;
}
.contract_address p {
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  color: #ffffff;
  padding-top: 6px;
}
.intro-area {
  height: calc(100vh - 61px);
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
}
.intro-area h2 {
  font-size: 50px;
  font-weight: 300;
  line-height: 50px;
  margin-bottom: 25px;
}
.intro-area p {
  font-size: 18px;
}

/* intro-area css end */

/* mobile breakpoint start */
@media screen and (max-width: 1160px) {
  /* navbar css for mobile start */
  .nav-toggler {
    margin-top: 22px;
  }
  .nav-toggler {
    display: block;
  }
  .site-navbar {
    min-height: 77px;
  }
  .site-navbar ul {
    position: absolute;
    width: 100%;
    height: calc(100vh - 60px);
    left: 0;
    /* right: -8px; */
    z-index: -1;
    top: 4px;
    padding-top: 67px;
    z-index: -1;
    flex-direction: column;
    align-items: center;
    background-color: #0f1727;
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
  }
  .site-navbar ul li {
    width: 100%;
    text-align: center;
    margin: 0 8px;
  }
  .site-navbar ul li a {
    padding: 15px;
  }
  .site-navbar ul li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .site-navbar ul.open {
    min-height: 100vh;
    overflow: visible;
  }
  .intro-area h2 {
    font-size: 36px;
    margin-bottom: 15px;
  }
  /* navbar css for mobile end */
}
.site-navbar ul li a:hover {
  background: none;
}
/* mobile breakpoint end */
.site-navbar ul li a img {
  margin-right: 4px;
}
.navBar {
}

/* nav bar new end */
img {
  max-width: 100%;
}
.active {
  border-bottom: 5px solid #ff7f00;
  padding-bottom: 16px;
  color: #ffffff !important;
}
header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #0f1727;
}
/* .navbar-nav .nav-item a.nav-link:hover span {
  border-bottom: 5px solid #FF7F00;
  padding-bottom: 16px;
  transition: all 0.5s;
} */

.nav-link {
  color: #ffffff;
  font-size: 15px;
}
.nav-link:hover {
  color: #ffffff;
}
.nav-item {
  margin: 0 8px;
}
.nav-link small {
  padding-bottom: 16px;
  font-size: 15px;
}

.scrollTop {
  position: fixed;
  right: 4%;
  bottom: 10px;
  background-color: #ff7f00;
  z-index: 1111;
  /* width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center; */
  border-radius: 50%;
  box-shadow: 0 0 10px 0 #00000094;
  /* transition: all 0.4s ease-in-out 0s; */
}

.scrollTop a {
  font-size: 18px;
  color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.scrollTop a i {
}
.menu_icon {
  display: none;
  cursor: pointer;
}
.order-first {
  order: 0 !important;
}
.menu_icon div {
  width: 16px;
  height: 2px;
  background: #fff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
.menu_icon div {
  margin-top: 3px;
}
.active_menu div:nth-child(2) {
  opacity: 0;
}
.active_menu div:nth-child(1) {
  transform: translateY(4px) rotate(45deg);
}
.active_menu div:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}
.nav-sticky {
  top: 0px;
  width: 100%;
  z-index: 1;
  position: sticky;
  background-color: #0f1727 !important;
  box-shadow: 0px 1px 10px rgb(0 0 0 / 10%);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navBarIn {
  padding: 10px 0 8px 0;
}
.navbar-expand-lg .navbar-collapse {
  padding-top: 26px;
}
.nav-item a img {
  margin-right: 4px;
}

.exceliCoin img {
  width: 405px;
}
.watchWideoBtn {
  padding-bottom: 40px;
}
.watchWideoBtn a {
  width: 200px;
  height: 48px;
  background: #ffffff;
  color: #4c1f59;
  font-size: 18px;
  border-radius: 30px;
  line-height: 48px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
.watchWideoBtn a.watch-video {
  background: #ffffff;
  color: #bd9442;
  text-align: left;
}

.watchWideoBtn a.watch-video img {
  padding: 0 38px 0 20px;
}
/* contact start */
.contact {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#150941+0,3a0942+100 */
  background: #150941; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #150941 0%,
    #3a0942 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #150941 0%,
    #3a0942 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #150941 0%,
    #3a0942 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#150941', endColorstr='#3a0942',GradientType=0 ); /* IE6-9 */

  padding: 82px 0;
  position: relative;
}
.contactDots {
  position: absolute;
  right: 16px;
  bottom: -7.5%;
  z-index: 11;
}
.contact h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #ffffff;
  text-align: center;
  padding-bottom: 30px;
}
.contact p {
  font-size: 18px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  padding-bottom: 30px;
}
.contactIn {
  width: 666px;
  margin: 0 auto;
}
.file-upload {
  position: absolute;
  bottom: -1px;
}
.docx {
  font-size: 13px;
  line-height: 25px;
  color: #cccccc;
  font-weight: 400;
  margin-left: 10px;
  margin: -24px 0 0 130px;
  display: inherit;
}
.fileLabel {
  display: block;
  cursor: pointer;
}
.fileLabel img {
  position: relative;
  bottom: 1px;
}
.fileLabel span {
  color: #83cfff;
  padding-left: 10px;
}
.FileUpload1 {
  display: none;
}
.labelInput {
  padding-top: 10px;
}
.labelInput label {
  color: #ffffff;
  font-size: 14px;
  line-height: 26px;
  display: block;
}
.labelInput input {
  width: 320px;
  height: 40px;
  background: #ffffff;
  padding: 10px;
  border: 2px solid #cccccc;
  border-radius: 4px;
  outline: none;
  margin-top: 2px;
}
.labelInput select {
  width: 320px;
  height: 40px;
  background: #ffffff;
  padding: 0 10px;
  border: 2px solid #cccccc;
  border-radius: 4px;
  outline: none;
  margin-top: 2px;
}
.one {
  color: #cccccc;
  opacity: 1;
}
::placeholder {
  color: #cccccc;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #cccccc;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #cccccc;
}
.subjectInput {
  padding-top: 10px;
}
.subjectInput label {
  color: #ffffff;
  font-size: 14px;
  line-height: 26px;
  display: block;
}
.subjectInput input {
  width: 100%;
  height: 40px;
  background: #ffffff;
  padding: 10px;
  border: 2px solid #cccccc;
  border-radius: 4px;
  outline: none;
  margin-top: 15px;
}
.DescritionTextarea {
  padding-top: 10px;
}
.DescritionTextarea label {
  color: #ffffff;
  font-size: 14px;
  line-height: 26px;
  display: block;
}
.DescritionTextarea textarea {
  width: 100%;
  min-height: 200px;
  background: #ffffff;
  padding: 10px;
  border: 2px solid #cccccc;
  border-radius: 4px;
  outline: none;
  margin-top: 15px;
}
.contactIn h5 {
  font-size: 16px;
  line-height: 30px;
  color: #83cfff;
  font-weight: 700;
}
.contactIn h5 img {
  margin-right: 10px;
}
.contactIn h5 span {
  font-size: 13px;
  line-height: 25px;
  color: #cccccc;
  font-weight: 400;
  margin-left: 10px;
}
.contactIn button {
  width: 160px;
  height: 40px;
  color: #ffffff;
  font-weight: 600;
  background: #c5c5c5;
  outline: none;
  border-radius: 5px;
  border: none;
  margin-top: 30px;
}
/* contact end */

/* oze_document start */
.oze_document {
  background: #190941;
  padding: 70px 0;
}
.oze_documentBorder {
  width: 146px;
  height: 4px;
  background: #d1a03e;
  border-radius: 4px;
  margin: 0 auto 70px;
}
.oze_document h2 {
  font-size: 48px;
  line-height: 57px;
  color: #ffffff;
  font-weight: 700;
  padding-bottom: 10px;
  text-align: center;
}
.OnepaperCard {
  width: 70%;
  margin: 0 auto;
}
.OnepaperCard h3 {
  font-size: 60px;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  font-weight: 800;
}
.onepageCardImg img {
  transition: 0.5s;
  transform: scale(1);
  width: 244px;
  border-radius: 6px;
  box-shadow: 0 0px 50px 0 rgb(255 255 255 / 20%);
  margin: 0 auto;
  display: block;
}
.onepageCardImg img:hover {
  transition: 0.5s;
  transform: scale(1.1);
}
.onepageCardImg h6 {
  font-size: 22px;
  line-height: 34px;
  padding-top: 50px;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
}

/* oze_document end */
/* footer start */
footer {
  background: #07011e;
  padding: 70px 0 18px 0;
  position: relative;
}
.footerLeft h6 {
  font-size: 14px;
  line-height: 56px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  border-bottom: 1px solid #ffffff;
  width: 60%;
  margin: 0 auto;
}
.footerDots {
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.footerLeft {
  width: 60%;
}
.footerLeft a img {
  display: block;
  margin: 0 auto;
}
.footerLeft p {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  padding: 20px 0;
}
.googleStore {
  margin-top: 14px;
  display: inline-block;
}
.footerLeft ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 30px 0 0 0;
  justify-content: center;
}
.footerLeft ul li {
  padding-left: 21px;
}
.footerLeft ul li:nth-child(1) {
  padding-left: 0;
}
.footerLeft ul li:nth-child(last) {
  padding-left: 0;
}
.footerLeft ul li a {
}
.footerLeft ul li a img {
}
.footerRight {
}
.footerRight h4 {
  font-size: 18px;
  line-height: 60px;
  color: #ffffff;
  font-weight: 700;
}
.footerRight ul {
  padding: 0;
  list-style: none;
}
.footerRight ul li {
  padding-top: 15px;
}
.footerRight ul li a {
  font-size: 15px;
  line-height: 38px;
  color: #ffffff;
  font-weight: 400;
}
.copyRightLeft p {
  font-size: 15px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 400;
}
.copyRightRight ul {
  padding: 0;
  list-style: none;
}
.copyRightRight ul li p {
  font-size: 15px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 400;
  display: flex;
  gap: 15px;
  align-items: center;
}
.copyRightRight ul li p a {
  color: #ffffff;
}
.copyRightRight ul li img {
  margin-right: 8px;
}
.copyRightRight ul li span {
  font-size: 15px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 400;
}
.footerIn {
  padding-top: 50px;
}
/* footer end */

/* slick slider start */
.slick-dots li button:before {
  font-size: 30px;
  color: #ffffff !important;
}
.slick-dots {
  position: absolute;
  bottom: -128px;
  left: -16%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slickSlider {
  width: 272px;
  height: 618px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 6px 0 #5c5c5c26;
  padding: 10px;
  margin-right: 10px;
}
.slickSlider img {
  display: block;
  margin: 0 auto;
}
.slickSlider h4 {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  font-weight: 700;
  padding: 20px 0 12px 0;
}
.slickSlider p {
  font-size: 14px;
  line-height: 24px;
  color: #22304c;
  font-weight: 400;
}
.socilSlider {
  background: url(../images/socilBanner.jpg) no-repeat;
  background-size: cover;
  padding: 82px 0 0 0;
}
.socilSlider h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 56px;
  color: #ffffff;
  text-align: center;
}
.socilSliderIn {
  position: relative;
  padding: 0 0 250px 0;
}
.socilImg {
  position: absolute;
  right: -22px;
  top: 51px;
}
.right-arrow1 {
  position: absolute;
  bottom: 14%;
  right: 57%;
}
.left-arrow1 {
  position: absolute;
  bottom: 14%;
  left: 26%;
}
.right-arrow1 a img,
.left-arrow1 a img {
  width: 70%;
}
.multiple-items-c {
  padding-top: 40px;
}
.slick-dots li {
  margin: 0;
}
/* slick slider end */

/* captcha start */
.captcha {
  background-color: #f9f9f9;
  border: 2px solid #d3d3d3;
  border-radius: 5px;
  color: #4c4a4b;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 256px;
  height: 72px;
  margin-top: 20px;
}

/* @media screen and (max-width: 500px) {
	.captcha {
		flex-direction:column;
	}
	.text {
		margin:.5em!important;
		text-align:center;
	}
	.logo {
		align-self: center!important;
	}
	.spinner {
		margin:2em .5em .5em .5em!important;
	}
} */

.text {
  font-size: 12px;
  font-weight: 500;
  margin-right: 1em;
}
.spinner {
  position: relative;
  width: 2em;
  height: 2em;
  display: flex;
  margin: 2em 1em;
  align-items: center;
  justify-content: center;
}
input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
input[type="checkbox"] + .checkmark {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #fcfcfc;
  border: 2.5px solid #c3c3c3;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
input[type="checkbox"] + .checkmark span {
  content: "";
  position: relative; /*
	position:absolute;
	border-bottom:3px solid;
	border-right:3px solid;
	border-color:#029f56;*/
  margin-top: -3px;
  transform: rotate(45deg);
  width: 0.75em;
  height: 1.2em;
  opacity: 0;
}
input[type="checkbox"] + .checkmark > span:after {
  content: "";
  position: absolute;
  display: block;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #029f56;
}
input[type="checkbox"] + .checkmark > span:before {
  content: "";
  position: absolute;
  display: block;
  width: 3px;
  bottom: 0;
  right: 0;
  background-color: #029f56;
}
input[type="checkbox"]:checked + .checkmark {
  animation: 2s spin forwards;
}
input[type="checkbox"]:checked + .checkmark > span {
  animation: 1s fadein 1.9s forwards;
}
input[type="checkbox"]:checked + .checkmark > span:after {
  animation: 0.3s bottomslide 2s forwards;
}
input[type="checkbox"]:checked + .checkmark > span:before {
  animation: 0.5s rightslide 2.2s forwards;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bottomslide {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes rightslide {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  align-self: flex-end;
  margin: 0 1em;
}
.logo img {
  height: 2em;
  width: 2em;
}
.logo p {
  color: #9d9ba7;
  margin: 0;
  font-size: 10px;
  line-height: 12px;
  font-weight: 700;
  margin: 0.4em 0 0.2em 0;
  padding-bottom: 0;
}
.logo small {
  color: #9d9ba7;
  margin: 0;
  font-size: 8px;
}
@keyframes spin {
  10% {
    width: 0;
    height: 0;
    border-width: 6px;
  }
  30% {
    width: 0;
    height: 0;
    border-radius: 50%;
    border-width: 1em;
    transform: rotate(0deg);
    border-color: rgb(199, 218, 245);
  }
  50% {
    width: 2em;
    height: 2em;
    border-radius: 50%;
    border-width: 4px;
    border-color: rgb(199, 218, 245);
    border-right-color: rgb(89, 152, 239);
  }
  70% {
    border-width: 4px;
    border-color: rgb(199, 218, 245);
    border-right-color: rgb(89, 152, 239);
  }
  90% {
    border-width: 4px;
  }
  100% {
    width: 2em;
    height: 2em;
    border-radius: 50%;
    transform: rotate(720deg);
    border-color: transparent;
  }
}
::selection {
  background-color: transparent;
  color: teal;
}
::-moz-selection {
  background-color: transparent;
  color: teal;
}
/* captcha end */

/* second page start */
.angle-down {
  height: 64px;
  width: 64px;
  background-color: #000000;
  margin: 0 auto;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 56px;
}
.angle-down i {
  color: #ffffff;
  font-size: 37px;
  font-weight: 300;
}
.ozeBanner {
  /* background: url(../images/coinBanner.jpg) no-repeat;
    background-size: cover; */
  position: relative;
  /* padding: 228px 0 120px 0; */
  /* border-bottom: 10px solid #3E0D68; */
  margin-top: -7%;
}
.ozeBanner img.coinBannerImg {
  width: 100%;
}
.ozePosition {
  position: absolute;
  top: 44%;
  left: 0;
  right: 0;
}
.yellowLine {
  position: absolute;
  left: 0;
  top: 44%;
}
.ozeBannerIn {
  display: flex;
  align-items: center;
  position: relative;
}
.homeBorder {
  height: 10px;
  width: 100%;
  background: #3e0d68;
}
.exceliCoin {
  position: absolute;
  right: 0%;
  top: -44%;
}
.ozeBannerIn h1 {
  font-size: 84px;
  line-height: 58px;
  color: #ffffff;
  font-weight: 700;
  padding-bottom: 60px;
  margin-top: -24%;
}
.social-media-icons ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-media-icons {
  padding-top: 50px;
}
.social-media-icons ul li:nth-child(1) {
  padding-left: 0;
}
.social-media-icons ul li a img {
  width: 34px;
  height: 34px;
}
.social-media-icons ul li {
  padding-left: 34px;
}
.ozeBannerIn h4 span {
  background-color: #f3ec78;
  background-image: linear-gradient(
    89.99deg,
    #ffffff 1.57%,
    #fa825d 58.94%,
    #e23e3a 99.99%
  );

  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
.ozeBannerIn h4 span.nft-graident {
  background-color: #f3ec78;
  background-image: linear-gradient(
    89.99deg,
    #d8d0ff 1.57%,
    #ff7878 58.94%,
    #e23a8b 99.99%
  );

  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}

.app_icons {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
}
.app_icons ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
}
.app_icons ul li {
  height: 95px;
}
#coming-show {
  display: none;
  font-size: 18px;
  padding-top: 10px;
  line-height: 28px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}
#coming-shows {
  display: none;
  font-size: 18px;
  padding-top: 15px;
  line-height: 28px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}
.solana img {
  display: block;
  margin: 0 auto;
}
.solana {
  width: 438px;
  right: 0;
  position: absolute;
  bottom: -20%;
}
.ozeBannerIn h4 {
  font-size: 48px;
  line-height: 62px;
  color: #ffffff;
  font-weight: 700;
  padding-bottom: 40px;
}
.aboutUs {
  background: #0d042e;
  padding: 100px 0 0 0;
  /* border-bottom: 10px solid #3E0D68; */
}
.aboutUsIn h2 {
  font-size: 48px;
  line-height: 57px;
  color: #ffffff;
  font-weight: 700;
  padding-bottom: 44px;
}
.hedderBorder {
  width: 146px;
  height: 4px;
  background: #d1a03e;
  border-radius: 4px;
}
.aboutText {
  background: #241e4e;
  margin-top: 48px;
}
.aboutTextLeft img {
  width: 738px;
}
.aboutTextRight {
  display: flex;
  align-items: center;
  justify-content: center;
}
.aboutTextRight p {
  font-size: 18px;
  line-height: 30px;
  color: #c5c5c5;
  font-weight: 400;
  padding-bottom: 30px;
  width: 570px;
  text-align: justify;
}
.coinpowers {
  padding: 32px 0 54px 0;
  position: relative;
}

.coinpowers h2 {
  font-size: 24px;
  line-height: 49px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  padding-bottom: 18px;
}
.coinpowers a {
  font-size: 16px;
  line-height: 50px;
  color: #ffffff;
  font-weight: 700;
  width: 200px;
  height: 50px;
  text-align: center;
  display: block;
  margin: 0 auto;
  border-radius: 100px;
  margin-top: 56px;
  border: 1px solid #ffffff;
}
.keyFeatures {
  background: url(../images/keyfeaturesBanner.jpg) no-repeat;
  background-size: cover;
  padding: 82px 0 200px 0;
}
.keyFeaturesIn {
  position: relative;
}
.right-arrow2 {
  position: absolute;
  bottom: -15.5%;
  right: 41%;
}
.left-arrow2 {
  position: absolute;
  bottom: -15.5%;
  left: 42%;
}
.keyFeatureSlider {
  min-height: 560px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 6px 0 #5c5c5c26;
  padding: 20px;
  margin-right: 10px;
}
.keyFeatureSlider h4 {
  font-size: 35px;
  line-height: 48px;
  color: #22304c;
  font-weight: 700;
  padding-top: 30px;
}
.keyFeatureSlider p {
  font-size: 15px;
  line-height: 28px;
  color: #161616;
  font-weight: 600;
}
.sliderBottom {
  display: block;
  width: 146px;
  height: 4px;
  background: #ff7f00;
  border-radius: 20px;
  margin: 26px 0;
}
.keyFeaturesLeft {
  display: flex;
  align-items: center;
  justify-content: center;
}
.keyFeaturesLeft h2 {
  font-size: 48px;
  line-height: 70px;
  color: #ffffff;
  font-weight: 700;
  padding-bottom: 14px;
}
.tokenomics {
  background: #0d042e;
  padding: 100px 0 0px 0;
  position: relative;
}
.tokenomicIN {
  z-index: 99;
}
.graph img {
  width: 1920px;
}
.tokenomicChart {
  /* float: right; */
}
.tokenomicsContent {
  margin-top: -8%;
}
.tokenomicsContent h2 {
  font-size: 48px;
  line-height: 70px;
  color: #ffffff;
  font-weight: 700;
  padding-bottom: 26px;
}
.tokenomicsContent p {
  font-size: 20px;
  line-height: 38px;
  color: #ffffff;
  font-weight: 600;
  padding-top: 56px;
  width: 479px;
}
.hedderBorderIn {
  width: 146px;
  height: 4px;
  background: #bd9442;
  border-radius: 4px;
}
/* .tokenomicsRight{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
}
.tokenomicsRight h2{
  font-size: 48px;
    line-height: 70px;
    color: #ffffff;
    font-weight: 700;
    padding-bottom: 26px;  
}
.tokenomicsRight p{
  font-size: 20px;
    line-height: 38px;
    color: #ffffff;
    font-weight: 600;
padding-top: 56px;
    width: 650px;
} */

.clear {
  clear: both;
}
.tokenomicsIn {
  background: rgb(10 47 81 / 50%);
  padding: 32px 0 80px;
  margin-top: 120px;
  position: relative;
  z-index: 1;
}
.graph {
  position: absolute;
  bottom: -8%;
  left: 0;
}
.tokenomicslist {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 50px;
}
.tokenomicslistTwo {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.tokenomicslist li {
  width: 25%;
}
.tokenomicslistTwo li {
  width: 25%;
}
.tokenomicslist li h4,
.tokenomicslistTwo li h4 {
  font-size: 20px;
  line-height: 35px;
  color: #d1a03e;
  font-weight: 500;
}
.tokenomicslist li p,
.tokenomicslistTwo li p {
  font-size: 20px;
  line-height: 35px;
  color: #ffffff;
  font-weight: 500;
}
.teamProfile {
  background: url(../images/teamBg.jpg) no-repeat;
  background-size: cover;
  padding: 100px 0;
  position: relative;
}
.team-in {
  width: 630px;
  margin: 0 auto;
}
.teamDots {
  position: absolute;
  left: 0;
  top: 45.6%;
}
.teamProfile h2 {
  font-size: 48px;
  line-height: 70px;
  color: #ffffff;
  font-weight: 700;
  padding-bottom: 14px;
  text-align: center;
}
.profileCard {
  width: 215px;

  /* background: #ffffff; */
  margin: 50px auto 0;
  border-radius: 20px;
}
.profileCard img {
  border-radius: 20px 20px 0 0;
}
.teamBorder {
  width: 78px;
  height: 4px;
  background: #bd9442;
  border-radius: 4px;
  margin: 0 auto 50px;
}
.profileCard h6 {
  font-size: 20px;
  line-height: 30px;
  color: #97c3f9;
  font-weight: 400;
  min-height: 59px;
}
.profileCard h4 {
  font-size: 22px;
  line-height: 55px;
  color: #ffffff;
  font-weight: 600;
}
.profileCard h5 {
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 700;
  padding: 19px 0 14px 0;
  min-height: 95px;
}
.profileCard p {
  font-size: 15px;
  line-height: 24px;
  color: #b9b9b9;
  font-weight: 400;
  padding: 0 0 30px 0;
  min-height: 186px;
}
.profileCard a {
  font-size: 18px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 400;
  text-decoration: none;
}
.profileCard a i {
  margin-left: 5px;
}
.advisors {
  width: 603px;
  margin: 0 auto;
  /* padding-bottom: 80px; */
}
.advisors h3 {
  font-size: 48px;
  line-height: 70px;
  color: #ffffff;
  font-weight: 700;
  padding-bottom: 14px;
  text-align: center;
}
.advisiorBorder {
  width: 1200px;
  margin: 100px auto 45px;
  height: 1px;
  display: block;
  background: #97c3f9;
}
/* .litePaper{
  background: #0D042E;
  padding: 100px 0 50px 0;
} */
.whitepaper {
  /* background: url(../images/whitepaperBanner.jpg)no-repeat; */
  background: #190941;
  background-size: cover;
  padding: 100px 0;
  position: relative;
}
.WhitePaperBorder {
  width: 146px;
  height: 4px;
  background: #bd9442;
  border-radius: 4px;
  margin: 0 auto 50px;
}
.whitepaperDotsLeft {
  position: absolute;
  left: 16px;
  top: 16px;
}
.whitepaperDotsRight {
  position: absolute;
  right: 16px;
  bottom: 16px;
}
.whitepaperIn {
  width: 760px;
  margin: 0 auto;
}
.whitepaperCard a img {
  transform: scale(1);
  transition: all 0.5s;
}
.whitepaperCard a img:hover {
  transform: scale(1.1);
  transition: all 0.5s;
}
.whitepaperLeft h4,
.whitepaperRight h4 {
  font-size: 28px;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
}
.whitepaper h2 {
  font-size: 48px;
  line-height: 70px;
  color: #ffffff;
  font-weight: 700;
  padding-bottom: 14px;
  text-align: center;
}
.roadmaps {
  /* background: url(../images/roadmapBanner.jpg) no-repeat; */
  background-size: cover;
  /* padding-top: 90px; */
  position: relative;
  /* height: 1560px; */
}
.roadmaps img {
  width: 100%;
}
.RoadmapHedding {
  position: absolute;
  top: 8%;
}
.roadmapDots {
  position: absolute;
  right: 15px;
  bottom: -8%;
  z-index: 1;
}

.roadmaps h2 {
  font-size: 48px;
  line-height: 70px;
  color: #ffffff;
  font-weight: 700;
  padding-bottom: 14px;
}
.roadmaps img {
  /* margin-top: 50px; */
  margin-bottom: -1.7px;
}

/* nfts start */
.nfts-in {
  padding: 70px 0 35px;
}
.nfts {
  position: relative;
}
.nfts-dots2 {
  position: absolute;
  right: 0;
  bottom: 25px;
}
.nfts-position {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.nfts-in h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 56px;
  color: #ffffff;
  text-align: center;
}
.nfts-in h4 {
  font-size: 50px;
  line-height: 70px;
  color: #ffffff;
  font-weight: 700;
  padding-bottom: 50px;
}
.nfts-in h4 span {
  background-color: #f3ec78;
  background-image: linear-gradient(
    89.99deg,
    #ffffff 1.57%,
    #fa825d 58.94%,
    #e23e3a 99.99%
  );
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
.nfts-left {
}
.nfts-left ul {
  padding: 0;
  list-style: none;
}
.nfts-left ul li {
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  padding-bottom: 12px;
  position: relative;
  padding-left: 35px;
  padding-top: 20px;
}
.nfts-left ul li::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 30px;
}
.nfts-in h6 {
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  text-align: center;
  padding-top: 100px;
}
.chatLine {
  background: #ff7f00;
  width: 56px;
  height: 5px !important;
  margin: 26px auto;
  border-radius: 20px;
}
/* nfts end */

/* metaverse start */
.metaverse {
  background: #0d042e;
  padding: 70px 0 100px;
  position: relative;
}
.metaverse img {
  width: 100%;
}
.metaverse h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 56px;
  color: #ffffff;
  text-align: center;
}
.metaverse-in p {
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  text-align: center;
  padding: 50px 0;
}
.metaverse-in ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}
.metaverse-in ul li {
  width: 33.3%;
  margin: 40px auto 0;
}
.metaverse-in ul li .metaverse-card {
  width: 270px;
  height: 140px;
  border: 2px dashed #0094ff;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  box-shadow: 0 0 13px -4px rgb(0 148 255 / 60%);
  margin: 0 auto;
}
.metaverse-in ul li h6 {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}
.metaverse-in h5 {
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  text-align: center;
  padding: 120px 0 0;
}
.metaverse-card4 {
  margin-left: 210px !important;
}
.metaverse-card5 {
  margin-right: 216px !important;
}
/* metaverse end */

/* Faq start */

/* .accordion-container{
  position: relative;
  height: auto;
  margin: 10px auto;
}

.set{
  position: relative;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #DEDEDE;

}
.set > h4{
  
  padding: 20px 15px;
  color: #414141;
cursor: pointer;
 font-size: 18px;
 font-weight: 500;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear;
}
.set > h4 i{
  float: right;
  margin-top: 2px;
}
.set > h4 i.fa-plus{
  color: #DEDEDE;
}
.set > h4.activeAccordion{

background: #EEEEEE; 
  color: #414141;
}
.content{
  
background: #EEEEEE;

  display:none;
}
.content p{
  padding: 10px 15px;
  margin: 0;
  color: #414141;
}
.fa-plus:before{
  content: "\f107";
}
.fa-minus:before{
  content: "\f106";
}
.fqain{
  padding: 50px 0 30px 0;
}
.fqain h2{
  font-size: 30px;
  line-height: 32px;
  color: #231F20;
  font-weight: 600;
  border-left: 3px solid #FF7F00;
  padding-left: 6px;
}
.Faq{
  padding-bottom: 50px;
}
.content ul{
  margin: 0;
  padding-top: 4px;
  padding-bottom: 20px;
}
.content ul li{
  color: #414141;
 
} */
.fqain {
  padding: 50px 15px 30px 15px;
}
.fqain h2 {
  font-size: 30px;
  line-height: 32px;
  color: #231f20;
  font-weight: 700;
  border-left: 3px solid #ff7f00;
  padding-left: 6px;
}
.Faq {
  padding-bottom: 50px;
}
.fa-plus {
  color: #dedede;
}
.fa-plus:before {
  content: "\f107";
}
.fa-minus:before {
  content: "\f106";
}
.accordion-container {
  position: relative;
  max-width: 100%;
  height: auto;
  margin: 10px auto;
}

.set {
  position: relative;
  width: 100%;
  height: auto;
}
.set2 > h4 {
  display: block;
  padding: 18px 15px;
  text-decoration: none;
  color: #414141;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.set2 > h4 i {
  float: right;
  margin-top: 2px;
}
.accordionactive {
  background: #eeeeee;
  /* background: -moz-linear-gradient(left, #4a2602 0%, #351a0014 100%);
    background: -webkit-linear-gradient(left, #4a2602 0%,#351a0014 100%);
    background: linear-gradient(to right, #4a2602 0%,#351a0014 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a2602', endColorstr='#351a00',GradientType=1 ); */
  color: #ffffff;
}

.content {
  background: #eeeeee;

  display: none;
}
.content p {
  padding: 10px 15px 18px;
  margin: 0;
  color: #666666;
  margin: 0 auto;
}
.border-bot {
  border-bottom: 1px solid #dedede;
  margin: 0 auto;
}

/* Faq end */

/* privacy-policy start */
.privacy-policy {
  padding: 75px 0 10px;
}
.privacy-policyIn {
}
.privacy-policyIn h2 {
  font-size: 30px;
  line-height: 32px;
  color: #000000;
  font-weight: 600;
}
.privacy-policyIn p {
  font-size: 20px;
  line-height: 32px;
  color: #414141;
  font-weight: 400;
  padding-bottom: 30px;
}
.about-information {
}
.about-information h3 {
  font-size: 24px;
  line-height: 34px;
  color: #414141;
  font-weight: 600;
  border-bottom: 1px solid #dedede;
  padding: 30px 0;
  margin-bottom: 30px;
}

.about-information > ol {
  /* padding: 0; */
  /* padding-left: 20px; */
}
.about-information > ol > li > p {
  font-size: 20px;
  line-height: 32px;
  color: #414141;
  font-weight: 400;
  padding: 0 0 20px 0;
}
.about-information > ol > li > span {
  font-size: 20px;
  line-height: 32px;
  color: #414141;
  font-weight: 400;
  display: block;
  padding-bottom: 20px;
}
.personal-information {
}
.personal-information h3 {
  font-size: 24px;
  line-height: 34px;
  color: #414141;
  font-weight: 600;
  border-bottom: 1px solid #dedede;
  padding: 30px 0;
  margin-bottom: 30px;
}
.personal-information p {
  font-size: 20px;
  line-height: 32px;
  color: #414141;
  font-weight: 400;
  padding: 0 0 30px 0;
}
.personal-information p span {
  font-weight: 700;
}
.about-information h4 {
  font-size: 21px;
  line-height: 34px;
  color: #414141;
  font-weight: 700;
  padding: 30px 0;
}
.aboulIcons-list {
  padding-top: 80px;
}
.aboulIcons-list ul {
  display: flex;
  padding: 0;
  list-style: none;
}
.aboulIcons-list ul li {
  width: 20%;
  padding: 18px;
}
.aboulIcons-list ul li img {
  display: block;
  margin: 0 auto;
}
.aboulIcons-list ul li p {
  font-size: 16px;
  line-height: 30px;
  color: #f5f5f5;
  font-weight: 400;
  text-align: justify;
}
.aboulIcons-list ul li h6 {
  font-size: 24px;
  /* line-height: 56px; */
  color: #ffffff;
  padding-bottom: 14px;
  font-weight: 600;
  text-align: center;
}
.hoverText {
  visibility: hidden;
}
.aboutIconHover:hover + .hoverText {
  visibility: visible;
}

.aboulIcons-list > p {
  font-size: 24px;
  line-height: 38px;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
}
.brandLine {
  background: #ff7f00;
  width: 56px;
  height: 5px !important;
  margin: 26px 0;
  border-radius: 20px;
}
.about-information > ol > li > p > a {
  color: #007ac6;
}
/* privacy-policy end */
