* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background-color: #111111;
}
:root {
  --yellow: #434AAA;
  --white: #fff;
  --Roboto: "Roboto";
  --exo: "exo";
}

p,
span,
ul,
li,
label,
span {
  font-family: var(--Roboto);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--exo);
}

h1 {
  font-size: 50px;
  font-weight: 700;
  font-family: var(--exo);
  line-height: 60px;
}
.padding_70 {
  padding: 70px 0px;
}

p.descp {
  /* font-size: 16px; */
  font-family: var(--Roboto);
  font-weight: 400;
}

.yellow_btn,
.white_btn {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--Roboto);
  border-radius: 5px;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  border: 1px solid var(--yellow);
  cursor: pointer;
  width: fit-content;
}

.text_yellow{
  color: var(--yellow);
}
.yellow_btn {
  background: var(--yellow);
  color: #fff;
}

/* header */

.scrolled-header {
  background: #fff !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.scrolled-header .nav-link {
  color: #000 !important;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.3s ease-in-out;
  background: transparent;
}

.header_position {
  /* position: absolute; */
  /* z-index: 2;
  top: 0;
  left: 0;
  width: 100%; */
}

.nav-link {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--Roboto);
  color: var(--white);
}
.nav-link:focus,
.nav-link:hover {
  color: var(--yellow);
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--yellow);
}

/* footer */
.footer_sec {
  background-color: #111111;
  color: var(--white);
}

.footer_sec h5 {
  font-family: var(--Roboto);
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 12px;
  color: var(--yellow);
}
.footer_sec ul {
  list-style: none;
  padding-left: 0px;
}
.footer_options a {
  font-size: 18px;
  font-family: var(--Roboto);
  font-weight: 500;
  text-decoration: none;
  color: #fff;
}
.footer_options li {
  padding-bottom: 7px;
}
.copyright_sec {
  background-color: #111111;
  color: #fff;
}
.copyright_sec a {
  text-decoration: none;
  color: #fff;
}
.copyright {
  padding: 20px;
  border-top: 1px solid;
}
.copyright_sec span {
  color: var(--yellow);
}
.footer_icon {
  font-size: 1rem;
  color: var(--yellow);
}

/* banner */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.crousel_text {
  right: 37%;
  bottom: 15.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: start;
  z-index: 2;
}
.carousel_btn {
  z-index: 2;
  filter: brightness(1) invert(1) !important;
  background-color: black !important;
}
.hero-section .border_left {
  border-left: 2px solid var(--yellow);
  padding-left: 10px;
}

/* about section */

.about_detail {
  padding: 70px;
}

h2.heading {
  font-family: var(--exo);
  font-weight: 600;
  font-size: 40px;
  line-height: 55px;
  color: var(--white);
}

h4.short_heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 28.8px;
  color: var(--white);
}

.mission .short_heading span {
  font-size: 15px;
  line-height: 18px;
}

p.desc {
  font-weight: 400;
  font-family: 16px;
  line-height: 27.2px;
  color: #999999;
}
.founder_detail {
  padding: 30px;
}

/* advisor section */
.advisors .heading {
  padding-bottom: 30px;
  margin-bottom: 0 !important;
}
.advisors p {
  margin-bottom: 0 !important;
}
.advisors .heading span {
  color: var(--yellow);
}
.advisor_card {
  background-color: #1d1d1d;
  color: var(--white);
  text-align: center;
}
.card_hover {
  transition: 0.5s ease;
}
.advisor_card:hover .card_hover {
  background-color: var(--yellow);
}

.advisor_card img {
  border-bottom: 3px solid var(--yellow);
}

/* trusted section */
.trusted {
  background-color: #565555;
}

/* packages */
.packages p {
  margin-bottom: 0 !important;
}

.packages .heading span {
  color: var(--yellow);
}
.package_card {
  background-color: #1d1d1d;
  color: var(--white);
  padding: 10px;
}

.package_card .card_header {
  text-align: center;
  padding-bottom: 35px;
  border-bottom: 2px solid #eeeeee1a;
}

