body {
  padding: 0;
  margin: 0;
  background-color: #f7f8fa;
  height: 100%;
  font-family: "Product Sans";
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Product Sans" !important;
}

img {
  border: none;
  height: auto;
  max-width: 100%;
  outline: none;
  vertical-align: middle;
}

p {
  font-weight: normal !important;
  font-size: 18px;
  opacity: 0.8;
}

@font-face {
  font-family: "Product Sans";
  src: url("../font/ProductSans-Regular.woff2") format("woff2"),
    url("../font/ProductSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Product Sans";
  src: url("../font/ProductSans-Bold.woff2") format("woff2"),
    url("../font/ProductSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,700&display=swap");

header .navbar-brand {
  width: 122px;
}

span {
  color: #086AD8;
  font-weight: 600;
}

.token-hero {
  background-image: url(../Images/token-bg.jpg);
  padding-top: 200px;
  overflow: hidden;
}

.token-hero,
.launch-token,
.platform {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.outer-blue {
  display: flex;
  justify-content: center;
}

.token-content {
  text-align: center;
}

.blue-box {
  border-radius: 8px;
  border: 1px solid #0078FF;
  background: #2890FA;
  display: flex;
  width: 260px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}

.blue-box p {
  color: #FFF;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.token-content h1 {
  color: #000;
  font-size: 45px;
  font-weight: 400;
  line-height: 59px;
  margin-bottom: 30px;
}

.token-content a {
  padding: 13px;
  border-radius: 12px;
  border: 2px solid #FFF;
  background: #ED5F00;
  box-shadow: 0 -1px 5px 0 #DA671A;
  color: #fff;
}

.token-content a:hover {
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}

.token-image {
  position: relative;
  display: inline-block;
}

.blur-circle, .blue-circle {
  position: absolute; 
  background-color:#086AD8;; 
  border-radius: 50%;
  transform: translate(-50%, -50%);
  filter: blur(115.5px);
  z-index: 0;
}
.blur-circle{
 top: 50%;
  left: 20%;
  width: 476px;
  height: 476px; 
}
 .blue-circle {
   top: 30%;
  right: 0%;
  width: 290px;
  height: 290px; 
 }
.token-image img {
  position: relative;
  z-index: 1;
}


.token-image{
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.token-creation {
  position: relative;
  background-color: #F0F0F0;
  z-index: 0;
  overflow: hidden; 
}

.token-creation::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background-image: url(../Images/second-section.png);
  background-repeat: no-repeat;
  background-size: cover; 
  background-position: bottom center;
  z-index: -1; 
}
.token-text {
  padding: 70px 0;
  text-align: center;
}
.text {
  margin-bottom: 45px;
}
.text p {
  color: #000;
  text-align: center;
  font-family: "Proxima Nova";
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  margin-bottom: 30px;
}
.text a {
  border: 2px solid #ed5f00 !important;
  color: #ED5F00 !important;
  font-size: 17px;
  font-weight: 600;
  padding: 14px;
  border-radius: 12px;
}
.text a:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}
.button-area,
.token-area {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
}
.meta {
  border-radius: 12px;
  border: 2px solid #086AD8;
  box-shadow: 0 0 6px 0 #086AD8;
  padding: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-width: 133px;
}

.meta:hover {
  box-shadow: rgba(8, 106, 216, 0.25) 0px 14px 28px, rgba(8, 106, 216, 0.22) 0px 10px 10px;
}

.launch-token {
  background-image: url(../Images/launch\ background.jpg);
  padding: 90px 0;
  text-align: center;
}

.launch-text h2 {
  color: #FFF;
}

.feature-main h2,
.launch-text h2 {
  font-size: 37px;
  font-weight: 600;
  line-height: normal;
}

.feature-main h2 {
  color: #000;
}

.feature-main h2 span {
  color: #ED5F00 !important;
}

.launch-text p,
.feature-main p {
  font-size: 18px;
  line-height: 29px;
  margin-top: 15px;
  margin-bottom: 30px;
}

.launch-text p {
  color: #DEDEDE;
}

.feature-main p {
  color: #4A4A4A;
}
.launch-text a {
  border-radius: 12px;
  background: #ED5F00;
  padding: 14px;
  color: #fff;
  transition-property: background-color;
  transition-duration: 0.8s;
}
.launch-text a:hover {
  color: #ed5f00;
  border: 1px solid #ed5f00;
  background-color: #fff;
}
.feature-main {
  padding-top: 70px;
  text-align: center;
}
.feature-section {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  border-top: 1px solid #D7D7D7;
  align-items: center;
}

.content-feature {
  width: 40%;
}
.content-feature ul {
  list-style: disc;
  color: #2C2C2C;

}
.content-feature ul li,
.token-section p {
  color: #2C2C2C;
  font-size: 16px;
}
.head-feature h3 {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}

.token-building {
  background: linear-gradient(180deg, #011133 0%, #033399 100%);
  padding: 60px 0;
  text-align: center;
}

.token-area {
  gap: 43px !important;
}

.platform {
  background-image: url(../Images/bg-platform.jpg);
  padding-bottom: 70px;
}

.token-section {
  border-radius: 23px;
  background: #E5EFF7;
  box-shadow: 0 0 5px 0 rgba(114, 192, 255, 0.77);
  padding: 45px;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 30px;
  height: 226px;
}

.token-section h4 {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
}

.token-section p {
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}

.main-token {
  width: 184px;
  height: 184px;
  position: absolute;
  top: 29%;
  left: 42%;
}

.tokens-platforms {
  position: relative;
}

.token-section:hover {
  border-radius: 23px;
  background: linear-gradient(180deg, #E5EFF7 0%, #C7E1FF 100%) padding-box, linear-gradient(to right, #0078FF, #E3EEF8) border-box;
  box-shadow: 0 0 0 0 rgba(114, 192, 255, 0.91);
  position: relative;
  border: 4px solid transparent;
}

.image-area {
  border-radius: 12px;
  background: #E5EFF7;
  display: flex;
  justify-content: center;
  padding: 10px;
}

.tabs-menu {
  display: flex;
  justify-content: space-between;
}

.steparea,
.tabs-content {
  width: 25%;
  padding-right: 20px;
  min-height: 285px;
  cursor: pointer;
}

.steparea h5,
.steparea h6 {
  color: #000;

  font-weight: 600;
  line-height: normal;
}

.steparea h6 {
  font-size: 20px;
  margin-bottom: 10px;
}

.steparea h5 {
  font-size: 24px;
  margin: 12px 0;
}

.steparea p {
  color: #2C2C2C;
  font-family: "Proxima Nova";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.stepline {
  width: 100%;
  height: 6px;
  background-color: #EBEBEB;
  border-radius: 18px;
  margin-top: 20px;
}

.steparea.active .stepline {
  background-color: #ed5f00;
}

.step-image {
  display: none;
}

.step-text {
opacity: 0.7;
}
.step-text.active{
  opacity: 1;
}
.step-image.active {
    display: block;
    width: 753px;
    height: 510px;
}
.main-token{
  animation: rotate 10s linear infinite;
}
.footer-area span{
   color: #fff !important;
}
.crypto-modal .modal-dialog{
  min-width: 50% !important;
}
.crypto-modal .modal-content{
  padding: 20px;
  border-radius: 20px;
}
.contact-form-image{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.contact-form-image img{
  width: 100%;
}
.contact-form-heads{
  text-align: center;
  margin-bottom: 20px;
}
.crypto-form input{
  height: 54px;
}
.crypto-modal .modal-header {
    padding: 10px !important;
    display: flex;
    justify-content: flex-end;
}
.crypto-modal .close {
    position: absolute;
    top: 10px;
     font-size: 40px;
     z-index: 9;
  }
   .crypto-modal .modal-header {
    padding: 0px !important;
    display: flex;
    justify-content: flex-end;
   
}
.new-submit{
  width: 100%;
    height: 42px;
    font-size: 18px !important;
    background-color: #086AD8 !important;
}
.contact-form-heads h2{
  margin-bottom: 15px;
  font-weight: 700;
}
.btn-info:hover {
    color: #ed5f00 !important;
    background-color: #fff !important;
    border-color: #ed5f00 !important;
}
.crypto-modal .iti--separate-dial-code #phone-error {
    bottom: -29px !important;
}

@media (max-width: 1399.98px){
 .crypto-modal .modal-dialog {
    min-width: 65% !important;
}

}
@media (max-width: 991.98px) {
  .text p {
    font-size: 24px;
    line-height: 32px;
  }

  .steparea h5 {
    font-size: 18px;
    margin: 9px 0;
  }

  .steparea p {

    
    font-size: 12px;
    line-height: 19px;
  }

  .steparea h6 {
    font-size: 16px;
  }

  .token-section {
    align-items: center;
  }

  .main-token {
    top: 31%;
    left: 36%;
  }

  .vanish-br {
    display: none;
  }
  .blur-circle{
 top: 50%;
  left: 20%;
  width: 300px;
  height: 300px; 
}
 .blue-circle {
   top: 30%;
  right: -20%;
  width: 190px;
  height: 190px 
 }
 .blur-circle, .blue-circle {
    filter: blur(50.5px);
}
 .crypto-modal .modal-dialog {
    min-width: 85% !important;
}
}

@media(max-width: 767.98px) {
  .token-hero {
    padding-top: 148px;
  }

  .token-content h1 {
    font-size: 30px;
    line-height: 39px;
  }

  .text p {
    font-size: 17px;
  }

  .meta {
    padding: 9px;
  }

  .feature-main h2,
  .launch-text h2 {
    font-size: 28px;
  }

  .token-area img {
    width: 120px;
  }

  .main-token {
    display: none;
  }

  .steparea,
  .tabs-content {
    padding-right: 5px;
  }

  .token-content {
    margin-bottom: 40px;
  }
.contact-form-image img{
  display: none;
}
}

@media (max-width: 575.98px) {
  .steparea p {
    display: none;
  }

  .steparea,
  .tabs-content {
    min-height: 135px;
  }

  .feature-section {
    flex-wrap: wrap;
  }

  .content-feature {
    width: 100%;
    padding-left: 20px;
    padding-top: 15px;
  }

  .head-feature img {
    opacity: 1;
  }

  .head-feature img {
    opacity: 1;
  }

  .feature-section:hover .head-feature img {
    opacity: unset;
  }

  .token-section {
    align-items: center;
    height: unset;
    padding: 20px;
  }
    .blur-circle{
 top: 50%;
  left: 20%;
  width:200px;
  height: 200px; 
}
 .blue-circle {
   top: 30%;
  right: -20%;
  width: 100px;
  height: 100px 
 }
}

@media (max-width: 479.98px) {
  .token-content h1 {
    font-size: 27px;
    line-height: 27px;
    margin-bottom: 18px;
  }

  .token-content a {
    padding: 6px;
  }

  .button-area {
    gap: 12px;
  }

  .launch-text p,
  .feature-main p {
    font-size: 15px;
    line-height: 20px;
  }

  .token-section p {
    font-size: 12px;
    line-height: 17px;
  }

  .token-section h4 {
    font-size: 18px;
  }

  .token-section {
    margin-bottom: 16px;
  }
}