*{
    padding: 0;
    margin: 0;
    background-color: #14120B;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

/* -----------------navigation bar-------------------- */
header{
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #14120B;
}
.nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 25px; */
    margin-left: 110px;
    margin-right: 110px;
    /* margin-top: 15px; */
    padding-top: 10px;
    padding-bottom: 10px;
    position: sticky;
}
.nav .logo img{
    width: 100px;
    height: auto;
}
.nav .nav-menu ul{
    display: flex;
    gap: 45px;
    /* margin: 0 140px; */
    font-size: 15px;
    /* font-weight: 200; */
    list-style: none;
    font-family: 'CursorGothic';
}
.nav .nav-menu ul li a {
    text-decoration: none;
    color: #fff;
}
.nav .nav-button .signin{
    margin-right: 10px;
    padding: 4px 8px;
    font-size: 13px;
    border-radius: 25px;
    border: none;
    background-color: black;
    border: 1px solid grey;
    color: white;
    cursor: pointer;
}
.nav .nav-button .download{
    padding: 4px 8px;
    font-size: 13px;
    border-radius: 25px;
    border: none;
    background-color: white;
    border: 1px solid black;
    color: black;
    cursor: pointer;
}

/* ........................... hero section ................................ */

.hero{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* gap: 80px; */
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 120px;    
}
.hero-header h1{
    font-size: 24px;
    color: white;
    font-weight: 400;
}
.hero-button button{
    align-items: center;
    margin-top: 30px;
    padding: 7px 12px;
    font-size: 18px;
    border-radius: 30px;
    background-color: white;
    border: 1px solid black;
    /* color: black; */
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}
.hero-image{
    width: 100%;
    height: 700px;
    margin-top: 80px;
    background-image: url("./images/bg-image/hero1.webp");
    /* background-size: cover; */
    background-position: center;
    bacground:contain;
    border-radius: 10px;
}
.hero-image img{
    align-items: center;
    height: 600px;
    image: cover;
    margin:50px 0px 0px 150px;
}

/* .................................... logo section ................................ */ 


/* ////////////////////////////////////////////////////////// */
.logos-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 100px 0 100px;
}
.logo-heading{
    text-align: center;
    text-size: 20px;
    font-weight: 400;
    font-size: medium;
    color: white;
}

.logos{
display: flex;
align-items: center;
justify-content: center;
gap: 15px;
width: 100%;
margin-top: 24px;
justify-content: center;
padding-bottom: calc(1rem * 1.4 * 1.5);
}

.logos .carde{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    width: 190px;
    height: 93px; 
    border-radius: 4px;  
    background-color: #1D1B15;
}
.carde img{
    width: 90px;
}

/* Logo section  ends*/
/* ................................ feature section ................................  */
/* first part */

.feature-card-1, .feature-card-2, .feature-card-3{
    display: flex;
    flex-direction: row;
    /* justify-content: space-between; */
    gap: 20px;
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 120px;   
    padding: 15px 15px;
    background-color: #1D1B15; 
}
.card1-left{
    background-color: #1D1B15;
}
.card1heading h2{
    margin-top: 250px;
    font-size: 24px;
    color: white;
    font-weight: 400;
    background-color: #1D1B15;
}

