* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "BaseNeue";
  src: url("../fontfamily/baseNeue/BaseNeueTrial-Regular.ttf") format("woff2"),
    url("../fontfamily/baseNeue/BaseNeueTrial-Regular.ttf") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "BaseNeue";
  src: url("../fontfamily/baseNeue/BaseNeueTrial-Bold.ttf") format("woff2"),
    url("../fontfamily/baseNeue/BaseNeueTrial-Bold.ttf") format("woff");
  font-weight: 700;
  font-style: normal;
}

.inter-regular {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

body {
  background-color: #f3fff3;
  overflow-x: hidden !important;
}

a {
  color: inherit !important;
  text-decoration: none !important;
}

h1 {
  margin-bottom: 0 !important;
}

h2 {
  margin-bottom: 0 !important;
}

h3 {
  margin-bottom: 0 !important;
}

h4 {
  margin-bottom: 0 !important;
}

h5 {
  margin-bottom: 0 !important;
}

h6 {
  margin-bottom: 0 !important;
}

p {
  margin-bottom: 0 !important;
}

.dm-sans-bold {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}

.dm-sans-medium {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.dm-sans-regular {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.navbar-nav {
  background-color: #ffffff;
  border-radius: 26px;
  border: 1px solid rgba(204, 255, 0, 30%);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  height: 54px;
  display: flex;
  align-items: center;
  padding: 0px 40px;
}

.navbar-nav .nav-item .actives {
  position: relative;
  font-weight: bold;
}

.navbar-nav .nav-item .actives::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: #000000;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.navbar-nav .nav-item .nav-link {
  font-size: 14.7px;
  color: #000000;
}

.signup-btn {
  background-color: #ccff00;
  border-radius: 36.75px;
  width: 86px;
  height: 32.8px;
  font-size: 12.6px;
  color: #000000;
  border: none;
}

.sec1 {
  padding-top: 80px;
}

.sec1 h1 {
  font-size: 75.6px;
  font-weight: 600;
  color: #000000;
  font-family: "BaseNeue", sans-serif;
  width: 90%;
  line-height: 70px;
}

.sec1 p {
    font-size: 21px;
    color: rgba(0, 0, 0, 70%);
    width: 75%;
    margin-bottom: 1.5rem !important;
    margin-top: 1rem;
}

.getstartbtn {
  background-color: #ccff00;
  border-radius: 58.8px;
  width: 205.8px;
  font-size: 18.9px;
  color: #000000;
  border: none;
  text-align: center;
  padding: 15px;
}

.logos img {
  width: 170px;
}

.btns button {
  border-radius: 56.7px;
  height: 40px;
  font-size: 14.7px;
  color: #000000;
  padding: 0px 15px;
  border: none;
}

.btns .btn-1 {
  background: #ccff00;
}

.btns .btn-2 {
  background: #ff8811;
}

.btns .btn-3 {
  background-color: #9111ff;
}

.btns .btn-4 {
  background: #9111ff;
}

.sec2 {
  padding-top: 140px;
}

.sec2 h1 {
  text-align: center;
  font-weight: 600;
  color: #000000;
  font-family: "BaseNeue", sans-serif;
  font-size: 48.8px;
}

.chart-container {
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin-top: 40px;
  padding: 20px;
  border-radius: 40px;
}

.chart-title {
  text-align: center;
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: bold;
}

.chart-subtitle {
  text-align: center;
  margin-bottom: 20px;
  color: #666;
}

#priceChart {
  height: 500px;
  width: 100%;
}

.sec2 h2 {
  font-size: 50.4px;
  color: rgba(0, 0, 0, 20%);
}

.sec2 h3 {
  font-size: 25.2px;
  color: #000000;
}

.sec2 h4 {
  color: rgba(0, 0, 0, 80%);
  font-size: 18.9px;
}

.sec2 p {
    font-size: 16px;
    color: rgba(0, 0, 0, 70%);
    width: 95%;
    margin-bottom: 1.5rem !important;
    margin-top: 1rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  max-width: 800px;
}

th {
  text-align: left;
  padding: 8px 8px 28px 8px;
  font-weight: bold;
  font-size: 14.7px;
  color: #000000;
}

td {
  padding: 8px;
  padding-bottom: 25px;
  color: #000000;
  font-size: 18.9px;
}

tr:last-child td {
  border-bottom: none;
}

.tablebox {
  background-color: #ffffff;
  border-radius: 26px;
  border: 1.5px solid rgba(204, 255, 0, 30%);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 30px 30px;
}

.contactsec label {
  font-size: 13.82px;
  color: #000000;
}

.contactsec input {
  font-size: 12.82px;
  color: #000000;
  border: 1.5px solid rgba(204, 255, 0, 30%);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding-left: 10px;
  height: 60px;
  border-radius: 10px;
  outline: none;
}

.contactsec textarea {
  font-size: 12.82px;
  color: #000000;
  border: 1.5px solid rgba(204, 255, 0, 30%);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 10px;
  height: 180px;
  border-radius: 10px;
  outline: none;
}

.submitbtn {
  height: 60px;
  background-color: #ccff00;
  border-radius: 58.6px;
  font-size: 14.7px;
  color: #000000;
  border: none;
}

.footer {
  margin-top: 0px;
}

.footer h6 {
  font-family: "BaseNeue", sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #000000;
}

.footer ul li {
  color: #000000;
  font-size: 15px;
  text-transform: capitalize;
}

.subsdiv input {
  font-size: 16.8px;
  color: rgba(0, 0, 0, 54%);
  border: 1.5px solid rgba(204, 255, 0, 30%);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding-left: 10px;
  height: 40px;
  border-radius: 10px;
  outline: none;
}

.subsdiv button {
  font-size: 16.8px;
  color: #000000;
  height: 40px;
  width: 126px;
  background-color: #ccff00;
  border-radius: 105px;
  outline: none;
  border: none;
  padding: 0px 15px;
}

.regbox {
  background-color: #ffffff;
  border-radius: 26px;
  border: 1.5px solid rgba(204, 255, 0, 30%);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  width: 486px;
  padding: 40px 30px;
}

.regbox h1 {
  font-family: "BaseNeue", sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: 35.8px;
}

.regbox input {
  border: 0.89px solid #cdcdcd;
  height: 58px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 10%);
  font-family: "Inter", sans-serif;
  font-weight: 400;
  width: 100%;
  padding-left: 20px;
  outline: none;
  color: #000000;
  font-size: 15.14px;
}

