
    :root {
  --bg: #01001c;
  --text: #ffffff;
  --highlight: #126fbf;
  --box: #161b22;
}

.img-card img{
    height:560px ;
     width:63.48px ; 
     
}

h1{
    
    font-weight:700;
}

h2{
    font-weight:600;
}

a{
    text-decoration:none;
}

.para-card img{
width: 282.3507385253906px;
height: auto;
padding-bottom: 5px;
}
.para-card p{
  
    color: #FFFFFF;
    line-height: 36px;
    margin-top: 30px;
}
.final-imgcard img{
   width: 526px;
    height: 370px;
}
.main-sect{
 margin-top: 100px;


}
.first-line{
    display: flex;
}

.mid-sect{
    display: flex;
    width: 100%;
    justify-content: space-evenly;

}
.para-card{
    width: 39%;
}

.money{
    height: 50px;
    position: relative;
right: 6px;
}
.git-line{
    height: 606px;
    width: 3px;
    margin-top: 80px;
    position: relative;
    right: 30px;
}

h2{
    color:#fff;
}
h2 span, .services{
    color: #116FBF;
}
.textarea p{
    color: #FFFFFF;
   
    font-weight: 400;
    padding-top: 50px;
    line-height: 36px;
}
.img-sect img{
    height: 502px;
    width: 510px;
}
.seco-sect{
    display: flex;
    justify-content: space-evenly;
    margin-top: 50px;
   
}
.textarea{
    width: 45%;

}
.dedi-img{
    width: 50px;
    height: 50px;
}
.three-box p{
    font-weight: 400;

    line-height: 100%;
    color: #FFFFFF;
}
.line{
    height: 60px;
    background-color: white;
    width: 1px;
}
.three-box{
    display: flex;
    justify-content: space-evenly;
    border: .5px solid white;
    width: 82%;
    align-items: center;
    position: relative;
    left: 200px;
    top: -120px;
    height: 80px;
}
.hands{
    text-align: center;
}
.development{
    color: #FFFFFF;
  
    line-height: 36px;
    margin: auto;
    text-align: center;

    
}

/* .training-sect{
    background-color: #161B22;
} */
.four-box{
    display: flex;
    justify-content: center;
    margin-top: 30px;
gap: 2%;

}


.one{
    background-color: #161B22;
    width: 18%;
border-radius: 5px;
text-align: center;
box-shadow: 0 4px 8px 2px rgba(211, 203, 203, 0.2);


}
.one img{
    height: 93px;
    background-color: #161B22;
    padding-top: 5%;
}
.one p{
    color: #ffffff;
    font-size: 22px;
    background-color: #161B22;
    padding: 5%;
    padding-bottom: 5%;
}

.why h2{
    text-align: center;
    margin-top: 50px;
}

.text-area p{
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
   

}
.developers{
    display: flex;
    align-items: center;
   gap: 3%;
   margin-top: 30px;
}
.developers img{
    height: 60px;
}
.developers p{
    font-size:22px;
    font-weight: 600;
    text-align:start;
   
}
.experienced-culture{
    display: flex;
gap: 3%;
padding-top: px;
}
.industrail-training{
    display: flex;
    justify-content: space-evenly;
    margin-top: 30px;
}

.hero-img img{
    width: 543px;
}
.text-area{
    width: 44%;
}
.culture{
    width: 50%;
}
.experienced{
    width: 50%;
}
.imgg img{
    width: 499px;
}
.text-card p{
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #CACACA;
    padding-top: 30px;
}
.final-sect{
    display: flex;
    justify-content: space-evenly;
    margin-top: 50px;
}
.text-card{
    width: 36%;
}
.text-card h2{
    font-weight: 700;
  
}
.btn-1{
    margin-bottom:20px;
}
.btn-2, .btn-1{
    margin-top: 20px;
    
    border-radius: 50px;
  
    background-color: transparent;
    color: white;
    padding:10px 20px;
    font-weight: 500;
    font-size: 18px;
     box-shadow: -1px -1px 30px -2px #0d6efd;
    border: 1px solid #0d6efd;
   
}

