@import url('satoshi.css');
@import url('styles.css');
/* === Style For Desktop=== */

/* === Start Style for About Skilldyn section=== */
.about-skilldyn-section {
    width: 100%;
    background-color: var(--black_solid);
    padding: 47.33px 72px 101px 72px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.about-skilldyn-section-text {
    width: 660px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 51px;
    padding-bottom: 51px;
    gap: 32px;
}

.about-skilldyn-section-text-header {
    height: auto;
    font-size: var(--text-54);
    font-family: 'Satoshi-Regular';
    color: var(--white_700);
    line-height: 81px;
}

.about-skilldyn-section-text-header span {
    color:  var(--yellow_500);
}

.about-skilldyn-section-text-desc {
    width: 500px;
    height: auto;
    font-size: var(--text-18);
    font-family: 'Satoshi-Regular';
    color: var(--white_700);
    line-height: 27px;
}

.about-skilldyn-section-clients {
    width: 380px;
    height: 122px;
    gap: 32px;
    display: flex;
    justify-content: space-around;
    justify-content: flex-start;
}

.about-skilldyn-stat {
  padding: 24px 24px 24px 0px;
   text-align: left; 
   }

.number-heading {
    margin-bottom: 8px;
    font-size: var(--text-36);
    font-family: 'Satoshi-Black';
    color: var(--white_100);
    line-height: 36px;
}
.number-heading-highlight{  color: var(--yellow_500); }

.number-desc {
    font-size: var(--text-20);
    font-family: 'Satoshi-Regular';
    color: #FFFFFFB3;
    line-height: 30px;
}

.about-skilldyn-section-image {
    width: 636px;
    height: 504px;
    border-radius: 40px;
    border: 12px solid #1D2B2F;
    overflow: hidden;
    flex-shrink: 0;
}

.about-skilldyn-section-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* === Start Style for About Skilldyn section two === */
.about-skilldyn-section-two {
    width: 100%;
    display: flex;
    background-color: #ffffff;
    padding: 64px 72px 0px 72px; 
    flex-direction: column;
  }
  .about-skilldyn-two-vision-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
  text-align: left;
  gap: auto;
  height: 325px;
  margin-bottom: 64px;
  /* height: 315px; */
}

.about-skilldyn-two-vision-title {
  width: 172px;
  height: auto;
  font-size: var(--text-32);
  font-family: 'Satoshi-Medium';
  color: var(--black_1000);
  line-height: 48px;
}

.about-skilldyn-two-vision-content {  
 width: 868px;
 height: auto;
 display: flex;
 gap: 22px;
 flex-direction: column;
}

.about-skilldyn-two-vision-content-heading {
  font-size: var(--text-42);
  font-family: 'Satoshi-Bold';
  color: var(--black_1000) ;
  line-height: 130%;
}

