.main-section {
  width: 100%;
  background: url("../images/Frame\ 1000004226.webp") no-repeat center / cover;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
.hero {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap-reverse;
}
.hero > div {
  width: 45%;
  min-width: 500px;
  height: 500px;
}
.hero > div:last-child img {
  object-fit: fill;
}
.hero div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.hero div:first-child h1 {
  font-size: clamp(25px, 5vw, 38px);
  font-weight: 600;
  color: #ef363b;
}
.hero div:first-child p {
  font-size: clamp(15px, 3vw, 24px);
  font-weight: 400;
  color: #919191;
}
.hero-btn {
  font-size: 20px;
  font-weight: 800;
  width: 400px;
  height: 55px;
  background-color: #ef363b;
  color: #fff;
  border: none;
  border-radius: 12px;
  cursor: pointer;
}
.analysis {
  width: 90%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}

.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;
}
.makes {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap-reverse;
}
.makes div {
  min-width: 500px;
}
.makes div:first-child {
  width: 55%;
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin: 0 30px;
}
.makes div:first-child h1 {
  font-size: clamp(25px, 4vw, 38px);
  font-weight: 600;
  color: #ef363b;
  width: 90%;
  height: 120px;
}
.makes div:first-child p {
  font-size: clamp(12px, 3vw, 18px);
  font-weight: 400;
  color: #919191;
  height: 120px;
}
.makes div:first-child ul {
  font-size: clamp(16px, 3vw, 18px);
  width: 95%;
  align-self: center;
  line-height: 40px;
}
.makes div:last-child {
  width: 35%;
  height: 80%;
}
.makes div:last-child img {
  object-fit: fill;
}
.longer {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.longer > div {
  width: 45%;
  height: 430px;
  min-width: 500px;
}
.longer > div:last-child {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.longer h1,
.consepts > h1 {
  font-size: clamp(25px, 4vw, 38px);
  font-weight: 700;
  color: #ef363b;
}
.longer span,
.consepts > span {
  font-size: clamp(15px, 3vw, 22px);
  font-weight: 700;
  color: #000;
}
.longer p,
.consepts > p {
  font-size: clamp(12px, 3vw, 18px);
  font-weight: 400;
  color: #919191;
  width: 90%;
}
.consepts {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 10px;
  justify-content: space-evenly;
  align-items: center;
}

.consepts > p,
.consepts > h1,
.consepts > span {
  width: 98%;
  text-align: center;
      margin: 2% 0;
}
.consepts > div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2%;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 50px;
}
.consepts > div > div {
  width: 45%;
  min-width: 500px;
  margin: 0 20px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 25px;
  border-radius: 20px;
    box-shadow: 0 0 10px #ef363b75;
    
}
.consepts > div > div h1 {
  font-size: clamp(15px, 3vw, 25px);
  font-weight: 600;
  color: #a42e31;
  width: 100%;
}
.consepts > div > div p {
  font-size: clamp(12px, 3vw, 20px);
  font-weight: 400;
  color: #797979;
  margin: 25px 0px;
}
.consepts > div > div ul {
  font-size: clamp(12px, 3vw, 18px);
  font-weight: 400;
  padding: 0 0 0 20px;
  line-height: 25px;
}
.companies {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap-reverse;
  align-items: stretch;
}
.companies > div:first-child {
  width: 60%;
  height: 520px;
  min-width: 800px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.companies h1 {
  font-size: clamp(25px, 4vw, 38px);
  font-weight: 600;
  color: #ef363b;
    text-align: center;
    
}
.companies p {
  font-size: clamp(15px, 3vw, 20px);
  font-weight: 400;
  color: #919191;
}
.companies span {
  font-size: clamp(12px, 3vw, 16px);
  font-weight: 400;
  line-height: 35px;
}
.companies > div:last-child {
  width: 30%;
}

.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 p{
      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 > a {
  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;
}
.feedback {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.feedback-title {
  width: 100%;
  height: 75px;
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  margin-bottom: 100px;
  flex-wrap: wrap;
}
.feedback-title > div:first-child {
  width: 480px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.feedback-title h1 {
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 700;
  color: #ef363b;

}
.feedback-title p {
  font-size: clamp(10px, 3vw, 20px);
  font-weight: 400;
  color: #919191;
}
.feedback-title > div:last-child {
  width: 220px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.feedback-title > div:last-child > button {
  width: 100px;
  height: 33px;
  background-color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid gray;
  border-radius: 10px;
  color: #133240;
  cursor: pointer;
}
.feedback-boxes {
  width: 100%;
  height: 300px;
  overflow-x: hidden;
}
#feed-wrap {
  width: fit-content;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
#feed-wrap > div {
  width: 380px;
  height: 280px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  border: 1px solid gray;
  border-radius: 20px;
  box-shadow: 0 0 10px #b2b2b2;
  padding: 0 20px;
  margin: 0 35px;
}
.feed-image {
  width: 55px;
  height: 55px;
  border-radius: 12px;
}
#feed-wrap > div h4 {
  font-size: 20px;
  font-weight: 600;
  color: #133240;
}
.feedback-boxes p {
  font-size: 15px;
  font-weight: 400;
  height: 125px;
  color: #919191;
  line-height: 30px;
}
.brand>a{
  width: 100%;
  text-align: center;
}


@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}




@media (max-width: 760px) {
.feedback-title > div:last-child{
  width: 100%;
}
.makes div {
    min-width: 80%;
}
}
@media (max-width: 1000px) {
  .hero > div {
    width: 100%;
    align-items: center;
    height: 400px;
    min-width: 100%;
  }
  .hero div:first-child p {
    width: 95%;
    text-align: center;
  }
  .hero div:first-child button {
    width: 90vw;
  }
  .makes div:first-child h1,
  .makes div:first-child p {
    height: fit-content;
    margin: 20px 0;
  }
  .longer > div {
    width: 100%;
    min-width: 100%;
    align-items: center;
  }
  .longer p,
  .longer span,
  .longer h1 {
    text-align: center;
  }
}
@media (max-width: 1250px) {
  .makes > div:first-child {
    min-width: 90%;
    width: 90%;
  }
  .makes div:last-child {
    width: 70%;
    margin: 50px 0;
    min-width: 70%;
  }
  .makes div:first-child h1,
  .makes div:first-child p {
    width: 100%;
  }
  .consepts > div > div {
    width: 100%;
    min-width: 100%;
    height: auto;
    margin: 25px 0;
  }
  .consepts > div {
    justify-content: center;
  }
  .consepts > span {
    margin: 50px 0;
  }
  .companies > div:first-child {
    width: 95%;
    min-width: 95%;
  }
  .companies > div:last-child {
    width: 80%;
    margin: 100px 0;
  }
}
@media (max-width: 500px) {
  .makes div:last-child {
    width: 90%;
    min-width: 90%;
  }
    #feed-wrap > div{
        width: 100vw;
        margin: 0 1%;
        height: 100%;
  }
  .hero-btn{
      width:70%;
  }
}
