@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
body {
  font-family: "Outfit", sans-serif;
  background-color: #250c04;
}
html {
  scroll-behavior: smooth;
}
.container {
  max-width: 80% !important;
}
section {
  padding: clamp(3vh, 4vw, 5vh) 0;
  overflow: hidden;
}

.bannerbg {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.banner-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: -1;
}
.wh-t {
  color: white !important;
}

/* ===nav==== */
.nav-f {
  font-size: 17px;
  border-bottom: 1px solid transparent;
  transition: all 0.5s ease-in-out;
}
.nav-f:hover {
  transform: translateY(-5px);
  font-weight: 600;
}
.nav-f.active {
  position: relative;
  transition: all 0.5s ease-in-out;
}
.nav-f.active::before {
    content: "";
    height: 5px;
    width: 50%;
    background-color: #f14a54;
    border-radius: 30px;
    position: absolute;
    bottom: 0;
    left: 25%;
}
.nav-top {
  backdrop-filter: blur(20px);
}

/* ===button=== */
.theme-btn {
  background: linear-gradient(90deg, #ff326c 0%, #ff8b50 100%);
  border-radius: 50px;
  white-space: nowrap;
  font-weight: 700;
  color: #ffffff;
  position: relative;
}
.theme-btn:hover {
  background-color: #6fc5ff;
  box-shadow: 0 0 20px #6fc5ff50;
  transform: scale(1.1);
  color: white;
}
.sign:hover {
  color: #ff326c !important ;
  transform: scaleX(1.1);
  border-color: #ff326c;
}
.theme-out-btn {
  border: 4px solid #ff3d69;
  border-radius: 50px;
  position: relative;
}
.theme-out-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  border-radius: 50px;
  background: #ff386a;
  z-index: -1;
  box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  transition: all 250ms;
}
.theme-out-btn:hover {
  border: 4px solid #ff3d69;
  color: #e8e8e8;
}
.theme-out-btn:hover::before {
  width: 100%;
}
.button-s {
  width: 200px;
  height: 50px;
}
.big-bt {
  border-radius: 6px;
  border: 1px solid white;
}
.big-bt:hover {
  background: linear-gradient(270deg, #ff9320 0%, #ff3b95 100%);
  border: 1px solid #ff9320;
  border-radius: 6px;
}

/* ===fonts=== */
.title1 {
  font-size: clamp(40px,4vw,56px);
  font-weight: 700;
  line-height: 50px;
  color: #ffffff;
}
.title2 {
  font-weight: 700;
  font-size: clamp(23px, 4vw, 32px);
  line-height: clamp(35px, 5vw, 45px);
  color: #ff8990;
}
.title3 {
  font-weight: 700;
  font-size: clamp(23px, 3vw, 26px);
  line-height: clamp(35px, 3vw, 50px);
}
.content {
  font-weight: 500;
  font-size: clamp(15px, 2vw, 16px);
  line-height:clamp(20px,2vw,26px) ;
  color: #ffffff;
}
.fs-16 {
  font-size: 16px;
}
.fs-20 {
  font-size: 20px;
}
.fs-22 {
  font-size: 22px;
}
.fs-24 {
  font-size: 24px;
}
.fs-46 {
  font-size: 46px;
}
.fs-26 {
  font-size: 26px;
}
.fs-18 {
  font-size: 18px;
}
.fs-36 {
  font-size: 36px;
}
.fw-b {
  font-weight: 700;
}

/* ====home=== */
.bg2 {
  background: url(../../images/bannerb.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.bg2::after {
  content: "";
  height: 200px;
  width: 200px;
  position: absolute;
  border-radius: 50%;
  filter: blur(105px);
  background: #be6a6a;
  left: 74px;
  bottom: 185px;
}
.grad-b,
.grad-b1,
.grad-b2,
.grad-b3,
.grad-4,
.grad-5,
.grad-b6,
.grad-b7 {
  position: relative;
}
.cardc {
  background-color: #3f2e2e;
  border-radius: 10px;
  height: 100%;
  border: 1px solid transparent;
  position: relative;
}
.cardc:hover {
  border: 1px solid #ff8990;
}
.bc-p {
  position: absolute;
  top: -7px;
  left: -8px;
}

.tm {
  margin: 10px 23px 20px 61px;
}
.bor-b {
  border-bottom: 2px solid #473535;
}
.bor-b:hover {
  transform: scale(1.02);
}
.bg3 {
  background: url(../../images/slide.jpg);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.bg3::after {
  content: "";
  height: 200px;
  width: 200px;
  position: absolute;
  border-radius: 50%;
  filter: blur(105px);
  background: #be6a6a;
  left: 40%;
  top: 50%;
}
.bg4 {
  background: url(../../images/market.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.bg4::before {
  content: "";
  height: 200px;
  width: 200px;
  position: absolute;
  border-radius: 50%;
  filter: blur(75px);
  background: #be6a6a;
  left: 40%;
  top: 20%;
}

.bg5 {
  background: url(../../images/bg5.jpg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 51%;
  overflow: hidden;
}

.token-card {
  background: linear-gradient(0deg, #ff9d1b 0%, #ff3550 100%);
  border-radius: 10px;
  margin-top: 60px;
  position: relative;
}
.bor-b1 {
  border-bottom: 1px solid #9d4a12;
}
.logoa {
  position: absolute;
  right: 43%;
  top: -25px;
}

.bg6 {
  background: url(../../images/bg6.jpg);
  background-repeat: no-repeat;
  background-size: 50% 100%;
  background-position: right;
  position: relative;
  overflow: hidden;
}

.newbg {
  position: relative;
}
.fit {
  object-fit: cover;
  border-radius: 20px;
}
.bg7 {
  background: url(../../images/bg7.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  overflow: hidden;
}

.bg7::after {
  content: "";
  height: 300px;
  width: 300px;
  position: absolute;
  border-radius: 50%;
  filter: blur(105px);
  background: #c871719c;
  left: 43%;
  top: 40%;
}
.r-img img {
  min-width: 60px;
  max-width: 60px;
  width: 100%;
  object-fit: contain;
}
.gradient-card {
  background: linear-gradient(39deg, #281c1c 5.05%, #502f2f 96.08% 96.08%);
  background-size: 100%, 50px;
  background-repeat: no-repeat;
  border: 1px solid #865757;
  border-radius: 20px;
  position: relative;
}
.gradient-card:hover {
  background: #090101;
}

.own-div {
  position: relative;
  padding-left: 59px;
}
.own-two {
  position: relative;
  padding-right: 59px;
}
.li-rit {
  position: absolute;
  right: -9px;
  top: 40%;
}
.li-tw {
  position: absolute;
  left: -9px;
  top: 40%;
  transform: rotate(-180deg);
}
.gradient-card::after {
  content: "";
  height: 100px;
  width: 100px;
  background: url(../../images/trans.png);
  position: absolute;
  top: 10px;
  right: 0;
  background-repeat: no-repeat;
}

/* ==footer=== */
.footerbg .container{
    position: relative;
    z-index: 10;
}
.anchor{
    text-decoration: none;
}
.footerbg {
  background: url(../../images/footer.png);
  background-repeat: no-repeat;
  background-size: 100% 90%;
  position: relative;
  overflow: hidden;
  background-position: center bottom;
  min-height: 70vh;
  overflow-x: hidden;
}
.footercard {
  background: #2c1b1b;
  border-radius: 20px;
  position: relative;
  z-index: 3;
}
.line-bg {
  background: url(../../images/rectline.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.line-bg2 {
  background: url(../../images/rectline.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 17px 100%;
}
.f-card2 {
  background: #693f3f;
  border-radius: 20px;
  height: 282px;
  position: absolute;
  width: 100%;
  top: 0px;
  z-index: 2;
}
.f-card2 img:hover {
  transform: scale(1.1);
}
.texf {
  margin-top: 150px;
  position: relative;
  z-index: 9999;
  bottom: -29px;
}

.footerbg:after {
  content: "";
  height: 105px;
  width: 100%;
  background: #090101;
  filter: blur(27px);
  position: absolute;
  bottom: -36px;
}
.texf p {
  border-right: 2px solid #d7d9da;
  color: #d7d9da !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 12px;
}
.hbg {
  background-color: #090101;
}
.p-c {
  color: #ff8990;
  font-size: 50px;
}

/* ===common-banner=== */
.bannerbg-about {
  background: url(../../images/about.jpg);
  background-size: cover !important;
  background-repeat: no-repeat;
  position: relative;
  z-index: 9;
}

.form-st {
  height: 50px !important;
  background: #110601;
  border: 1px solid #682e1c;
  color: white !important;
}
.form-st:focus {
  color: white !important;
  background-color: inherit !important;
  border-color: inherit !important;
  outline: inherit !important;
  box-shadow: inherit !important;
}
.form-ls {
  color: white !important;
}
.forms {
 padding: 20px 30px;;
border-radius: 10px;
background: #3d2924;
border: 1px solid #d86b6b;
}
.b-car {
  background: #000000;
  border: 1px solid #ff853a;
  border-radius: 10px;
  flex: 2;
}
.left-im {
  flex: 1;
}

.rt {
  font-size: 16px;
  line-height: 20px;
}
.tran-t {
  font-size: 20px;
  font-weight: 400;
}

.black-card,.black-card1 {
  background: black;
  position: relative;
  border-radius: 10px;
  border: 1px solid #93532b;
}
.black-card::before {
  content: "";
  height: 100px;
  width: 100px;
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  background: #ff8162;
  left: 34px;
  bottom: 62px;
}
.iam img {
  position: absolute;
  bottom: 0;
  left: 0px;
}

.a-card {
  background: #3d2924;
  border: 1px solid #d86b6b;
  border-radius: 10px;
}
.a-card:hover {
  background: linear-gradient(258.09deg, #ff4e86 3.53%, #ffb24c 98.93%);
  border: 1px solid #ffa52f;
  border-radius: 10px;
}
.a-card:hover .p-c {
  color: white !important;
}
.t-icon{
    width:70px;
    object-fit: contain;
}
.neb{
    background: url(../../images/techno.png),black;
    background-repeat: no-repeat;
    background-size:contain;
    background-position:left center;
}
.error{
  color:#ff9299;
}
@media (min-width: 1600px) {
  .texf {
    margin-top: 20%;
  }
}

@media (max-width: 991px) {
  .texf {
    margin-top: 75px !important;
  }
  .fs-46 {
    font-size: 32px;
  }
  .fs-26 {
    font-size: 21px;
  }
  .bg7 {
    overflow-x: hidden;
  }
  .container {
    max-width: 95% !important;
  }
  .navbar-toggler {
    background: #caa3a3 !important;
  }
 
  .resb {
    
    flex-wrap: wrap;
  }
  .bor-b {
    flex-wrap: wrap;
  }
     .nav-f.active::before {
        width:10%;
        left: 0;
    }
  
  .bga2{
  overflow: hidden!important;
}
  .f-card2{
        height:261px;
  }
  .line-bg,.line-bg2{
    background: none;
  }
  .left-im{
    flex: inherit;
    width: 200px;
    order: 1;
  }
  .b-car{
    flex: inherit;
    order: 2;
  }
  
}
@media (max-width: 561px) {
    #chart{
        display: none;
    }

  .b-car {
    padding: 10px !important;
  }
  .big-bt {
    white-space: normal !important;
  }
  .navbar-brand img {
    width: 50px;
    height: 50px;
    object-fit: contain;
  }
  .logoa {
    position: absolute;
    right: 33%;
    top: -54px;
  }
 
 
   
}
@media(max-width:430px){
   .f-card2{
        height:333px;
  }
  .foores img{
    width: 50px;
    object-fit: contain;

  }
 
}
