@font-face {
  font-family: "axiforma-regular";
  src: url(./Font/Axiforma-Regular.ttf);
}
@font-face {
  font-family: "axiforma-bold";
  src: url(./Font/Axiforma-Bold.ttf);
}
@font-face {
  font-family: "axiforma-semiBold";
  src: url(./Font/Axiforma-SemiBold.ttf);
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
p {
  font-family: "axiforma-regular";
  color: #d9d9d9;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "axiforma-semiBold";
}
button {
  font-family: "axiforma-bold" !important;
}
:root {
  --header-bg-color: #1d1e1f;
  --color: #fff;
  --main-bg-color: #191818;
  --card-color: #212121;
}
.menu__wrapper{
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.911);
  position: absolute;
  top: -1000px;
  left:0;
  z-index: 99999;
  transition: 0.5s all;
  padding: 10px 30px;
}

.menu__wrapper .cross_icon{
  font-size: 35px;
  color: #fff;
  text-align: end;
}
.main__button {
  background-image: linear-gradient(110deg, #00d0ff -46%, #a93bff 103%);
  padding: 6px 40px;
  color: var(--color);
  border-radius: 4px;
  border: none;
  font-family: "axiforma-bold";
}
.main_div {
  background-color: var(--header-bg-color);
}
.bg__style {
  padding: 18px 0px;
}
.navbar-expand-lg {
  background-color: #1d1e1f !important;
}
.navbar__links {
  display: flex;
  gap: 47px;
  align-items: center;
  justify-content: end;
  height: 100%;
  margin-bottom: 0px;
}
.navbar__links li {
  list-style: none;
}
.navbar__links li a {
  text-decoration: none;
  font-family: "axiforma-regular";

  color: var(--color);
}
.gradient-border-button {
  padding: 6px 40px;
  font-size: 16px;
  color: #fff;
  background-color: var(--header-bg-color); 
  border: 1px solid;
  border-image: linear-gradient(110deg, #00d0ff -46%, #a93bff 103%) 1;

  cursor: pointer;
  transition: all 0.3s ease;
}

/* section__two */
.section__two {
  background-color: #000;
  padding-top: 150px;
  color: var(--color);
  position: relative;
  overflow: hidden;
  height: 100vh;
}

.section__two::before {
  content: "";
  background-image: url(./images/hero-banner.png);
  background-size: 100% 100%;
  width: calc(100% + 10px);
  height: 100%;
  position: absolute;
  top: 0;
  left: -10px;
}

.btn__linear {
  position: relative;
  width: fit-content;
}
.btn__linear span {
  padding: 10px;
  position: absolute;
  left: 23%;
  top: 4px;
  font-size: 18px;
  font-family: "axiforma-bold";
}
.section__two .screen_left .btn_right_hero {
  background-image: linear-gradient(110deg, #00d0ff -46%, #a93bff 103%);
  padding: 6px 40px;
  color: var(--color);
  border-radius: 4px;
  border: none;
  font-family: "axiforma-bold";
  position: relative;
  width: 170px;
}
.section__two .screen_right img {
  width: 100%;
}
.btn_right_hero::before {
  content: "";
  position: absolute;
  height: 98%;
  width: 98%;
  left: 2px;
  z-index: 1;
  top: 2px;
  background-color: red;
}
.btn_right_hero span {
  position: absolute;
  top: 10px;
  left: 20%;
  z-index: 999;
}
.section__two .screen_left {
  position: relative;
  z-index: 10;
}
.section__two .screen_left .btn__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.section__two .screen_left .btn__wrapper button {
  flex-shrink: 0;
}
.section__two .screen_left .para {
  font-size: 16px;
  padding: 10px 0px;
}
.logo_p {
  padding-bottom: 30px;
}
.logo_p img {
  width: 49px;
}
/* section__three */
.section__three {
  background-color: var(--main-bg-color);
  background-image: url(./images/bg3.png);
  background-size: contain;
  padding: 80px 0px;
  background-repeat: round;
}
.section__three .center_screen {
  display: flex;
  flex-direction: column;
  color: var(--color);
  align-items: center;
  justify-content: center;
}
.main__padding__bottom {
  padding-bottom: 180px;
}
.section__three .center_screen .para_sec__three {
  margin: auto 119px;
  text-align: center;
  padding: 30px 0px;
}
/* section four */
.section__four {
  background-color: #000000;
  padding-top: 189px;
  color: var(--color);
}
.paragraph_Sec_seven {
  padding-bottom: 50px;
}
.section__four .comb img {
  width: 48px;
}
.section__four h1 {
  padding: 30px 0px;
}

.main__card {
  padding: 80px 50px;
  background-image: url(./images/Rectangle\ 9.png);
  background-size: 100% 100%;
}
.main__card h2 {
  padding: 30px 0px;
}
.main__card .para__margin {
  margin-right: 300px;
  padding-bottom: 40px;
}
.main__card img {
  width: 48px;
}

.card_one {
  background-color: var(--card-color);
  padding: 80px 20px;
}
.card_one img {
  width: 30px;
  height: 30px;
}
.card_one span {
  display: block;
  font-family: "axiforma-bold";

  padding: 25px 0px;
}
.card_one p {
  margin: 0%;
  height: 180px;
  overflow: auto;
}
.section__five {
  padding: 100px 0px;
  background-color: #000000;
  color: var(--color);
}
.gap__wrapper {
  padding: 60px 0px;
}
.section__five h1 {
  text-align: center;
  padding: 0px 153px;
}
.section__five h1 span {
  color: #00d0ff;
  font-family: "axiforma-semiBold";
  color: var(--color);
  font-weight: bold;
  background: linear-gradient(90deg, #00d4ff, #a93bff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.section__five p {
  text-align: center;
  padding: 20px 263px;
  padding-top: 65px;
}
.section__six {
  background-color: #000000;
  background-image: url(./images/bg_layer.png);
}
.section__six h2 {
  color: var(--color);
}
.section__six p {
  width: 80%;
  padding: 30px 0px;
}
.sec_left {
  border: 1px solid #4f4f4f;
  padding: 50px 50px;
  background-color: var(--header-bg-color);
}
.sec_left h2 {
  color: var(--color);
}
.sec_left p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 110px;
}
.sec_left .img_wrapper {
  text-align: end;
}
/* section seven */
.section__seven {
  background-color: #000000;
  padding: 190px 0px;
  position: relative;
  z-index: -2;
  overflow: hidden;
}
.section__seven::before {
  content: "";
  background-image: url(./images/botton-banner.png);
  background-size: 100% 100%;
  width: calc(100% + 30px);
  height: 100%;
  position: absolute;
  bottom: -5px;
  left: -20px;
}

.section__seven .screen_seven h2 {
  text-align: center;
  font-family: "axiforma-semiBold";
  color: var(--color);
  font-size: 48px;
  font-weight: bold;
  background: linear-gradient(90deg, #00d4ff, #a93bff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.section__seven .screen_seven p {
  text-align: center;
}
.btn__seven_wrapper {
  text-align: center;
}
footer {
  background-color: var(--header-bg-color);
}
.footer_left {
  display: flex;
  padding: 20px 0px 0px 0px;
}
.footer_left img {
  width: 40px;
}
.footer_left h4 {
  color: var(--color);
  margin-bottom: 0px;
}
footer .main_right {
  display: flex;
  justify-content: end;
  gap: 20px;
  align-items: end;
}
footer .main_right .footer__Logo {
  border: 1px solid var(--color);
  height: 34px;
  width: 35px;
  text-align: center;
  border-radius: 4px;
}
/* responsiveness */
@media (max-width: 991px) {
  .screen_right {
    margin-top: 20px;
  }
  .section__right {
    display: none;
  }
  .main__card .para__margin {
    margin-right: 0px;
  }
  .section__five h1 {
    padding: 0px 50px;
  }
  .section__five p {
    padding: 0px 100px;
    padding-top: 45px;
  }
  .sec_left p {
    -webkit-line-clamp: 10;
  }
  .section__six p {
    width: 100% !important;
  }
  .section__four {
    padding-top: 50px;
  }
  .main__padding__bottom {
    padding-bottom: 50px;
  }
  .gap__wrapper {
    padding: 0px 0px;
  }
  .section__left {
    text-align: center;
  }
  .section__two .screen_left .btn__wrapper {
    justify-content: center;
  }
  .gap__wrapper {
    text-align: center;
  }
  .section__seven {
    padding: 50px 0;
  }
  .navbar__links {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-left: 0px !important;
    height: calc(100vh - 100px);
  }

  .navbar-toggler-icon {
    filter: brightness(0) saturate(100%) invert(100%) sepia(93%) saturate(0%)
      hue-rotate(201deg) brightness(106%) contrast(106%);
  }
  .navbar-toggler:focus {
    border: unset !important;
    box-shadow: unset !important;
  }
  .section__three {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom right;
  }
  .section__two {
    padding: 50px 0px;
    height: auto;
  }
  .center_screen h1 {
    margin-bottom: 0%;
  }
  .sec_left .img_wrapper{
    text-align: left;
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .section__three .center_screen .para_sec__three {
    margin: auto 50px;
  }
  .section__three .center_screen h1 {
    text-align: center;
  }
  .section__five h1 {
    padding: 0px 30px;
  }
  .section__five p {
    padding: 0px 50px;
    padding-top: 45px;
  }
  .sec_left p {
    height: auto;
  }
  .section__seven .screen_seven h2 {
    font-size: 34px;
  }
  footer {
    padding-bottom: 20px;
  }
  footer .main_right {
    justify-content: center;
  }
  .footer_left {
    justify-content: center;
  }
  footer p {
    text-align: center;
  }
  .card_one p {
    margin: 0%;
    height: 0%;
    overflow: auto;
  }
  .section__five {
    padding-top: 100px;
  }
  .screen_left {
    text-align: center;
  }
}
@media (max-width: 450px) {
  .main__card {
    padding: 30px 20px;
  }
}
@media (max-width: 400px) {
  .section__three .center_screen .para_sec__three {
    margin: auto 10px;
  }
  .section__five {
    padding-top: 100px;
  }
  .section__five h1 {
    padding: 0px 10px;
  }
  .section__five p {
    padding: 0px 20px;
    padding-top: 20px;
  }
  .padding__dt_icon {
    padding: 10px;
  }
  .img_wrapper {
    padding-top: 10px;
  }
}