.feature-card-1 .card1-right{
    width: 1100px;
    height: 650px;
    /* margin-top: 80px; */
    background-image: url("./images/bg-image/hero1.webp");
    background-size: cover;
    background-position: center;
    /* bacground:contain; */
    border-radius: 10px;
    background-color: #1D1B15; 
}
.feature-card-2 .card1-right{
    width: 1100px;
    height: 650px;
    /* margin-top: 80px; */
    background-image: url("./images/bg-image/hero2.webp");
    background-size: cover;
    background-position: center;
    /* bacground:contain; */
    border-radius: 10px;
    background-color: #1D1B15; 
}.feature-card-3 .card1-right{
    width: 1100px;
    height: 650px;
    /* margin-top: 80px; */
    background-image: url("./images/bg-image/hero3.webp");
    background-size: cover;
    background-position: center;
    /* bacground:contain; */
    border-radius: 10px;
    background-color: #1D1B15; 
}
.card1text h2{
    /* margin-top: 20px; */
    font-size: 20px;
    color: white;
    font-weight: 400;
    color: white;
    background-color: #1D1B15;
}
.card1text p{
    padding-top: 20px;
    font-size: 15px;
    color: #F54E00;
    font-weight: 500;
    background-color: #1D1B15;
}
.feature-card-1 .card1-right img{
    align-items: center;
    width: 700px;
    height: 550px;
    image: cover;
    margin:50px 100px 0px 100px;
}
.feature-card-2 .card1-right img{
    align-items: center;
    width: 700px;
    height: 550px;
    image: cover;
    margin:50px 100px 0px 100px;
}
.feature-card-3 .card1-right img{
    align-items: center;
    width: 700px;
    height: 550px;
    image: cover;
    margin:50px 100px 0px 100px;
}

.................................... testimonials section ................................  */
.testimonials {
  margin-left: 100px;
  margin-right: 100px;
}

.testimonials h1 {
  margin-top: 120px;
  text-align: center;
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 60px;
  color: white;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 24px;
  margin-left: 100px;
 margin-right: 100px;
}

.card {
  background-color: #1D1B15;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 28px;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card p {
  font-size: 15px;
  line-height: 1.6;
  color: #e5e5e5;
  background-color: #1D1B15;
}

.author {
  margin-top: 24px;
  background-color: #1D1B15;
  display: flex;
  align-items: center;
  gap: 12px;
}
.author > div {
  display: flex;
  flex-direction: column;
}

.author img {
  width: 44px;
  height: 44px;
  border-radius: 10%;
  object-fit: cover;
}

.author .name {
  display: block;
  background-color: #1D1B15;
  font-weight: 600;
  font-size: 15px;
  color: white;
}

.author .role {
  font-size: 14px;
  color: #9ca3af;
  background-color: #1D1B15;
}
........................................... testimonials section ends ................................  */

.frontier-section {
  color: #fff;
}

.frontier-title {
    margin-top: 180px;
    color: white;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 40px;
  margin-left: 100px;
 margin-right: 100px;
}

.frontier-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 24px;
  margin-left: 100px;
 margin-right: 100px;
 
}

.frontier-card {
  background: radial-gradient(circle at top, #1f1d17, #14130f);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  padding: 28px;
  display: flex;
  flex-direction: column;
}

.frontier-card-title {
  color: #cfcfcf;
  font-size: 18px;
  margin-bottom: 8px;
  background-color: #1D1B15;
}

.frontier-card-text {
  color: #cfcfcf;
  line-height: 1.6;
  margin-bottom: 12px;
  background-color: #1D1B15;
}

.frontier-link {
  color: #ff6a00;
  text-decoration: none;
  margin-bottom: 20px;
  display: inline-block;
  background-color: #1D1B15;
}

.frontier-box {
  margin-top: auto;
  background: #2b2924;
  border-radius: 10px;
  padding: 12px;
  overflow: hidden;
}

.frontier-box img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

/* ///////////////////////// frontier section ends-------------------------------//////////////// */
/* /////////////////////////// changelog section ---------------------------------0 */
.changelog-section {
  margin: 120px 100px;
  color: #fff;
}

.changelog-title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 32px;
}

.changelog-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-bottom: 28px;
}

.changelog-card {
  /* background: radial-gradient(circle at top, #1f1d17, #14130f); */
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 22px;
  background-color: #1D1B15;
}


.changelog-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  background-color: #1D1B15;
}

.version-badge {
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.2);
  color: #fff;
}

.date-text {
  font-size: 14px;
  color: #bdbdbd;
  background-color: #1D1B15;
}

.changelog-heading {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  background-color: #1D1B15;
}