.about-skilldyn-two-vision-content-desc {
  font-size: var(--text-18);
  font-family: 'Satoshi-Regular';
  color: var(--black_1000) ;
  line-height: 27px;
}

  .about-skilldyn-two-title {
    width: 100%;
    height: 48px;
    margin-bottom: 32px;
  }
  .about-skilldyn-two-title p {
    height: auto;
    text-align: left;
    line-height: 48px;
    font-size: var(--text-32);
    font-family: 'Satoshi-Medium';
    color: var(--black_1000);
  }

  .about-skilldyn-two-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 32px;
    column-gap: 60px;
    height: 972px;
  }

  .about-skilldyn-two-card {
    width: 100%;
    height: auto;
    background-color: var(--white_700);
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .about-skilldyn-two-number {
    width: 100%;
    height: 68px;
    padding: 10px;
    align-items: center;
    border-bottom: 1px solid var(--gray_300) ;
  }
.about-skilldyn-two-number p{
  text-align: left;
  font-size: var(--text-32);
  font-family: 'Satoshi-Medium';
  color: var(--gray_300) ;
  line-height: 48px;
  }

.about-skilldyn-two-image {
  width: 100%;
  height: 295px;
  overflow: hidden;
  border-radius: 12px;
  flex-shrink: 0;
  }
.about-skilldyn-two-image img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  display: block;
  }
 
  about-skilldyn-two-bottom-heading {
    width: 100%;
    height: 77px !important;
    gap: 8px;
  }
  .bottom-title{
    font-size: var(--text-32);
    font-family: 'Satoshi-Medium';
    color: var(--black_1000);
    line-height: 48px;
  }
  .bottom-desc{
    margin-top: 8px;
    font-size: var(--text-14);
    font-family: 'Satoshi-Regular';
    color: var(--black_800) ;
    line-height: 21px;
  }

  .parent-collaboration-container{
    background-color: var(--black_solid);
    width: 100%;
    height: 500px;
    margin-top: 64px;
    display: flex;
    border-radius: 19px;
    align-items: flex-start;
    flex-direction: row;
    text-align: left;
  } 
  .parent-collaboration-left{
    width: 409px;
    padding: 40px;
     height: 335px;
     display: flex;
     flex-direction: column;
     gap: 96px;
  }
  .parent-collaboration-text{
    width: 100%;
   flex-direction: column;
   display: flex;
   gap: 8px;
   height: 189px;
  }
  .parent-collaboration-text-brand{
    height: auto;
    font-size: var(--text-42);
    font-family: 'Satoshi-Bold';
    color: var(--white_100);
    line-height: 120%;
  }
  .parent-collaboration-text-des{
    height: auto;
    font-size: var(--text-18);
    font-family: 'Satoshi-Regular';
    color: var(--gray_200);
    line-height: 27px;
  }
  .parent-collaboration-left img{
    width: 329px;
    height: 50px;
  }
  .parent-collaboration-right{
    background: linear-gradient(90deg, #11161c 0%, #157a9b 100%);
    width: 100%;
    height: 100%;
    padding: 40px 53px;
    border-top-right-radius: 19px;
    border-bottom-right-radius: 19px;
    display: flex;
    flex-direction: column;
    border-left: 1px solid var(--white_100);
  }

  .parent-collaboration-right-text{
    height: 376px;
    display: flex;
    flex-direction: column;
    gap: 48px;
  }
  .parent-collaboration-right-text p{
    height: auto;
    text-align: left;
    font-size: var(--text-42);
    font-family: 'Satoshi-Bold';
    color: var(--white_700);
    line-height: 120%; 
  }
  .bullet-text{
    height: 376px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .bullet-text p{
    height: auto;
    font-size: var(--text-24);
    font-family: 'Satoshi-Medium';
    color: var(--white_100);
    line-height: 36px; 
  }
/* === End Style For Desktop=== */

/* === Responsive Styles for Tablet Screen (744px to 1024px) === */
@media (min-width: 744px) and (max-width: 1024px) {

/* === Responsive Style For About Skilldyn Section === */
  .about-skilldyn-section {
    padding: 32px 20px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: left;}

    .about-skilldyn-section-text {
    width: 664px;
    padding: 0px 20px 0px 20px ;
    align-items: flex-start;
    text-align: left;
    gap: 24px;
}

.about-skilldyn-section-image {
    margin-left: 20px;
    margin-right: 48px;
}
/* === Responsive Style For About Skilldyn Section two === */
.about-skilldyn-section-two {  padding: 32px 40px 32px 40px; }
.about-skilldyn-two-vision-container {
  flex-direction: column;
  width: 664px;
  height: auto; 
  gap: 16px;
  margin-bottom: 32px;
}
.about-skilldyn-two-vision-content { width: auto; gap: 12px;}
.about-skilldyn-two-vision-content-heading {
  font-size: var(--text-32);
  line-height: 48px;
}
.about-skilldyn-two-vision-content-desc {
  font-size: var(--text-14);
  line-height: 21px;
}
.about-skilldyn-two-title {margin-bottom: 16px;}
.about-skilldyn-two-title p {
  font-size: var(--text-24);
  line-height: 48px;
}

.about-skilldyn-two-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
     gap: 16px; 
    height: auto;
  }

  .about-skilldyn-two-card {
    width: 100%;
    height: auto;
    background-color: var(--white_700);
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .parent-collaboration-container{
    background-color: var(--black_solid);
    width: 100%;
    height: auto;
    margin-top: 32px;
    flex-direction: column;
    text-align: left;
  } 
  .parent-collaboration-left{
    width: 100%;
    padding: 40px;
     height: auto;
     display: flex;
     border-radius: 0px;
     flex-direction: column;
     gap: 32px;
  }
  .parent-collaboration-text{
    height: auto;
  }
  .parent-collaboration-right{
    background: linear-gradient(90deg, #11161c 0%, #157a9b 100%);
    width: 100%;
    height: auto;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 19px;
    border-bottom-left-radius: 19px;
    padding: 40px 53px;
    border-top: 1px solid var(--white_100);
  }
  .parent-collaboration-right-text{
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .parent-collaboration-right-text p{
    font-size: var(--text-24);
    line-height: 36px; 
  }
  .bullet-text{
    height: auto;
  }
  .bullet-text p{
    font-size: var(--text-18);
    line-height: 27px; 
  }
  
}

/* === Responsive Styles for Tablet Screen (320px to 744px) === */
@media (min-width: 320px) and (max-width: 744px) {
 /* === Responsive Style For About Skilldyn Section === */
  .about-skilldyn-section {
    width: 100%;
    padding: 24px 20px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: left;}

    .about-skilldyn-section-text {
    max-width: 100%;
    padding: 0px;
    align-items: flex-start;
    text-align: left;
    gap: 16px;
}
.about-skilldyn-section-text-header { font-size: var(--text-24); line-height: 36px; }
.about-skilldyn-section-text-desc { max-width: 100%;font-size: var(--text-14); line-height: 21px; }
.number-heading { font-size: var(--text-24); line-height: 36px; }
.number-desc { font-size: var(--text-14); line-height: 21px; }
.about-skilldyn-section-clients{ max-width: 100%;}
.about-skilldyn-section-image { width: 100%; }

/* === Responsive Style For About Skilldyn Section two === */
.about-skilldyn-section-two{ width: 100%; padding: 24px 20px 24px 20px; align-items: flex-start; }
  .about-skilldyn-two-vision-container {
    flex-direction: column;
    width: 100%;
    height: auto; 
    gap: 12px;
    margin-bottom: 24px;
  }
  .about-skilldyn-two-vision-title { 
    height: auto;
    font-size: var(--text-24); 
    line-height: 36px;
  }
  .about-skilldyn-two-vision-content { width: auto; gap: 8px;}
  .about-skilldyn-two-vision-content-heading {
    font-size: var(--text-24);
    line-height: 36px;
  }
  .about-skilldyn-two-vision-content-desc {
    font-size: var(--text-14);
    line-height: 21px;
  }
  .about-skilldyn-two-title {margin-bottom: 24px; height: auto;}
  .about-skilldyn-two-title p {
    font-size: var(--text-18);
    line-height: 27px;
  }

  .about-skilldyn-two-grid {
      width: 100%;
      display: grid;
      grid-template-columns: repeat(1, 1fr);
       gap: 12px; 
      height: auto;
    }

    .about-skilldyn-two-card {
      width: 100%;
      height: auto;
      background-color: var(--white_700);
      display: flex;
      flex-direction: column;
      gap: 8px;
    }
    .bottom-title{
      font-size: var(--text-24);
      line-height: 36px; 
    }

    .parent-collaboration-container{
      background-color: var(--black_solid);
      width: 100%;
      height: auto;
      margin-top: 24px;
      flex-direction: column;
      text-align: left;
    } 
    .parent-collaboration-left{
      width: 100%;
      padding: 0px;
      padding: 40px 20px;
       height: auto;
       display: flex;
       border-radius: 0px;
       flex-direction: column;
       gap: 32px;
    }
    .parent-collaboration-text{
      height: auto;
    }
    
    .parent-collaboration-text-brand{
      height: auto;
      font-size: var(--text-24);
      line-height: 36px;
    }
    .parent-collaboration-text-des{
      height: auto;
      font-size: var(--text-14);
      line-height: 21px;
    }
    .parent-collaboration-left img{
      width: 100%;
      height: 41px;
    }

    .parent-collaboration-right{
      background: linear-gradient(90deg, #11161c 0%, #157a9b 100%);
      width: 100%;
      height: auto;
      border-top-right-radius: 0px;
      border-bottom-right-radius: 19px;
      border-bottom-left-radius: 19px;
      padding: 40px 20px;
      border-top: 1px solid var(--white_100);
    }
    .parent-collaboration-right-text{
      height: auto;
      display: flex;
      flex-direction: column;
      gap: 24px;
    }
    .parent-collaboration-right-text p{
      font-size: var(--text-24);
      line-height: 36px; 
    }
    .bullet-text{ height: auto;}
    .bullet-text p{
      font-size: var(--text-14);
      line-height: 21px; 
    }
}