@font-face {
  font-family: "Dharma";
  src: url("./assets/fonts/DharmaGothicE_ExBold_R.otf") format("truetype");
}
@font-face {
  font-family: "Satoshi";
  src: url("./assets/fonts/Satoshi-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Satoshi Bold";
  src: url("./assets/fonts/Satoshi-Bold.ttf") format("truetype");
}

* {
  margin: 0;
  padding: 0;
}
html,
body {
  background-color: #0a0127;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.navBar {
  display: inline-flex;
  width: 100%;
  /* padding: 2%; */
  position: fixed;
  justify-content: space-between;
  align-items: center;
  top: 0;
  background-color: #1b0c30;
  z-index: 100;
  /* left: 50%;
  transform: translateX(-50%); */
}

.navImg {
  height: 30px;
  margin: 2%;
}
.navBtn {
  border: 0;
  padding: 10px 1rem;
  background-color: white;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: black;
  font-weight: bold;
  margin: 2%;
  font-family: sans-serif;
}
.header {
  text-transform: capitalize;
  font-family: Dharma;
  color: #fff;
  margin: 0;
  padding: 0;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6%;
  text-align: center;
  font-size: 108px;
  font-style: italic;
  font-weight: 800;
  line-height: 102%; /* 102.765px */
}
.section1 h4 {
  font-family: Satoshi;
  color: #fff;
  font-size: 29px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  width: 50%;
}

.section1 h3 {
  text-transform: capitalize;
  font-family: Dharma;
  color: #fff;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 49.29px;
  font-style: italic;
  font-weight: 800;
  line-height: 130%; /* 64.077px */
  letter-spacing: 0.99px;
  text-transform: capitalize;
}
.section1 h3 {
  font-size: 56px;
}
.linearText {
  text-transform: capitalize;
  font-family: Dharma;
  font-size: 100.75px;
  background: linear-gradient(89deg, #ffb80d 10.55%, #ffdb84 28.59%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.linearText1 {
  text-transform: capitalize;
  font-family: Dharma;
  font-size: 56px;
  background: linear-gradient(89deg, #ffb80d 10.55%, #ffdb84 28.59%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.section1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10%;
  /* margin: 4% 8%; */
}

.frontsection {
  height: 90vh;
  display: flex;
  flex-direction: column;
  /* justify-content: space-around; */
  margin-top: 3%;
  align-items: center;
  position: relative;
  z-index: 30;
}

.btn1 {
  /* background-color: white; */
  padding: 10px;
  display: flex;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  font-size: 26px;
  font-weight: 700;
  margin-top: 5%;
  color: white;
  cursor: pointer;
  font-family: Satoshi;

}
.timeline {
  margin-top: 7%;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
  min-width: 250px;
  padding: 2% 4%;
  border: 1px solid #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 20px;
  border: 0.629px solid rgba(255, 255, 255, 0.4);
}
.info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.info h4 {
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  font-size: 15.7px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 19.624px */
  font-family: "Outfit", sans-serif;
}
.info h2 {
  color: #fff;
  text-align: center;
  font-size: 23.549px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 29.437px */
  font-family: "Outfit", sans-serif;
  margin-top: 4%;
}

.prize {
  margin-top: 7%;
  margin-bottom: 15%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.prize h4 {
  color: #febc1d;
  text-align: center;
  font-size: 38.88px;
  font-style: normal;
  font-weight: 500;
  line-height: 29.441px; /* 75.722% */
}
.prize h2 {
  color: #fff;
  text-align: center;
  font-size: 81.43px;
  font-style: normal;
  font-weight: 900;
  font-family: Satoshi Bold;
  line-height: 51.337px; /* 63.044% */
  margin-top: 30px;
}

.ellipse {
  width: 525px;
  height: 553.933px;
  flex-shrink: 0;
  border-radius: 553.933px;
  background: linear-gradient(180deg, #6e6590 0%, #615687 100%);
  filter: blur(350px);
  position: absolute;
  z-index: -1;
}

.insights {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 5%;
  margin-bottom: 10%;
  position: relative;
  z-index: 20;
}
.tarif {
  width: 276px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: black;
  padding: 1.5rem;
  margin: 2rem;
  z-index: 30;
  border-radius: 13.916px;
  border: 1.16px solid rgba(255, 255, 255, 0.15);
}
.tarif h2 {
  color: #fff;
  text-align: center;
  font-family: Satoshi Bold;
  font-size: 48.706px;
  font-style: normal;
  text-align: left;
  font-weight: 900;
  line-height: 45.936px; /* 94.314% */
}
.info1 {
  width: 276px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.tarif p {
  color: #fff;
  font-family: Satoshi;
  text-align: center;
  font-size: 28.168px;
  font-style: normal;
  font-weight: 200;
  line-height: 45.936px; /* 163.079% */
  text-align: left;
  margin-top: 10px;
}
.info1 h2 {
  color: #fff;
  font-size: 66.29px;
  font-style: normal;
  font-weight: 700;
  line-height: 39.612px; /* 59.755% */
  margin-top: 20px;
  font-family: Roboto;
}

#secondSection {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.priceCardImg {
  width: 100%;
  height: 242px;
  object-fit: contain;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 5%;
  background-color: black;
}
.footer h4 {
  color: #8a8a8a;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer ul li {
  list-style: none;
  color: #fff;
  text-align: center;
  font-family: Satoshi;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 10px;
}

.IklImg {
  height: 500px;
}
.section2 {
  display: flex;
  flex-direction: column;
  background-color: #050113;
  border-top-left-radius: 700px;
  border-top-right-radius: 700px;
  width: 100%;
  box-shadow: 0px -80px 50px 20px rgba(255, 255, 255, 0.2);
}
.featureCard {
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  flex-direction: column;
  width: 357px;
  height: 380px;
  padding: 25px;
  border-radius: 10px;
  margin: 10px;
}
.imgDiv {
  width: 100%;
  height: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  padding: 10px 0;
  border: 0.1px solid #F4BA14;
  background: radial-gradient(80.98% 80.98% at 50% 50%, #210789 0%, #000 99.98%, #1C0090 99.99%);
}
.middleCard {
  margin-left: 20px;
  margin-right: 20px;
}
.featureCard h4 {
  color: #fff;
  font-family: Satoshi;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  width: 100%;
}

.priceCard {
  margin: 5%;
}

@media only screen and (max-width: 844px) {
  .timeline {
    width: 40%;
  }
}

@media only screen and (max-width: 641px) {
  .navImg {
    height: 18px;
  }
  .timeline {
    width: 40%;
    margin-top: 20%;
  }
  .info h4 {
    font-size: 14px;
  }
  .info h2 {
    font-size: 18px;
  }
}
.insightDivider {
  height: 120px;
  width: 1px;
  background-color: white;
}
.videoPlayer {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  height: 330px;
  margin-top: 5%;
}

@media only screen and (max-width: 425px) {
  .section2 {
    width: 120%;
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
  }
  .navBtn {
    border: 0;
    padding: 8px 1.5rem;
    background-color: white;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: black;
    /* font-weight: bold; */
    font-family: Satoshi;
  }
  .frontsection {
    justify-content: center;
    position: relative;
    z-index: 30;
  }
  .footer {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .footerContent {
    margin: 20px 0px;
  }
  .info1 h4 {
    font-size: 18px;
  }
  .info1 h2 {
    text-align: left;
    font-size: 22px;
  }
  .info h4 {
    font-size: 10px;
  }
  .info h2 {
    text-align: left;
    font-size: 14px;
  }
  .insights {
    width: 100%;
    justify-content: center;
  }
  .section1 h4 {
    font-size: 14px;
    width: 90%;
  }
  .prize h4 {
    font-size: 22px;
  }
  .prize h2 {
    font-size: 32px;
    margin-top: 20px;
  }
  .linearText {
    font-size: 57px;
  }
  .section1 h3 {
    font-size: 38px;
    margin-left: 10%;
    margin-right: 10%;
  }
  .linearText1 {
    font-size: 38px;
  }
  .btn1 {
    min-width: 150px;
    font-size: 18px;
    margin-top: 2%;
  }
  .section1 h4 {
    margin-top: 5%;
  }
  .section1 h2 {
    margin: 10% 0;
  }
  .IklImg {
    height: 250px;
    margin-bottom: -15%;
    z-index: 80;
  }
  .header {
    width: 100%;
    padding: 10px;
    font-size: 57px;
  }
  .h4BelowVideo {
    margin-left: 10%;
    margin-right: 10%;
  }
  .priceCard {
    margin: 5%;
    height: 200px;
  }
  .featureCard {
    width: 257px;
    height: 280px;
  }
 
  .tarif h2 {
    font-size: 30px;
    margin-bottom: 0;
  }

  .tarif p {
    font-size: 18px;
  }
  .tarif {
    margin-left: 15%;
    margin-right: 15%;
  }
  .infoText {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .videoPlayer {
    width: 50%;
    height: 146px;
  }
  .tarif img {
    width: 54px;
  }
}
