.basic-hero-ctn {
  width: 100%;
  height: 35vh;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: flex-end;
}

.basic-hero-wrp {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  padding: 40px 20px;
}

.basic-hero-title {
  color: #ffffff;
  font-size: 1.7rem;
  font-weight: 300;
  text-transform: uppercase;
}

.basic-hero-wrp div {
  display: flex;
  gap: 10px;
  color: #ffffff;
}

.basic-hero-wrp div a{
  font-size: .9rem;
  font-weight: 300;
}

.basic-hero-wrp div a:hover{
  color: cornflowerblue;
}

/* hero styles start */


/* about sec styles start */
.about-sec-left {
  width: 100%;
  max-width: 600px;
}

.about-sec-left h1 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 30px;
}

.about-sec-left p {
  font-size: .9rem;
  font-weight: 400;
  margin-bottom: 30px;
}

.about-sec-right {
  width: 100%;
  max-width: 550px;
}

.about-sec-right img {
  width: 100%;
}

/* about sec styles end */


/* work styles end */
.work-left {
  width: 100%;
  max-width: 550px;
}

.work-left img{
  width: 100%;
}

.work-right {
  width: 100%;
  max-width: 550px;
}

.work-right h1 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 20px;
}

.work-right details {
  margin-bottom: 10px;
}

.work-right details summary {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 15px;
}

.work-right details p {
  font-size: .8rem;
  font-weight: 400;
}

.progress-bar {
  width: 100%;
  margin-bottom: 30px;
}

.progress-info {
  display: flex;
  justify-content: space-between;
  font-size: .7rem;
  font-weight: 400;
  margin-bottom: 5px;
}

.progress {
  height: 8px;
  background: cornflowerblue;
}