@import url('https://fonts.googleapis.com/css2?family=Epilogue&family=Roboto:wght@300;400;500;700;900&display=swap');

body,
html {
  overflow-x: hidden;
}

body {
  font-family: 'Epilogue', sans-serif;
  font-size: 16px;
}

h1 {
  font-size: 60px;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
}

a {
  display: inline-block;
  text-decoration: none !important;
}

a:hover {
  text-decoration: none !important;
}


p {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}

section {
  background: #f7f7f7;
}

.cammon-img img {
  width: 100%;
  height: 100%;

}

.common-bg {
  background: #080e26;
  border-bottom: 5px solid #fff;
}

.main-banner-info {
  padding: 245px;
}

.main-banner-info p {
  padding: 0px 116px 0px 0px;
}

.main-text {
  display: flex;
  align-items: center;
}

.main-text-img img {
  border-radius: 50%;
  margin-right: 10px;
}

.main-text h6 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-top: 10px;

}

.Problem-s-info {
  padding: 245px;
}

.cammon-info h2 {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 50px;
}

.magnitude .cammon-info h2 {
  margin-bottom: 30px;
}

.Problem-s {
  display: flex;
  margin-bottom: 40px;
}

.Problem-s span {
  width: 90px;
  height: 50px;
  background: #283157;
  border-radius: 4px;
  border: 1px solid #303c6e;
  text-align: center;
  line-height: 56px;
  color: #fff;
  font-weight: 600;
  font-size: 31px;
  margin-right: 20px;
}

.Problem-s-info-box h5 {
  font-size: 25px;
  color: #fff;
  margin-bottom: 20px;

}

.magnitude {
  padding: 130px 0px;
}
.Milestones-s-box{
  padding: 120px 0px;
}

.Problem-s-info-box p {
  padding: 250px;
}

.Problem-s-info-box p {
  padding: 0px 20px 0px 0px;
}

.magnitude-img-box img {
  border-radius: 5px;
  margin-bottom: 20px;
}

.responsive-img {
  width: 100%;
  height: 100%;
}

.magnitude-img-box-info h6 {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}

.magnitude-img-box-info p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 30px;
}
.introducing{
  padding: 150px 0px;
}
.introducing-box-info h3{
  font-size: 25px;
  font-weight: 500;
  color: #fff;
}
.introducing-box-info ul li {
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  padding: 5px 0px;
}

.timeline-s-box {
  padding: 200px 0px 350px 0px;
}


.timeline-s-box .cammon-info h2 {
  margin-bottom: 270px;
}

.team-box {
  background: #283157;
  width: 100%;
  height: 150px;
  padding: 35px;
  border-radius: 5px;
  border: 1px solid #303c6e;
  color: #fff;
}

.market-opportunity-box {
  background: #283157;
  width: 100%;
  height: 333px;
  padding: 35px;
  border-radius: 5px;
  border: 1px solid #303c6e;
  color: #fff;
}
.market-opportunity-box h3 {
  font-size: 30px;
  font-weight: 500;
}


.market-opportunity-box h4 {
    font-size: 23px;
    font-weight: 500;
    padding: 20px 25px 0px 0px;
    line-height: 34px;
}

.business-model h2{
  font-size: 50px;
  padding: 0px 150px 0px 0px;
}
.business-model p{
  font-size: 18px;
}

.business-model p{
 font-size: 20px;
}

span.business-model-btn  {
  width: 60%;
  height: 50px;
  background: #283157;
  border-radius: 4px;
  border: 1px solid #303c6e;
  text-align: center;
  line-height: 56px;
  color: #fff;
  font-weight: 600;
  font-size: 31px;
  margin-right: 20px;
}


.conatct-info h6{
  font-size: 23px;
  color: #fff;
  margin-bottom: 10px;

}
.conatct-info ul li {
  font-size: 23px;
  color: #fff;
  padding: 11px 0px;
}

.conatct-info ul li a{
  font-size: 23px;
  color: #fff;
}


.table-s{
  background: url(../images/table-bg.jpg) no-repeat;
  background-size: cover;
  padding: 150px 0px;
  border-bottom: 5px solid #fff;
  background-position:100%;
}


/* =====================table===================== */

.table-s tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border: 2px solid transparent;
}
.table-s table tbody tr td{
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}
.table-s table thead tr{
  font-size: 30px;
  color: #fff;
  font-weight: 600;
}
.table-s table tbody tr td.cammon-table {
  font-size: 27px;
}
table tbody tr td,table thead tr th {
  vertical-align: middle;
}
table thead tr th:first-child {
  width: 35%;
}
.sub-total {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 0;
}
.sub-total h6 {
  margin-bottom: 0;
}






/* ===================================================== */

.wrapperr {
  width: 100%;
  position: relative;
}
.wrapperr::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #283157;
  width: 100%;
  height: 4px;
}
.wrapperr ul {
  display: flex;
  width: 100%;
}
.wrapperr ul li {
  position: relative;
  width: 100%;
}
.timeline-s-box li span{
  font-size: 16px;
  position: absolute;
  min-width: 40px;
  height: 40px;
  background: #999;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
.timeline-s-box li:nth-child(even) span::after {
  content: "";
  position: absolute;
  top: -24px;
  transform: rotate(90deg);
  right: 1px;
  width: 100%;
  height: 2px;
  background: #283157;
}
.timeline-s-box li:nth-child(odd) span::after {
  content: "";
  position: absolute;
  top: 70px;
  transform: rotate(90deg);
  right: 1px;
  width: 100%;
  height: 2px;
  background: #283157;
}

.wrapperr ul li span {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  position: relative;
  width: 50px;
  height: 50px;
  margin: auto;
  background: #283157;
  font-weight: 500;
  line-height: 30px;
  border-radius: 5px;
}
.wrapperr ul li p {
  position: absolute;
  width: 100%;
  max-width: 400px;
  text-align: center;
  padding: 120px 0;
}
.wrapperr ul li:nth-child(odd) p {
  top: 0;
}
.wrapperr ul li:nth-child(even) p {
  bottom: 0;
}

.verticle-wrapper {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: auto;
  height: 100%;
  z-index: 100;
}
.verticle-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #283157;
  width: 3px;
  height: 100%;
}

.verticle-wrapper li {
  max-width: 300px;
  margin: auto;
  position: relative;
  margin-bottom: 3px;
}
.verticle-wrapper li p {
  font-size: 19px;
}
.business-model-info{
  padding: 245px 0px 0px 245px;
}
.business-model-info {
  padding: 245px 115px 0px 245px;
}
.verticle-wrapper li span {
    font-size: 16px;
    position: absolute;
    min-width: 40px;
    height: 40px;
    background: #283157;
    border: 2px solid #303c6e;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    color: #fff;
    border-radius: 5px;
    font-weight: 700;
    line-height: 35px;
}
.verticle-wrapper li:nth-child(odd) span {
  left: -4.4rem;
}
.verticle-wrapper li:nth-child(odd) span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
  width: 100%;
  height: 2px;
  background: #283157;
}
.verticle-wrapper li:nth-child(odd) p {
  margin-left:18px;
}

.verticle-wrapper li:nth-child(even) span {
  right: -4.4rem;
}
.verticle-wrapper li:nth-child(even) span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  width: 100%;
  height: 2px;
  background: #283157;
}
.verticle-wrapper li:nth-child(odd) {
  float: right;
  clear: both;
}
.verticle-wrapper li:nth-child(even) {
  float: left;
  clear: both;
}



/* ============================================================ */