
/* Start Project Section */
#start-project {
  padding: 80px 9%;
  background: #ffffff;;
}

.start-project-box {
  background: linear-gradient(
    135deg,
    #1e3361,
    #34549c
  );
  border-radius: 42px;
  padding: 60px 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.start-project-content {
  max-width: 634px;
  color: #ffffff;
}

.start-project-content h2 {
  font-size: 42px;
  line-height: 53px;
  font-weight: 600;
  margin-bottom: 20px;
}

.start-project-content p {
  font-size: 20px;
  line-height: 30px;
  color: #e5e7eb;
  margin-bottom: 26px;
  font-family:  "Poppins", sans-serif;
}

.start-btn {
  background: #ffffff;
  color: #34549c;
  border: none;
  padding: 14px 28px;
  border-radius: 10px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Poppins", sans-serif;
}

.start-btn:hover {
  background: #dbe6f1;
  font-size: 19px;
}

.start-project-video {
  background: #ffffff;
  padding: 21px;
  border-radius: 18px;
}

.start-project-video video {
  width: 345px;
  height: 268px;
  border-radius: 12px;
  object-fit: cover;
  display: block;
}




@media only screen and (max-width:568px){
  /* START PROJECT SECTION-start */
  #start-project {
    padding: 50px 20px;
  }
  .start-project-box {
    padding: 20px 20px;
    gap: 30px;
    flex-direction: column-reverse;
  }
  .start-project-content{
    text-align: center;
  }
  .start-project-content h2 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 16px;
    text-align: center;
  }
  .start-project-content p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .start-btn {
    padding: 8px 14px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 26px;
  }
  .start-project-video video {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width:569px) and (max-width:768px){
    
  /* START PROJECT SECTION-start */
  #start-project {
    padding: 80px 0px;
  }
  .start-project-box {
    padding: 35px 40px;
    gap: 30px;
    flex-direction: column-reverse;
    max-width: 90%;
    margin-inline: auto;
  }
  .start-project-content{
    text-align: center;
  }
  .start-project-content h2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 18px;
    text-align: center;
  }
  .start-project-content p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 22px;
  }
  .start-btn {
    padding: 10px 24px;
  }
  .start-project-video video {
    width: 100%;
    height: auto;
  }
  /* START PROJECT SECTION-end */

}

@media only screen and (min-width:769px) and (max-width:992px){
    
  /* START PROJECT SECTION-start */
  #start-project {
    padding: 80px 0px;
  }
  .start-project-box {
    padding: 35px 40px;
    gap: 30px;
    flex-direction: column-reverse;
    max-width: 90%;
    margin-inline: auto;
  }
  .start-project-content{
    text-align: center;
  }
  .start-project-content h2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 18px;
    text-align: center;
  }
  .start-project-content p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 22px;
  }
  .start-btn {
    padding: 10px 24px;
  }
  .start-project-video video {
    width: 100%;
    height: auto;
  }
  /* START PROJECT SECTION-end */

}
  /* START PROJECT SECTION-end */
@media only screen and (min-width:993px) and (max-width:1200px){

  /* START PROJECT SECTION-start */
  #start-project {
    padding: 80px 0px;
    max-width: 90%;
    margin-inline: auto;
  }
  .start-project-content h2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 18px;
    text-align: center;
  }
  .start-project-content p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 22px;
  }
  .start-btn {
    padding: 10px 24px;
  }
  .start-project-video video {
    width: 100%;
    height: auto;
  }

}