.package_card .card_header h4 {
  margin-bottom: 0px;
}
.package_card ul {
  list-style: none;
  float: left;
  margin-top: 35px;
}
.package_card ul li {
  padding-bottom: 15px;
  color: #e7e7e7;
  font-size: 14px;
}
.package_card .get_button {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.package_card .card_img {
  margin-top: -65px;
  padding-bottom: 15px;
}
.padding_80 {
  padding-top: 80px;
}

/* steps section */

.bg-theme-dark {
  background-color: #111 !important;
}

.info-box {
  position: relative;
  margin-top: -90px;
  padding: 0;
  z-index: 9;
  background: transparent;
}

.feature-box {
  background: #1d1d1d;
  padding: 50px;
  margin-left: 0;
  margin-right: 0;
}

.seprator-right {
  position: absolute;
  right: 0;
  transition: opacity 0.2s ease;
  top: 10%;
  height: 80%;
}

.seprator-right:before {
  height: 100%;
  background-color: rgba(150, 150, 150, 0.5);
  content: "";
  position: absolute;
  right: 0;
  width: 2px;
}

.seprator-right:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2px;
  height: 40%;
  background-color: #f9b707;
}

.seprator-right {
  position: absolute;
  right: 0;
  transition: opacity 0.2s ease;
  top: 10%;
  height: 80%;
}

.seprator-right:before {
  height: 100%;
  background-color: rgba(150, 150, 150, 0.5);
  content: "";
  position: absolute;
  right: 0;
  width: 2px;
}

.seprator-right:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2px;
  height: 40%;
  background-color: #f9b707;
}
.link-btn {
  font-weight: 500;
  color: #ffffff;
  line-height: 20px;
  font-size: 15px;
  vertical-align: middle;
}

.link-btn.black {
  color: #282b2d;
}

.link-btn.black:hover {
  color: #f9b707;
}

.list-style1 {
  padding: 0;
  margin: 0;
  list-style: none;
}

.list-style1 li {
  display: block;
  vertical-align: middle;
  text-transform: capitalize;
  background-color: transparent;
  border-radius: 10px;
  padding: 15px 20px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

.list-style1 li:hover,
.list-style1 li.active {
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.06);
  transition: all 0.8s;
}

.list-style1 li:last-child {
  margin-bottom: 0;
}

.display-31 {
  font-size: 0.8rem;
}
.text-primary {
  color: #f9b707 !important;
}
.font-weight-700 {
  font-weight: 700;
}
.text-primary {
  --bs-text-opacity: 1;
}
.lh-1 {
  line-height: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.text-gray {
  color: #999999;
}
.display-xl-5 {
  font-size: 3.4rem;
}
.padding_top {
  padding-top: 90px;
}


/* other css */
.roadmap-content {
    text-align: center;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 38px;
    position: relative
}

.roadmap-content .roadmap-year {
    background: #282b2d;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    padding: 9px 5px;
    position: relative
}

.roadmap-content .roadmap-year .road-map-date {
    font-weight: 600;
    font-size: 20px;
    margin: 0;
    color: #fff
}

.roadmap-content .road-map-title {
    padding: 0px 12px;
    background: rgba(249, 183, 7, 0.7);
    color: #282b2d;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    position: relative;
    display: table;
    height: 75px;
    width: 100%
}

.roadmap-content.even .roadmap-year:before {
    position: absolute;
    content: "";
    top: -27%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    width: 16px;
    height: 12px;
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
    background: #282b2d
}

.roadmap-content.odd .road-map-title:before {
    position: absolute;
    content: "";
    bottom: -15%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    width: 16px;
    height: 12px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    background: rgba(249, 183, 7, 0.7)
}

.roadmap-content .road-map-title span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle
}

.roadmap-content.even:before,
.roadmap-content:after,
.roadmap-content.odd:before,
.roadmap-content:after {
    content: "";
    position: absolute;
    background: #007aff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    position: absolute
}

.roadmap-content.even:before {
    height: 12px;
    width: 12px;
    background: rgba(249, 183, 7, 0.9);
    top: 4px
}

.roadmap-content.odd:before {
    height: 12px;
    width: 12px;
    background: rgba(249, 183, 7, 0.9);
    bottom: -11px
}

.roadmap-content.odd:after {
    background: rgba(249, 183, 7, 0.5);
    width: 18px;
    height: 18px;
    bottom: -17px
}

.roadmap-content.even:after {
    background: rgba(249, 183, 7, 0.5);
    width: 18px;
    height: 18px;
    top: 4px
}

.roadmap-carousel:before {
    top: 50%;
    height: 1px;
    width: 100%;
    left: 0;
    position: absolute;
    content: "";
    background: #f9b707
}

.roadmap-content.even {
    padding-top: 38px;
    margin-top: 150px;
    padding-bottom: 0
}

.roadmap-wrapper {
    overflow: hidden;
    position: relative
}

.roadmap-wrapper:before {
    content: "";
    width: 3px;
    height: 100%;
    background: #f2f2f2;
    position: absolute;
    top: 0;
    left: 50%
}

.roadmap-wrapper.dark-theme:before {
    width: 4px;
    background: rgba(150, 150, 150, 0.15)
}