@media screen and (max-width: 768px) {
  .mid-sect, .seco-sect, .industrail-training, .final-sect {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .final-imgcard{
      display: none;
  }

  .img-card img,
  .final-imgcard img,
  .img-sect img,
  .hero-img img,
  .imgg img {
    width: 90%;
    height: auto;
  }
.img-card img{
    display: none;
}


  .para-card, .text-area, .text-card, .textarea {
    width: 90%;
  }



  .para-card p,
  .textarea p,
  .development,
  .text-card p {

    line-height: 28px;
    padding-bottom: 20px;
  }

 

  .three-box {
    width: 90%;
    left: 0;
    top: 0;
    flex-direction: column;
    gap: 10px;
    padding: 20px 0;
    height: auto;
    margin: auto;
    padding-top: 10px;
    right: 160px;
    margin-top: 20px;
  }

  .line {
    display: none;
  }

  .four-box {
    flex-wrap: wrap;
    gap: 20px;
  }

  .one {
    width: 40%;
    margin-top: 25px;
  }

  .experienced-culture {
    align-items: center;
  
    margin-bottom: 20px;
  }
 

  .experienced,
  .culture {
    width: 90%;
  }

  .developers img {
        height: 55px;
    }
 
  .git-line{
    display: none;
  }
  .para-card img{
    padding-top: 15px;
  }
  .hands{
    margin-top: 20px;
  }
}
@media screen and (max-width: 1024px){

   
    .three-box{
        width: 75%;
    }
    .hero-img img {
    width: 500px;
}
area p {
    font-size: 14px;
}
.developers img {
    height: 46px;
}
.developers p {
    font-size: 14px;
}

.para-card p {

    margin-top: 12px;
}
.img-card img {
    height: 528px;
}
.final-imgcard img {
    width: 470px;
    height: 364px;
}
.img-sect img {
    height: 454px;
    width: 450px;
}

.textarea p {
    color: #FFFFFF;
    
    padding-top: 30px;
}
.git-line {
    height: 520px;
    width: 3px;
    margin-top: 80px;
    position: relative;
    right: 30px;
}



.dedi-img {
    width: 37px;
    height: 37px;
}

.four-box {
    display: flex
;
    justify-content: space-evenly;
    margin-top: 30px;
    gap: 2%;
}
}


@media screen and (max-width: 426px){

        .final-imgcard img {
        width: 364px;
        height: 314px;
    }
    .img-sect img {
        height: 343px;
        width: 356px;
    }
    .three-box {
        width: 75%;
        margin-top: 15px;
    }
    area p {
    color: #FFFFFF;
    
    font-weight: 400;
    line-height: 26px;
}
    .developers p {
        font-size: 11px;
    }
    .experienced-culture {
        /* flex-direction: column; */
        align-items: center;
      margin-left: 0px;
        margin-bottom: 20px;
    }



 
    .hero-img img {
        width: 392px;
    }
}

@media screen and (max-width: 425px){
    .join-btn {
    padding: 10px 25px;
    font-size: 14px;
}}

@media screen and (max-width: 324px){
    .hero-img img {
        width: 310px;
    }
        .img-sect img {
        height: 273px;
        width: 302px;
    }
        .final-imgcard img {
        width: 291px;
        height: 260px;
    }
        .three-box p {
        font-size: 16px;
    }
    .dedi-img {
        width: 32px;
        height: 32px;
    }
  
}
@media screen and (max-width: 376px){
        .hero-img img {
        width: 300px   
    }
}

@media screen and (max-width: 1159px) {


}


/* Container */
.offer-slide-container {
  background: var(--bg);
  color: var(--text);
  display: flex;
  justify-content: center;
  padding: 12px;
      border-bottom: 1px solid #126fbf;
    position: sticky;
}

/* Wrapper */
.offer-slide-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  text-align: center;
  width:90%;
}

/* Timer */
.offer-slide-timer {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.offer-slide-time-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.offer-slide-time {
  border: 2px solid var(--highlight);
  background: var(--box);
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 8px;
  width: 60px;
  text-align: center;
  box-shadow: -1px -1px 30px -2px #0d6efd;
   
}

.offer-slide-label {
  font-size: 0.8rem;
  margin-top: 5px;
}

/* Message */
.offer-slide-message p {
  font-size: 1.1rem;
  line-height: 1.6;
}

.offer-slide-message .bold {
  font-weight: 700;
}

.offer-slide-message .highlight {
  color: var(--highlight);
  font-weight: 600;
}

/* Button */
.offer-slide-btn {
  background: var(--highlight);
  color: var(--text);
  padding: 12px 25px;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s;
  display: inline-block;
}

.offer-slide-btn:hover {
  background: var(--box);
  color: var(--highlight);
}

.diwali-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.join-btn{
        display: inline-block;
    background: linear-gradient(90deg, var(--highlight), #1d8be4);
    color: var(--text);
    padding: 10px 35px;
    border-radius: 35px;
    font-size: 1.4rem;
    font-weight: 700;
    text-decoration: none;
    transition: 0.4s ease;
    line-height:20px;
    width:85%;
    margin-top: 20px;
}
.join-btn span{
    font-size:12px;
}

.diwali-banner img {
    margin-top: 2%;
        width: 85%;
        border-radius: 10px;
        border: 1.8px solid #126fbf;
}

/* Responsive */
@media (max-width: 910px) {
    .offer-slide-wrapper {
    flex-direction: column;

    }
    }
    
    @media (min-width: 910px) {
    
    .offer-slide-message{
        width:30%;
    }
    
    .offer-slide-timer{
        width:40%;
    }
    }

@media (min-width: 768px) {
  .offer-slide-wrapper {
    
    justify-content: space-between;
    text-align: left;
  }
}

@media (max-width: 480px) {
  .offer-slide-time {
    font-size: 1.5rem;
    padding: 8px 16px;
  }
  .offer-slide-btn {
    width: 90%;
    text-align: center;
  }
}


.stats-section {
  background: var(--bg);
  color: var(--text);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  padding: 3rem 1rem;
}

.stats-box {
  background: var(--box);
  width: 220px;
  text-align: center;
  padding: 2rem 1rem;
  border-radius: 12px;
  transition: 0.3s;
}

.stats-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 15px rgba(18, 111, 191, 0.4);
}

.stats-box i {
  font-size: 2rem;
  color: var(--highlight);
  margin-bottom: 0.8rem;
}

.stats-box h3 {
  font-size: 2rem;
  color: var(--text);
  margin: 0;
}

.stats-box p {
  font-size: 1rem;
  color: #ccc;
  margin-top: 0.3rem;
}
