@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100;0,9..40,200;0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;0,9..40,1000;1,9..40,100;1,9..40,200;1,9..40,400;1,9..40,500;1,9..40,600;1,9..40,700&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Yeseva+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Volkhov:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body {
      font-family: 'Lato', sans-serif;

  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
  color: #000000;
  background: rgba(0, 0, 0, 1);
  position: relative;
}

* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  box-sizing: border-box;
}

p {
  font-size: 14px;
  color: #000000;
  line-height: 1.6;
  margin: 0 0 15px;
  font-weight: 400;
}

a {
  color: #000000;
  text-decoration: none !important;
  transition: ease-in-out 0.3s;
  display: inline-block;
}

a:hover,
a:active {
  color: #40C74F;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #000000;
  margin: 0 0 15px;
  margin-bottom: 10px;
    font-family: 'Lato', sans-serif;
  }

  h1 {
   
    font-family: "Volkhov", serif;
    font-weight: 700;
    font-style: normal;
}
h1.title {
  font-size: 60px;
  color: #000;
  letter-spacing: 2px;
}
h2 {
  font-size: 32px;
  font-family: "Volkhov", serif;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 17px;
}

.h6 {
  font-size: 18px;
  text-align: center;
  text-transform: unset;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.h6:after {
  position: absolute;
  content: '';
  width: 40px;
  height: 2px;
  border-radius: 50px;
  background-color: #33CCB2;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.h5 {
  font-size: 18px;
  color: #33CCB2;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.h5:after {
  position: absolute;
  content: '';
  width: 40px;
  height: 2px;
  border-radius: 50px;
  background-color: #33CCB2;
  bottom: 0px;
  left: 0;
}

.h5_center {
  text-align: center;
}

.h5_center:after {
  left: 50%;
  transform: translateX(-50%);
}

.ptb_40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ptb_80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pt_80 {
  padding-top: 80px;
}

.pb_80 {
  padding-bottom: 80px;
}

ul {
  margin: 0;
}

input,
select,
textarea,
button,
input:focus,
button:focus {
  outline: none;
}

button {
  transition: ease-in-out 0.3s;
}

img {
  max-width: 100%;
}

header,
section,
footer {
  width: 100%;
}

.sectiondemo {
  height: 800px;
  background-color: #33CCB2;
}

.nav-bg {
  /* background: #121314; */
  backdrop-filter: blur(30px);
}

.welcomeText {
  text-align: center;
}

.sectionsRow {

  padding: 100px 0px 0px;
}

.justCenter {
  justify-content: center;
}

.eyebrowTitle {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 600;
}

.titleHeader01 {
  margin-bottom: 32px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 400;
  padding-left: 1rem;
  padding-right: 1rem;
  letter-spacing: 0.1rem;
}

.rowOne {
  height: 100vh;
  display: flex;
  align-items: center;
}

.secondBG {
  position: relative;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  z-index: -1;
  height: 800px;
}


.secondBG span {
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  width: initial;
  height: initial;
  background: none;
  opacity: 1;
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.secondBG span img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  box-sizing: border-box;
  padding: 0;
  border: none;
  margin: auto;
  display: block;
  width: 0;
  height: 0;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
}

.OurPurposeSectionBox {
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 1rem;
  /* border-width: 1.5px;
  border-color: hsla(0, 0%, 100%, .05); */
  border: solid 1px rgba(255, 255, 255, 0.1);
  padding: 2rem;

  background: linear-gradient(32.93deg, hsla(0, 0%, 98%, .1) -19.03%, hsla(0, 0%, 100%, .1) 49.78%, hsla(0, 0%, 86%, .1));

}

.purposeLeft {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  text-align: left;
}

.purposeRight {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.purposeLeft h3 {
  font-size: 20px;
}

.purposeBlank {
  width: 100%;
  margin-bottom: 2rem;
}

.boxStyle {
  border-radius: 1rem;
  border: solid 1px rgba(255, 255, 255, 0.1);
  padding: 2rem;
  background: linear-gradient(32.93deg, hsl(0deg 0% 0%) -19.03%, hsl(0deg 0% 0% / 54%) 49.78%, hsla(0, 0%, 86%, .1));
}

.tockenicon {
  font-size: 62px;
  margin-bottom: 8px;
}

.tokenbox h4 {
  margin-bottom: 16px;
}

.tokenbox p {
  color: rgba(255, 255, 255, 0.5);
}

.rowTwo,
.rowTree {
  position: relative;
}









.w-50 {
  width: 50%;
  height: auto;
}

.w-40 {
  width: 40%;
  height: auto;
}

.title-container {
  display: flex;
  padding: 100px 0px;
  justify-content: center;
  align-items: center;
}

.quarter.r2 img {
  position: absolute;
  top: 0;
  left: -33%;
}

.years ul {
  width: 100%;
  display: inline-flex;
  justify-content: flex-end;
}

.years ul li {
  padding-right: 50px;
  width: auto;
  font-family: 'Lexend', sans-serif;
  color: #848B9F;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  transition: all 0.8s ease;
  cursor: pointer;
}

.years ul li:nth-child(last) {
  padding: 0;
}

.years ul li:hover,
.years ul .active {
  color: #000000;
}



.quarter {
  text-align: left;
  position: relative;
  margin-bottom: 70px;
}



.quarter.r2:before {
  display: none;
}

.quarter ul {
  list-style: none;
}

.quarter:hover img {
  border: 9px solid #6145db52;
  border-radius: 100%;
}

.quarter img {
  border: 9px solid #0000;
  border-radius: 100%;
}

.quarter-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  transition: all 0.8s ease;
}

.quarter-title h2 {
  color: #ffffff36;
  /*   text-shadow:-5px -5px 5px #152758, 5px 5px 5px #000000; */
}

.quarter-content {
  opacity: 0;
  transition: all 0.8s ease;
  padding: 20px;
  border-radius: 32px;
  border: solid 1px rgba(255, 255, 255, 0.1);

  background: linear-gradient(32.93deg, hsl(51deg 97% 50%) -19.03%, hsla(0, 0%, 100%, .1) 49.78%, hsla(0, 0%, 86%, .1));

  background-size: cover;
  background-position: center 10px;
  background-repeat: no-repeat;
}

.active .quarter-title {
  opacity: 0;
}

.active .quarter-content {
  opacity: 1;
}


.ourBox {
  background: #ffffff9c;
  padding: 35px;
  border-radius: 10px;
  text-align: left;
  height: 450px;
  z-index: 0;
}

section#about {
  position: relative;
  background-image: url(../images/wave.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.mb-100 {
  padding-bottom: 100px;
}

#Tokenomics {
  background-image: url(../images/fgfdgdfgdfg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  z-index: 0;
}

body {
  background-color: #fff;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

#home {
  /* background-image: url(../images/bg-home.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; */
  /* min-height: 450px; */
  position: relative;
}
#home:before {
  /* content: '';
  background: linear-gradient(-47deg, #68d080 0%, #3875fd 100%);
  position: absolute; */
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0.9;
}
#ourStory {
  background-image: url(../images/ererwer.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
}

.mtb-100 {
  padding: 100px 0px;
}

#ourStory:before {
  background-image: url(../images/wave.png);
  content: '';
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: top;
  top: 490px;
}
.w-40.quarter.r1 {
  text-align: right;
}

