
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Roboto", sans-serif !important;
  background-color: #343434;
}

.row {
  margin: 0;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none;
}
.p-0 {
  padding: 0px;
}
.MuiBackdrop-root{
  z-index: 100!important;
}
.p0 {
  padding: 0px;
}

div,
ul,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
button {
  -webkit-transition: background-color 1s ease-out;
  -moz-transition: background-color 1s ease-out;
  -o-transition: background-color 1s ease-out;
  transition: background-color 1s ease-out;
}

textarea {
  resize: none;
  height: 60px;
  width: 100%;
}

a {
  text-decoration: none !important;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

div,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0;
  font-family: inherit !important;
}


/* Navbar */
.main-navbar{
 background-color:  #171613;
 border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.navbar-nav{
  position: relative;
}
.navbar-brand{
  margin-right: 55px;
}
.main-navbar .navbar{
  padding: 18px 0px;
 }
 .nav-item.active .nav-link{
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
 }

 .nav-item.active{
 }
 .nav-item.active .nav-link::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 6px;
    bottom: -35px;
    left: 0;
    background-color: #fff;
 }
 .sakmnd{
  border: double 2px rgba(212, 175, 55, 0.8);
  border-radius: 35px;
  background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
                radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  cursor: pointer;
  transition: transform .5s;
  margin-right: 20px;
 }
 .bvnc{
  padding: 11px 33px;
  background: transparent;
  color: #fff;
  border-radius: 35px;
  outline: none;
  box-shadow: none;
  border: none;
 }
 .hfgd{
  background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
                radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
  border-radius: 35px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  outline: none;
  box-shadow: none;
  border: none;
  padding: 16px 33px;
 }
 .hfgd:hover{
  background: radial-gradient(ellipse farthest-corner at right bottom, #4a442b 0%, #000000 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
                radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);

 }

 /* footer */

 .footer{
  border-top: 1px solid rgba(255, 255, 255, 0.2);
   background: #171613;
   padding: 22px 0px;
 }
 .footer .snd{
  display: flex;
  justify-content: space-between;
  align-items: center;
 }
 .footer .snd h6{
  font-family: Poppins!important;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
 }

 /* Manage Card */
 .Manage{
   margin-top: 60px;
   margin-bottom: 60px;
 }
 .Manage .upper{
   background-color: #ffffff;
   box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.02);
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
 }
 .Manage .upper .sjsj{
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  box-sizing: border-box;
  border-radius: 35px;
  height: 51px;
  width: 100%;
  outline: none;
  box-shadow: none;
  color: grey;
 }
 .Manage .upper .sjsj::placeholder{
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #D6D6D6;
 }
 .Manage .upper .sjbdsj{
  background: linear-gradient(92.81deg, #b18500 0%, #726018 101.37%);
  border-radius: 35px;
  outline: none;
  box-shadow: none;
  padding: 16px 33px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  border: none;
  width: 100%;
 }
 .Manage .lower .cardss{
  background: #FFFFFF;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border: 2px solid transparent;
  transition: 1s ease-in-out;
 }
 .Manage .lower .cardss:hover{
  border: 2px solid #ff6c3d;
 }
 .Manage .lower .cardss .mainupper{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
 }
 .Manage .lower .cardss {
   padding: 19px 15px;
 }
 .Manage .lower .cardss .mainupper .miina{
  display: flex;
  justify-content: space-between;
  align-items: center;
 }
 .Manage .lower .cardss .headess{
   margin-top: 25px;
   margin-bottom: 20px;
 }
 .Manage .lower .cardss .headess h6{
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #171613;
  line-height: 24px;
 }
 .Manage .lower .cardss .buttonsssss button{
  background: #FF6262;
  border-radius: 35px;
  box-shadow: none;
  outline: none;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  padding: 12px 25px;
  border: none;
  margin-bottom: 30px;
 }
 .Manage .lower .cardss .buttonsss button{
  background:  #05E900;
  border-radius: 35px;
  box-shadow: none;
  outline: none;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  padding: 12px 25px;
  border: none;
  margin-bottom: 30px;
 }
 .Manage .lower .cardss .buttonssss button{
  background: #0095E9;
  border-radius: 35px;
  box-shadow: none;
  outline: none;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  padding: 12px 25px;
  border: none;
  margin-bottom: 30px;
 }
 .Manage .lower .cardss .buttonss button{
  background: #FFDC95;
  border-radius: 35px;
  box-shadow: none;
  outline: none;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  padding: 12px 25px;
  border: none;
  margin-bottom: 30px;
 }
 .Manage .lower .cardss .buttonss h6{
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #171613;
  
 }
 .Manage .lower .cardss .buttonss h6 span{
  font-weight: 700;
 }

 .Manage .lower .cardss .buttonsss h6{
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #171613;
  
 }
 .Manage .lower .cardss .buttonsss h6 span{
  font-weight: 700;
 }
 .Manage .lower .ajbdajb{
  width: 100%;

 }
 .Manage .lower .ajbdajb button{
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  background: linear-gradient(92.81deg, #605529 0%, #997817 101.37%);
  border-radius: 35px;
  padding: 16px 33px;
  color: #ffffff;
  border: none;
  margin-top: 50px;
  margin-bottom: 30px;
 }

 .Manage .lower .cardss .buttonssss h6{
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #171613;
  
 }
 .Manage .lower .cardss .buttonssss h6 span{
  font-weight: 700;
 }
 

 .Manage .lower .cardss .buttonsssss h6{
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #171613;
  
 }
 .Manage .lower .cardss .buttonsssss h6 span{
  font-weight: 700;
 }
 
 
 .Manage .lower .cardss .miina .left{
  margin-right: 10px;
 }
 .Manage .lower .cardss .miina .right h4{
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  color: #171613;
 }
 .Manage .lower .cardss .miina .right h5{
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
  color: #C4C4C4;
 }
 .Manage .lower .cardss .mainupper .right button{
   background-color: transparent;
   border: none;
 }
 .Manage .lower .cardss .mainupper .right button img{

  width: 20px;
  height: 20px;
 }
 .smnbdsj{
   color:  red !important;
 }
 .Manage .progress{
   margin-top: 25px;
  width: 150px;
  height: 150px;
  line-height: 150px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}
.Manage .progress:after{
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 12px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.Manage .progress > span{
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.Manage .progress .progress-left{
  left: 0;
}
.Manage .progress .progress-bar{
  width: 100%;
  height: 100%;
  background: none;
  border-width: 12px;
  border-style: solid;
  position: absolute;
  top: 0;
 
}
.Manage .progress .progress-left .progress-bar{
  left: 100%;
 
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.Manage .progress .progress-right{
  right: 0;
}
.Manage .progress .progress-right .progress-bar{
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-1 1.8s linear forwards;
}
.Manage .progress .progress-value{
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background-color:  #f6f3f3;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #726809;
  line-height: 135px;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 5%;
}
.Manage .progress.blue .progress-bar{
  border-color: #CD7F32
  ;
}
.Manage .progress.blue .progress-left .progress-bar{
  animation: loading-2 1.5s linear forwards 1.8s;
}

.text-right{
  text-align:right;
}
.kyc{
  position:absolute;
  top:10px;
  right:70px;
  background-color:rgb(47, 220, 47);
  padding:3px 10px;
  border-radius:5px;
  color:white;
  transition:1s ease;
  font-size:12px;
}

.audit{
  position:absolute;
  top:10px;
  right:20px;
  background-color:rgb(7, 103, 214);
  padding:3px 10px;
  border-radius:5px;
  color:white;
  transition:1s ease;
  font-size:12px;
}




@keyframes loading-1{
  0%{
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100%{
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
  }
}
@keyframes loading-2{
  0%{
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100%{
      -webkit-transform: rotate(144deg);
      transform: rotate(144deg);
  }
}
@keyframes loading-3{
  0%{
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100%{
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
  }
}
@keyframes loading-4{
  0%{
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100%{
      -webkit-transform: rotate(36deg);
      transform: rotate(36deg);
  }
}
@keyframes loading-5{
  0%{
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100%{
      -webkit-transform: rotate(126deg);
      transform: rotate(126deg);
  }
}
@media only screen and (max-width: 990px){
  .Manage .progress{ margin-bottom: 20px;}
  .sjbdsj{margin-top:5px;}
}



/* Project 2 Pages */
.project{
  margin-top: 50px;
  margin-bottom: 80px;
}
.project .left-side{
  background: #FFFFFF;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.02);
  border-radius: 10px;
  padding: 25px;
}
.project .left-side .main{
  display: flex;
  justify-content: space-between;
}
.project .left-side .main .innermain{
  display: flex;
  justify-content: start;
  align-items: center;
}
.project .left-side .main .innermain .left{
  margin-right: 10px;
}
.project .left-side .main .innermain .right h4{
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  color: #171613;
}
.project .left-side .main .innermain .right h5{
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 28px;
  color: #C4C4C4;
}
.project .left-side .right .presale{
  background: #05E900;
  border-radius: 35px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  padding: 8px 12px;
  border: none;
}
.project .left-side .progresss .main{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.project .left-side .progresss .main{
  margin-top: 30px;
  margin-bottom: 5px;
}
.project .left-side .progresss .progress{
  border: double 1px transparent;
  border-radius: 35px;
  background-image: linear-gradient(#fff, #fff), radial-gradient(circle at top right, #FFEFAF,#726809);
  background-origin: border-box;
  background-clip: content-box, border-box;
  height: 21px;
}
.project .left-side .progresss{
  margin-bottom: 30px;
}
.project .left-side .progresss .progress-bar{
  background: linear-gradient(90deg, #FFEFAF 0%, #726809 178.46%);
border-radius: 20px;
height: 13px;
margin: 3px;
}
.project .left-side .progresss .main h5{
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  background: -webkit-linear-gradient(#4a4635 , #726809);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.project .left-side .contribute  .searchin{
  border: double 1px transparent;
  border-radius: 10px;
  background-image: linear-gradient(#fff, #fff), radial-gradient(circle at top right, #FFEFAF,#726809);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
.project .left-side .contribute input{
  background: #FFFFFF;
  border-radius: 10px;
  height: 76px;
  outline: none;
  box-shadow: none;
  border: none;
  width: 88%;
  text-align: center;
  margin: 0 auto;
}
.project .left-side .contribute input::placeholder{
text-align: center;
font-family: Roboto;
font-style: normal;
font-weight: 500;
font-size: 30px;
line-height: 35px;
text-align: center;
color: #DCDCDC;
}
.project .left-side .contribute .main h6{
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #171613;
  margin-top: 10px;
}
.project .left-side .contribute .btndmd{
  background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
  border-radius: 35px;
  padding: 16px 33px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  border: none;
  outline: none;
  box-shadow: none;
  width: 100%;
  margin-top: 26px;
  margin-bottom: 26px;
}
.project .left-side  .info{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #F4F4F4;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.project .left-side .info .left{
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
}
.project .left-side .info .left h6{
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #C5C5C5;
  margin-bottom: 6px;
}
.project .left-side .info .left h5{
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #969696;
}
.project .left-side .info .right{
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
}
.project .left-side .info .right h6{
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #C5C5C5;
  margin-bottom: 6px;
}
.project .left-side .info .right h5{
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #969696;
}
.project .left-side .timmer{
  text-align: center;
}
.project .left-side .timmer h4{
  background: -webkit-linear-gradient(#34332e , #8e7204);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
}
.project .right-side .navtabsss .nav-link{
  padding: 0px;
  padding-bottom: 19px;
  margin-right: 26px;
}
.project .right-side .navtabsss .nav-link{
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #BBBBBB;
  border: none;
}
.project .right-side .navtabsss .nav-link.active{
  background-color: transparent;
  position: relative;
  border: none;
  background: linear-gradient(92.81deg, #726809 0%, #FFEFAF 101.37%);
  background: -webkit-linear-gradient(#726809 , #FFEFAF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  line-height: 21px;
}
.project .right-side .navtabsss .nav-link.active:after{
  content: '';
  position: absolute;
  bottom: -4px;
  background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%)
  width: 100%;
  height: 4px;
  left: 0;
}
.project .right-side .navtabsss .nav-tabs{
  border-bottom: 4px solid #f6f3f3;
}
.project .right-side{
  background: #FFFFFF;
box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.02);
border-radius: 10px;
padding: 40px;
}
.project .right-side .navtabsss .firsttabss .bbsj{
  width: 100%;
  object-fit: cover;
  margin-top: 35px;
  margin-bottom: 35px;
}
.project .right-side .navtabsss .firsttabss .main{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.project .right-side .navtabsss .firsttabss .main .left .inner{
  display: flex;
  justify-content: start;
  align-items: center;
}
.project .right-side .navtabsss .firsttabss .main .left .inner a{
  margin-right: 20px;
}
.project .right-side .navtabsss .firsttabss .textssss p{
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #171613;
  margin-top: 30px;
}
.project .right-side .navtabsss .firsttabss .textssss h4{
  background: -webkit-linear-gradient(#FFEFAF , #726809);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 23px;
  margin-top: 30px;
}
.project .right-side .navtabsss .text-free .main-left{
  display: flex;
  justify-content: start;
  align-items: center;
}
.project .right-side .navtabsss .text-free .left h6{
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  color: #707070;
}
.project .right-side .navtabsss .text-free  .left h5{
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #171613;
}
.starthere{
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom:  2px solid #F4F4F4;
}
.downn{
  border-bottom:  2px solid #F4F4F4;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
/* stepper Presale */
.presale {
  margin-top: 50px;
  margin-bottom: 60px;
}
.presale .upperdivs{
  background: #FFFFFF;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.02);
  border-radius: 10px;
  padding: 40px 30px;
  padding-right: 300px;
}
.presale .upperdivs h3{
  background: -webkit-linear-gradient(#9f8005 , #726809);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.presale .upperdivs h4{
  color: #171613;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  padding-bottom: 24px;
}
.presale .upperdivs .sbdf{
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  color: #707070;
}
.presale .upperdivs .sbdf span a{
  background: rgb(199, 170, 5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.presale .upperdivs .sbdff{
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  color: #707070;
}
.presale .upperdivs .smdn{
  padding-top: 20px;
  padding-bottom: 20px;
}
.presale .upperdivs .sbdff a{
  color:   #726809;
}
.presale .upperdivs .ksnc{
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  color: #707070;
  padding-bottom: 18px;
}
.presale .upperdivs .skncsk{
  background: rgb(199, 170, 5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
}
.midleveldiv{
  background: #FFFFFF;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.02);
  border-radius: 10px;
  height: 81px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.midleveldiv h4{
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #171613;
}
.navbar-toggler{
  border: 2px solid #fff;
}
/* Media Query */






.steps-form-3 {
  width: 2px;
  height: auto;
  position: relative; }
.steps-form-3 .steps-row-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
.steps-form-3 .steps-row-3:before {
  top: 14px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #CDCDCD; }
.steps-form-3 .steps-row-3 .steps-step-3 {
  height: 130px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  position: relative; }
.steps-form-3 .steps-row-3 .steps-step-3.no-height {
  height: 50px; }
.steps-form-3 .steps-row-3 .steps-step-3 p {
margin-top: 0.5rem; }
.steps-form-3 .steps-row-3 .steps-step-3 button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important; }
.steps-form-3 .steps-row-3 .steps-step-3 .btn-circle-3 {
  width: 50px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 14px;
  position: relative;
  z-index: 1111;
  height: 50px;
  /* border: 2px solid #CDCDCD; */
  background-color: #CDCDCD !important;
  color: #fff !important;
  border-radius: 50%;
  padding: 18px 18px 15px 15px;
  margin-top: -16px; }
.steps-form-3 .steps-row-3 .steps-step-3 .btn-circle-3:hover {
  /* border: 2px solid #fff; */
  color: #fff !important;
  background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%) }
.steps-form-3 .steps-row-3 .steps-step-3 .btn-circle-3 .fa {
  font-size: 1.7rem; }
  .btn-info{
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%)
    border: none;
  }

  .snsn{
    position: relative;
  }
  .sjbsj{
    position: absolute;
    top: 0px;
    /* z-index: -1; */
    text-decoration: none;
  }
  .sjbsj span{
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #171613;
    white-space: nowrap;
    margin-left: 76px;
  }
  .btn-info:hover .sjbsj span{
    color: #726809;
  }
  .sjbsj span:hover{
    color: #726809;
  }

  .main-down-pres{
    margin-top: 30px;
    background: #FFFFFF;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.02);
    border-radius: 10px;
    padding: 30px 40px;
    padding-bottom: 80px;
  }
  .main-down-pres h4{
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #171613;
  }
  .main-down-pres{
    /* padding-bottom: 40px; */
  }
  .main-down-pres .shvshv{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .main-down-pres .shvshv .xjbcsjbc{
      width: 100%;
      height: 56px;
      background: #FFFFFF;
      border: 1px solid #979797;
      box-sizing: border-box;
      border-radius: 35px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-left: 30px;
      padding-right: 30px;
      font-family: Roboto;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 19px;
      color: #171613;
  }

  .main-down-pres .shvshv .dropdown-menu{
    position: relative;
    z-index: 999999;
    width: 100%;
    border-radius: 20px;
    border: 1px solid #726809;
  }

  .hsvdshvd h3{
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #171613;
    margin-bottom: 15px;
  }
  .hsvdshvd input{
    height: 56px;
    background: #FFFFFF;
    border: 1px solid #979797;
    box-sizing: border-box;
    border-radius: 35px;
    padding-left: 20px;
    outline: none;
    box-shadow: none;
  }
  .hsvdshvd input::placeholder{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #D6D6D6;
    padding-left: 20px;
  }
  .hsvdshvd .sbfasj{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .hsvdshvd .sbfasj h6{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #171613;
    padding-bottom: 6px;
  }

  .hsvdshvd .sncdj{
    background: #F7F7F7;
    border-radius: 35px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    padding: 14px 30px;
    border: none;
    box-shadow: none;
    outline: none;
    color: #BBBBBB;
    margin-right: 8px;
  }
  .hsvdshvd .ndcnjd{
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    background: linear-gradient(#9f8005 , #726809);
    border-radius: 35px;
    padding: 14px 30px;
    border: none;
    box-shadow: none;
    outline: none;
  }

  /* 2nd step */
  .dhvdhvd{
    margin-top: 133px;
  }
  .dhvdhvd .dhdhbc{
    margin-top: 20px;
    color: #726809 ;
  }
  /* 3nd step */
  .dhvdhvddd{
    margin-top: 264px;
  }
  .dhvdhvddd .dhdhbc{
    margin-top: 20px;
    color: #726809 ;
  }
  .dhvdhvdddd{
    margin-top: 394px;
  }
  .dhvdhvddddd{
    margin-top: 524px;
  }
  .dhvdhvdddddd{
    margin-top: 654px;
  }
  .dhvdhvddddddd{
    margin-top: 784px;
  }
  .dhvdhvdddddddd{
    margin-top: 914px;
  }
  .dhvdhvddddddddd{
    margin-top: 1044px;
  }
  

  @media (max-width: 1199px) {
    .presale .upperdivs{
      padding-right: 100px;
    }
  }


  @media (max-width: 600px) {
    .dhvdhvdddd{
      margin-top: 0px;
    }
    .dhvdhvddddd{
      margin-top: 0px;
    }
    .dhvdhvdddddd{
      margin-top: 0px;
    }
    .dhvdhvddddddd{
      margin-top: 0px;
    }
    .dhvdhvdddddddd{
      margin-top: 0px;
    }
    .dhvdhvddddddddd{
      margin-top: 0px;
    }






    .dhvdhvddd{
      margin-top: 0px;
    }
    .dhvdhvd{
      margin-top: 0px;
    }
    .sbdshc{
      padding: 0px;
      margin-top: 50px;
    }
    .main-down-pres{
      padding: 30px 20px;
    }
    .midleveldiv{
      padding-left: 20px;
      padding-right: 20px;
    }
    .presale .upperdivs{
      padding-right: 30px;
    }
    .project .right-side .navtabsss .firsttabss .main{
      flex-wrap: wrap;
    }
    .project .right-side .navtabsss .firsttabss .main .left .inner{
      margin-bottom: 20px;
    }
    .vbn{
      padding: 0px;
    }
    .project .left-side .info{
      flex-wrap: wrap;
    }
    .project .left-side .info .left{
      width: 100%;
      margin-bottom: 20px;
    }
    .project .left-side .info .right{
      width: 100%;
    }
    .right-side .navtabsss .nav-item{
      margin-bottom: 20px;
    }
    .nav-item.active .nav-link::before{
      width: 22%;
      height: 6px;
      bottom: -6px;
      display: none;
    }
    .nav-item.active .nav-link{
      text-align: center;
      margin-top: 20px;
    
    }
    .form-inline{
      justify-content: center;
      text-align: center;
      margin-top: 20px!important;
    }
    .navbar i{
      color: #fff;
    }
    .footer .snd{
      flex-wrap: wrap;
    }
    .footer .snd h6{
      margin-top: 20px;
    }
  
  }