
.main-section {
  width: 100%;
  height: 90vh;
  margin-top: 60px;
  padding: 0 0.5%;
  border-radius: 57px;
}
.main-section > video {
  width: 100%;
  height: 100%;
  object-fit: fill;
  border-radius: 57px;
}

.analysis {
  width: 90%;
  margin: 50px auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
      height: fit-content  !important;
    min-height: fit-content  !important;
}

.analysis > div {
  width: 230px;
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 0 10px #e5e5e5;
  margin: 20px;
}
.analysis span:first-child {
  font-size: 32px;
  font-weight: 700;
}
.analysis span:first-child::before {
  content: "+  ";
  font-size: 32px;
  font-weight: 700;
}
.analysis span:last-child {
  font-size: 18px;
  font-weight: 400;
  color: #b0b0b0;
      text-align: center;
}
.about-project{
    margin-top: 60px !important;
    width: 100%;
    min-height: 165px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}
.about-project h1{
  font-size: clamp(18px, 3vw, 32px);
  font-weight: 500;
  text-align: center;
  color: #EF363B;
  margin-bottom: 40px;
}
.about-project p{
  font-size: clamp(15px, 3vw, 20px);
  font-weight: 400;
  color: #919191;
  text-align: center;
  max-width: 800px;
  line-height: 30px;
}
.project-det{
  width: 100%;
  min-height:3000px ;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}
.project-det>div{
  /*max-width: 500px;*/
  width: 45%;
  margin: 20px;
  border-radius: 24px;
  height: 600px;
}
.project-det>div img{
    object-fit: cover;
    border-radius: 25px;
}
.project-det>div:first-child{
    width: 95%;
    max-width: 95%;

  min-height: 240px;
}
.project-det>div:nth-child(4){
 display: flex;
 flex-direction: column;
 justify-content: space-between;
 height: fit-content;
 min-height: 600px;
 box-sizing: border-box;
 padding:20px 10px 20px 45px;
 background-color: #fff;
   box-shadow: 0 0 10px #e5e5e5;

}
.project-det>div:nth-child(4) h1{
  font-size: clamp(18px, 3vw, 32px);
  font-weight: 500;
  color: #EF363B;
  margin-bottom: 40px;
}
.project-det>div:nth-child(4) ul{
  font-size: clamp(15px, 3vw, 20px);
font-weight: 400;
color: #878787;
line-height: 30px;
    display: flex
;
    flex-direction: column;
    justify-content: space-evenly;
    height: 500px;
}

.case-study {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.case-study h1 {
  font-size: clamp(20px, 3vw, 32px);
  font-weight: 500;
  color: #ef363b;
  height: 100px;
  text-align: center;
}


.case-study > div {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
.case-study > div > div {
  width: 370px;
  margin: 0 10px 30px 0;
  height: 360px;
  border-radius: 14px;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  box-shadow: 0 0 10px #b2b2b2;
}
.case-study > div h3 {
  font-size: 18px;
  font-weight: 500;
  padding: 0 0 0 10px;
  width: 80%;
}
.case-study > div p {
  font-size: 14px;
  font-weight: 400;
  color: #797979;
  padding: 0 0 10px 10px;
}
.case-image {
  width: 100%;
  height: 240px;
}
.case-image > img {
  border-radius: 14px 14px 0 0;
}
.case-study button {
  width: 163px;
  height: 56px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background-color: #ef363b;
  border-radius: 8px;
  border: none;
}
section{
    margin:0 !important;
}