.regbox input::placeholder {
  color: #000000;
}

.regbtn {
  font-size: 16.8px;
  color: #000000;
  height: 57.86px;
  width: 126px;
  background-color: #ccff00;
  border-radius: 105px;
  outline: none;
  border: none;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  width: 100%;
}
.dm-sans-regular {
  width: 100%;
}
.chart-head {
  font-family: "BaseNeue", sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: 24px;
  text-transform: capitalize;
}
element.style {
  display: none;
}
.chart-parrent {
  padding-top: 50px;
}

.url-box input {
  border: none;
  padding: 10px;
  width: 100%;
  /* width: 484px; */
  font-size: 14px;
  color: #333;
  background: #f9f9f9;
  border: 2px solid #cdcdcd;
  height: 40px;
}

.url-box input:focus {
  outline: none;
}

.copy-btn {
  background-color: #ff7b00;
  border: none;
  color: white;
  height: 40px;
  padding: 0px 16px;
  font-size: 14px;
  cursor: pointer;
  width: 100%;
}

.copy-btn:hover {
  background-color: #e56f00;
}

label {
  color: white;
  margin-bottom: 6px;
  display: inline-block;
}
.url-head {
  font-size: 20px;
  color: black;
  font-family: "Inter", sans-serif;
  font-weight: bold;
}