.changelog-link {
  color: #ff6a00;
  text-decoration: none;
  font-size: 15px;
}
////////////////////////////////////////////////// join us section ---------------------------------*/
.team-section {
  margin: 120px 100px;
}

.team-box {
  background-color: #1D1B15;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  padding: 40px;
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 40px;
  align-items: center;
   margin-left: 100px;
 margin-right: 100px;
}

.team-text {
  color: #fff;
  background-color: #1D1B15;
}

.team-text p {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 20px;
  background-color: #1D1B15;
}

.team-link {
  color: #ff6a00;
  text-decoration: none;
  font-size: 16px;
  background-color: #1D1B15;
}

.team-image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 14px;
  display: block;
}
/////////////////////////////////////////////////////// join us section ends ---------------------------------*/
/////////////////////////////////////////// recent high lihts section ---------------------------------*/
.highlights-section {
  margin: 200px 100px;
  color: #fff;
 background: #1b1914;
}
.highlights-left{
    background: #1b1914;
}

.highlights-wrap {
    margin: 150px 0px;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 60px;
  padding:100px 100px;
  background: #1b1914;
}

.highlights-title {
  font-size: 18px;
  font-weight: 500;
  color: #d6d6d6;
  background: #1b1914;
}

.highlights-right {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 760px;
  background: #1b1914;
}

.highlight-card {
  background: radial-gradient(circle at top, #1f1d17, #14130f);
  background: #1b1914;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 5px;
  padding: 22px;
  height: 150px;
  width:660px;
}

.highlight-heading {
     background: #1b1914;
     color: #cfcfcf;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
}

.highlight-text {
  font-size: 16px;
  line-height: 1.6;
  color: #bfbfbf;
  margin-bottom: 10px;
   background: #1b1914;
}

.highlight-meta {
  font-size: 13px;
  color: #9a9a9a;
  background: #1b1914;
}

.highlights-link {
  margin-top: 12px;
  color: #ff6a00;
  text-decoration: none;
  font-size: 15px;
  align-self: flex-start;
  background: #1b1914;
}
///////////////////////////////////////////////////////// recent high lihts section ends ---------------------------------*/
/* --------------------------- cta section ---------------------------------  */
.cta-section {
  width: 100%;
  min-height: 80vh;
  background: radial-gradient(circle at center, #1f1d17, #0f0e0b);
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.cta-title {
  font-size: 56px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 32px;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  background: #fff;
  color: #000;
  border-radius: 999px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 180px;
}

.cta-icon {
  font-size: 18px;
  background: #fff;
}


/* ----------------------------- cta section ends ---------------------------------   */
/* ------------------------------------------------- footer section --------------------------------- */
.footer-section {
  padding: 80px 100px 40px;
  /* background: radial-gradient(circle at top, #1f1d17, #0f0e0b); */
  color: #fff;
  background-color: #1D1B15;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 40px;
  margin-bottom: 60px;
  background-color: #1D1B15;
}

.footer-col h4 {
  font-size: 15px;
  font-weight: 500;
  color: #bdbdbd;
  padding-bottom: 14px;
  align-items: center;
  background-color: #1D1B15;
}

.footer-col a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  padding-bottom: 10px;
  background-color: #1D1B15;
}
.footer-col{
    background-color: #1D1B15;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #bdbdbd;
  gap: 20px;
  flex-wrap: wrap;
  background-color: #1D1B15;
}
.footer-bottom span{
    background-color: #1D1B15;
}

.footer-right {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: #1D1B15;
}

.footer-icon {
  background: #1d1b15;
  border: 1px solid rgba(255,255,255,0.1);
  padding: 6px 8px;
  border-radius: 8px;
}

.footer-lang {
  background: #1d1b15;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.1);
  padding: 6px 10px;
  border-radius: 8px;
  background-color: #1D1B15;
}


/* ------------------------------------------------- footer section ends --------------------------------- */