.roadmap-wrapper .roadmap_info {
    position: relative;
    margin-bottom: 50px
}

.roadmap-wrapper .roadmap_info:last-child {
    margin-bottom: 0
}

.roadmap-wrapper .roadmap_info:first-child:before {
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 2px solid #ededed;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: -3px
}

.roadmap-wrapper .roadmap_info:last-child:before {
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 2px solid #ededed;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: -3px;
    top: auto;
    bottom: 0
}

.roadmap-wrapper .roadmap_info:before,
.roadmap-wrapper .roadmap_info:after {
    content: "";
    display: block;
    width: 100%;
    clear: both
}

.roadmap-wrapper .roadmap-icon {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #ededed;
    box-sizing: content-box;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: -4px
}

.roadmap-wrapper .roadmap-icon:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f9b707;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.roadmap-wrapper .year {
    display: inline-block;
    padding: 8px 20px;
    margin: 0;
    font-size: 14px;
    color: #fff;
    background:var(--yellow);
    text-align: center;
    position: absolute;
    top: 50%;
    right: 36%;
    border-radius: 10px;
    transform: translateY(-50%)
}

.roadmap-wrapper .roadmap_content {
    width: 45%;
    padding: 20px;
    margin: 0 20px 0 0;
    position: relative;
    border: 0px solid #ededed;
    border-radius: 10px
}

.roadmap-wrapper .roadmap_info:nth-child(2n) .roadmap_content {
    float: right;
    margin: 0 0 0 20px
}

.roadmap-wrapper .roadmap_info:nth-child(2n) .year {
    right: auto;
    left: 36%
}

.shape-four {
    -webkit-animation: topRight 20s linear infinite;
    animation: topRight 20s linear infinite
}

@-webkit-keyframes topRight {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
    50% {
        -webkit-transform: translate(80px, -80px);
        transform: translate(80px, -80px)
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes topRight {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
    50% {
        -webkit-transform: translate(80px, -80px);
        transform: translate(80px, -80px)
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@media screen and (max-width: 1199px) {
    .roadmap-wrapper .year {
        right: 30%
    }
    .roadmap-wrapper .roadmap_info:nth-child(2n) .year {
        left: 30%
    }
}
.section-heading2 {
    margin-bottom: 50px;
    text-align: center
}

.section-heading2 h2{
    position: relative;
    font-weight: 600;
    margin-bottom: 0;
    position: relative;
    line-height: 45px;
    font-size: 40px;
    width: 50%;
    color: #ffffff;
    text-transform: capitalize;
    margin: 0 auto
}

.section-heading2 span {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    display: inline-block;
    color: #999999;
    margin-bottom: 10px
}
.text-gray {
    color: #dcdcdc;
}
.link-btn {
    font-weight: 500;
    color: rgb(255, 255, 255);
    line-height: 20px;
    font-size: 15px;
    vertical-align: middle;
}
.bg-light-dark {
    background: rgb(29, 29, 29) !important;
}
.right-15 {
    right: 15%;
    left: inherit;
}
.top-15 {
    top: 15%;
    bottom: inherit;
}
.position-absolute {
    position: absolute!important;
}
.left-5 {
    left: 5%;
    right: inherit;
}
.bottom-30 {
    bottom: 30%;
    top: inherit;
}
.shape-one img {
  animation: rotate-shape 8s linear infinite;
}

@keyframes rotate-shape {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* counter */
.min-height-300 {
    min-height: 300px;
}
.overflow-visible {
    overflow: visible !important;
}
.counter-box .box {
    background: var(--yellow);
    max-width: 1300px;
    margin: -90px auto -90px;
    position: relative;
    padding: 70px 50px
}

.counter-style-01 {
    position: relative;
    display: inline-block;
    text-align: center
}

.counter-style-01 h2 {
    display: inline-block;
    font-size: 60px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 700;
    color: #ffffff
}

.why-choose-box .box {
    background: #1d1d1d;
    max-width: 1300px;
    margin: -90px auto -90px;
    position: relative;
    padding: 70px 50px;
}
.cover-background {
    position: relative !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.border-light-white {
    color: rgba(238, 238, 238, 0.1);
}
.borders-bottom {
    border-bottom: 1px solid;
}
.pb-lg-2-2, .py-lg-2-2 {
    padding-bottom: 2.2rem;
}
.mb-lg-2-2, .my-lg-2-2 {
    margin-bottom: 2.2rem;
}
.create_box {
    display: flex;
    flex-direction: column;
    gap: 0px;
    margin-bottom: 10px;
}
.create_gap {
    display: flex;
    gap: 14px;
}