.quarter.r1 ul.lit {
  position: relative;
  text-align: right;
}
.r1 ul.lit li{position: relative;}
.r1 ul.lit li:before {
  content: '';
  background: #fff;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 8px;
  right: -20px;
}
.r2 ul.lit li{position: relative;}
.r2 ul.lit li:before {  content: '';  background: #fff;  position: absolute;  width: 10px;  height: 10px;  top: 8px;  left: -20px;}
footer { background-color: #181A1C; color: #fff;}
footer {padding: 100px 0px 100px; margin-top: 50px;}
ul.footerMenu a { color: #fff;}
footer a{color: #fff;}
footer p { color: #fff; font-size: 18px;}
ul.footerMenu li { padding: 5px;}
#myBtn {  display: none;  position: fixed;  bottom: 100px;  background-color: transparent;  right: 30px;  z-index: 99;  border: none;  cursor: pointer;  padding: 0;  border-radius: 4px;}
a.nav-link {   color: #fff;}
#myBtn:hover { background-color: #555;}

.bgDark {
  background: #181A1C;
  color: #fff;
}
.pb-100 {
  padding-bottom: 100px;
}
.bgDark h2 {
  color: #fff;
}
.bgDark h2 span{
  color: #40c74f;
}
.heroBg.allregion .input-group{
  justify-content: right;
}
.allregion p{font-size: 18px !important;}
.mtb-50{
  margin:50px 0px;
}
.borderBtn {
  border: 1px solid #ABABAB;
  color: #ABABAB;
}

.slick-slider .element{
  background-color:#000;
  color:#fff;
  border-radius:5px;
  display:inline-block;
  margin:0px 10px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  font-size:20px;
}
.slick-slider .slick-disabled {
  opacity : 0; 
  pointer-events:none;
}
.slick-track {
  display: flex;
}

.slick-list.draggable {
  overflow: hidden;
}
.btn-wrap {
	text-align: center;
	width: 100%;
}
.btn-wrap button {
	background-color: #ddd;
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
	margin: 10px;
	font-size: 18px;
	font-weight: 600;
	transition: all 0.5s;
}
button.slick-disabled {
	opacity: 0.6;
}



.slick-arrow {
	z-index: 1;
	width: 40px;
	height: 40px;
}

.slick-arrow:before {
	font-size: 30px;
}
.slick-next {
	right: 0;
}
.slick-prev {
	left: 0;
}

.btn-wrap {
	text-align: center;
	width: 100%;
}

.prev-btn, .next-btn {
  position: absolute;
  top: 30%;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  opacity: 1;
  transition: opacity .15s ease;
}
img.prev-btn { left: 0; }
img.next-btn { right: 0; }
.pt-40 { padding-top: 40px; }
button.btn.view_btn { background: #F14C48; color: #fff; }
ul.dropdown-menu.show {
  padding: 10px;
  color: #ababab;
}
.mission img {
  position: relative;
  top: 30px;
}
.align-item-center {
  align-items: center;
}
.iconSection img {
  width: 20%;
  padding-bottom: 10px;
}

.iconSection {
  padding: 10px;
}


@media only screen and (max-width: 1440px) {
  .container {
    max-width: 1200px;
  }
}

@media only screen and (max-width: 1080px) {
  .container {
    max-width: 1200px;
  }

 
}

.navbar-brand {
  max-width: 150px;
}

.pt0 {
  padding-top: 0px;
}

.ftrLogo {
  height: 310px;
}

.copytext {
  text-align: left;
  margin-bottom: 0px;
}

.socialMediaLinks {
  display: flex;
  align-items: center;
}

.socialMediaLinks li {
  margin-left: 15px;
}

.socialMediaLinks li a {
  font-size: 24px;
  opacity: 0.5;

}

.socialMediaLinks li:hover a {
  opacity: 1;
}

.ftrNote {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ftrlogoCenter {
  text-align: center;
  margin-bottom: 80px;
}

footer {
  padding-bottom: 60px;
}

.connectionBG {
  position: fixed;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: -0;
  opacity: 0.2;
}

.rowOne {
  position: relative;
}

.video section {
  height: 100vh;
  background-color: #000;
  overflow: hidden;
}

/* video {
  object-fit: cover;
  width: 100%;
} */

.video h1 {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 70%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 7em;
  font-family: PT-san;
  text-transform: uppercase;
}
.ourBox {
  background: #ffffff;
  padding: 35px;
  border-radius: 10px;
  text-align: left;
  height: 530px;
  z-index: 1;
}
.ourBox h3, .ourBox p {
  color: #1a539c;
}

.video img {
  position: absolute;
  width: 25%;
  animation-delay: 2s;
  transform: translate3d(180%);
  display: inline-block;
  animation: animate 1s linear forwards;
}

.video h1 span {
  display: inline-block;
  animation: animate 1s linear forwards;
}

@keyframes animate {
  0% {
    opacity: 0;
    transform: rotateY(90deg);
    filter: blur(0);
  }

  100% {
    opacity: 1;
    transform: rotateY(0deg);
    filter: blur(0);
  }
}

.video h1 span:nth-child(1) {
  color: #28ee0e;
  opacity: 0;
  animation-delay: 2s;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFBE0B), to(#F42B03));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.video h1 span:nth-child(2) {
  opacity: 0;
  animation-delay: 2.2s;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFBE0B), to(#F42B03));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.video h1 span:nth-child(3) {
  opacity: 0;
  animation-delay: 2.5s;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFBE0B), to(#F42B03));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.video h1 span:nth-child(4) {
  opacity: 0;
  animation-delay: 2.8s;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFBE0B), to(#F42B03));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.video h1 span:nth-child(5) {
  opacity: 0;
  animation-delay: 3s;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFBE0B), to(#F42B03));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.video img {
  position: absolute;
  width: 25%;

  animation: fadeIn 6s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


.video h5 {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 80%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 2em;
  font-family: PT-san;
  text-transform: uppercase;
}

.video h5 span {
  display: inline-block;
  animation: animate 1s linear forwards;
  letter-spacing: 30px;
}

@keyframes animate {
  0% {
    opacity: 0;
    transform: rotateY(90deg);
    filter: blur(0);
  }

  100% {
    opacity: 1;
    transform: rotateY(0deg);
    filter: blur(0);
  }
}

.video h5 span:nth-child(1) {
  color: #fff;
  opacity: 0;
  animation-delay: 2s;

}

.video h5 span:nth-child(2) {
  color: #fff;
  opacity: 0;
  animation-delay: 2.3s;

}

.video h5 span:nth-child(3) {
  color: #fff;
  opacity: 0;
  animation-delay: 2.5s;

}

.video h5 span:nth-child(4) {
  color: #fff;
  opacity: 0;
  animation-delay: 2.8s;

}

.video h5 span:nth-child(5) {
  color: #fff;
  opacity: 0;
  animation-delay: 3s;

}

.w_title h1 {
  color: #fff;
  font-size: 128px;
  position: relative;
  /* transform: translate(-50%, -50%); */
}

.w_title h1:nth-child(1) {
  color: transparent;
  -webkit-text-stroke: 2px #03a9f4;
}

.w_title h1:nth-child(2) {
  /* color: #03a9f4; */
  animation: animate 4s ease-in-out infinite;
}

.w_title {
  position: relative;
  /* margin: 0 auto; */
}

.w_title {
  /* left: 14%;
  text-align: center;
  margin: 0 auto; */
  /* rahul css */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.w_title span {
  /* position: relative;
  bottom: -110px; */
  font-size: 25px;
  display: flex;
  letter-spacing: 15px;
  /* left: -149px; */
}

@keyframes animate {

  0%,
  100% {
    clip-path: polygon(0% 45%,
        16% 44%,
        33% 50%,
        54% 60%,
        70% 61%,
        84% 59%,
        100% 52%,
        100% 100%,
        0% 100%);
  }

  50% {
    clip-path: polygon(0% 60%,
        15% 65%,
        34% 66%,
        51% 62%,
        67% 50%,
        84% 45%,
        100% 46%,
        100% 100%,
        0% 100%);
  }
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.mtb-300 { padding-top: 300px;}

small {  color: #fff;  animation: animate 4s ease-in-out infinite; font-size: 128px;  position: absolute;  /* transform: translate(-50%, -50%); */  left: 0; top: 0;}
.tt { justify-content: center;}
.tsunami_logo img {  width: 100%;}
/* a.nav-link.btn {  background: #2a75f1;  color: #fff;} */
.form-outline {  display: flex;  align-items: center;}
.heroBg input#form1 {  height: 55px;    padding-left: 49px;    border-radius: 0px;    width: 470px;    margin-left: -13px; background-color: transparent; border: 0px;}
.heroBg button.btn.btn-primary {  width: 130px; border-radius: 0px;
  background: transparent;
  border: 0;
}
span.search { position: relative; filter: contrast(0.5);}
.heroBg p { text-align: left;  font-size: 23px;color: #000;}
.leftSection {  position: relative;  top: 130px; }
.card {border: 0;}
.card-body {  padding: 6px 0px;}
.titleSection {  display: flex;  justify-content: space-between;  align-items: center;}
.views { font-size: 14px;}
.rightMobileImg {
  text-align: center;
}
.dtailIn {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
button.plyBtn {
    border-radius: 22px;
    background: #F4F4F4;
    border: none;
    padding: 7px 15px;
}
.userImg {
    display: flex;
    align-items: center;
    padding-bottom: 25px;
}
.userImg input {
    margin-left: 10px;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    border-radius: inherit;
}
.chatTitle {
    display: flex;
    align-items: center;
}
.userImgS {
    padding-right: 10px;
}
.chatTitle {
    display: flex;
    align-items: center;
}
.card_ {
    display: flex;
    padding: 20px 0px;
}
span.reply {
    background: #e5e5e5;
    border-radius: 100px;
    padding: 5px 15px !important;
}
.shareBtn span {
    padding: 10px;
}
.chatTitle h3 {
    font-size: 18px;
    padding-right: 5px;
    margin-bottom: 0;
}
h6.cardTitle {
    font-size: 20px;
    padding-top: 10px;
    margin-bottom: 2px;
}
.card p, .card span {
    padding-bottom: 0px;
    margin-bottom: 0;
    color: #8C8C8C;
}

.card {
    /* padding: 80px; */
    background: #fff;
    
    max-width: 900px !important;
    margin: 0 auto;
}

.card {
    border: 0;
    padding-bottom: 20px;
}
/* button.reply {
  background: #e5e5e5;
  border-radius: 100px;
  padding: 5px 15px !important;
  border: none;
}
button.reply:hover,button.plyBtn:hover {
  background: #68d080;
  color: #fff;
} */

.viewYearSection p, .viewYearSection span {
  margin-bottom: 0;
  color: #8C8C8C;
}
.folloWVideo span {
  display: flex;
}
button.btn-primary.Follow {
  border-radius: 4.578px;
  background: #F14C48;
  border: navajowhite;
  width: 11%;
  height: 45px;
}
.viewYearSection .card_ {
  width: 70%;
  box-shadow: 1px 15px 1px 0px #b8b8b8;
  border-radius: 3px;
  border: 1px solid #F3F3F3;
  background: #FFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 10px;
  margin: 10px 0px;
}
.profileSec {
  display: flex;
  align-items: center;
}

.profileSec .chatTitle h3 {
  font-size: 24px;
}
.dR {
  display: flex;
  align-items: center;
  position: absolute;
  top: -130px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  width: 100%;
}
.darkGreen{
  background-color: #48623E;
}

button.btn-primary {
    background: #3875FE;
}
button.btn-primary.borderOnly {
  background: transparent;
  color: #9E9E9E;
  border: 1px solid #8E9E9E;
}
button.btn-primary.Follow.blue {
  background: #3875FE;
}
.rightMobileImg img {
  width: 50%;
}
.homeSearchForm {
  /* padding: 20px 0px; */
}
.homeSearchForm .form-outline {
  background: #fff;
  border-radius: 40px;
}
.homeSearchForm .btn-primary:focus,
.homeSearchForm .btn-primary:not(:disabled):not(.disabled):active:focus{
 box-shadow: none;
}


/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 26px 12px;
  border: 1px solid #fff;
  border-top: none;
}
.tabcontent .carousel-item{
  margin-left: 0% !important;
}



.tabcontent .card_ {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.tabcontent .card_ img {vertical-align: middle;}

.tabcontent .card_ .content {
  position: absolute;
  bottom: 0px;
  background-image: linear-gradient(#9e999900, #000000);
  color: #f1f1f1;
  width: 100%;
  border-radius: 10px;
  padding: 10px;
}
.tabcontent .card_ img{
  border-radius: 10px;
}
.tabcontent .card_ .content h3 {
  font-size: 18px;
  font-family: "Volkhov", serif;
  color: #fff;
}
.bellowCard_ {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
}
.tabcontent .card_ {
  position: relative;
  margin: 0 auto;
  height: 250px;
  padding: 0;
  width: 100%;
  object-fit: cover;
}
.tabcontent .carousel-indicators{
  bottom: -50px;
}
.tabcontent .carousel-indicators li{
  background-color: #000;
}
.tabcontent .carousel-control-next, .carousel-control-prev{
  width: 10%;
}
.tabcontent .carousel-control-prev{
  left: -10px;
}
.tabcontent a.carousel-control-next{
  right: -10px;
}

.sliderIt {
  width: 33.33%;
  padding: 10px;
  display: flex;
}

.tabcontent .carousel-control-prev{
  left: -10px;
  background: #000;
  height: 24px;
  width: 24px;
  top: 50%;
}
.tabcontent .carousel-control-next {
  right: -10px;
  background: #000;
  height: 24px;
  width: 24px;
  top: 50%;
}
 .tab button{
  float: none;
}
 .tab{
  text-align: center;
  margin: 0 auto;
  text-align: center;
    margin: 0 auto;
    background: transparent;
    border: none;
}
.centerAlign h2{
  text-align: center;
  font-family: "Volkhov", serif;
}
.tab button.active {
  background: transparent;
  border-bottom: 2px solid #3875fd;
}
.tabcontent .card_{
  position: relative;
}
.tabcontent .card_:hover:before {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(-47deg, #68d080 0%, #3875fd 100%);
  position: absolute;
  opacity: 0.9;
  border-radius: 10px;
}
.feature_box span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
}
.feature_box span p {
  margin-bottom: 0px;
  padding-left: 10%;
  font-size: 25px;
  margin-right: auto;
}
h2.titleHeader01{
  position: relative;
}
h2.titleHeader01:before {
  content: '';
  background: #000;
  width: 50%;
  height: 1px;
  position: absolute;
  bottom: -13px;
  left: 25%;
  background-repeat: no-repeat;
}
h2.titleHeader01.left:after {
  left: 0;
  width: 50%;
}
.features {
  padding-top: 40px;
}

h2.titleHeader01:after {
  content: '';
    background: #3875fd;
    width: 30%;
    height: 4px;
    position: absolute;
    bottom: -15px;
    left: 34%;
    background-repeat: no-repeat;
    text-align: center;
}
.appSetup {
  background: linear-gradient(-47deg, #68d080 0%, #3875fd 100%);
  color: #fff;
}
.ptb-80 {
  padding: 80px 0px;
}
.appSetup img {
  padding: 5%;
}
.appSetup p ,.appSetup h2.titleHeader01{
  color: #fff;
}
.feature_box span img {
  background: #dfdcdc;
  padding: 10px;
  border-radius: 10px;
  width: 10%;

}
.feature_box span{
  margin-bottom: 4%;
}
.screenshorts .sliderIt {
  width: 19.22%;
  padding: 0px;
}
.playstoreFooterLogo img {
  width: 70%;
  margin: 6px;
}

.footerBottom {
  border-top: 1px solid #fff;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.social a {
  padding: 0px 5px;
  font-size: 21px;
}
.ptb-50 {
  padding: 50px 0px;
}



 
@media (max-width: 1000px) {

  .mtb-100 {
    padding-top: 0;
    padding-bottom: 55px;
  }

  .tsunami_logo img {
    width: 40%;
  }

  .tsunami_logo {
    margin-bottom: 40px;
  }

  #ourStory:before {
    content: unset;
  }

  .ourBox {
    min-height: 372px;
    padding: 15px;
    padding-bottom: 5px;
    height: unset;
  }

  .sec .ourboxPadd{
    padding-bottom: 0px!important;
  }

  #Tokenomics{
    padding-top: 150px !important;
  }

  #ourStory{
    padding: 150px 0;
  }
}



@media (max-width: 600px) {

  .ourBox {
    min-height: unset;
    padding: 30px;
    height: unset;
    margin-bottom: 30px;
  }

  #ourStory{
    padding: 60px 0;
  }

  .w_title h1{
    font-size: 75px;
  }

  small{
    font-size: 75px;

  }

  .w_title span{
    font-size: 18px;
    margin-top: -11px;
    letter-spacing: 11px;
  }

  .sectionsRow{
    padding: 40px 0;
  }

  
  
  .quarter.r1 img{
    right: -86px;
  }

  .quarter.r2 img{
    left: -35%;
  top: -60px;
  }


}

