.main-section {
  width: 100%;
  height: 85vh;
  margin-top: 60px;
  padding: 0 0.5%;
  position: relative;
}
.main-section > video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.main-section > div {
  width: 90%;
  min-height: 220px;
  position: absolute;
  bottom: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin-left: 2%;
}
.main-section h1 {
  font-size: 36px;
  font-weight: 600;
  color: #efefef;
}
.main-section p {
  font-size: 20px;
  font-weight: 500;
  color: #dedede;
  width: 100%;
}
.main-section .btns {
  height: 58px;
  min-width: 320px;
  width: 25%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-section .btns a button {
  width: 154px;
  height: 56px;
  background-color: var(--button-background);
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}
.main-section .btns a:last-child button {
  background-color: #fff;
  color: #000;
}
.analysis {
  width: 100%;
  margin: 50px 0;
  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;
}
.who {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 40px;
  margin-top: 50px;
}
.who > div:first-child {
  width: 50%;
  min-width: 300px;
  height: 420px;
  background: #fff url(../images/Group.webp) no-repeat right bottom / 428px
    320px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  border-radius: 24px;
  padding: 0 20px;
  margin: 15px;
  box-shadow: 0 0 10px #e5e5e5;
}
.who h1 {
  font-size: 32px;
  font-weight: 600;
}
.who span {
  color: #ef363b;
  font-weight: 600;
}
.who p {
  color: #878787;
  font-size: clamp(10px, 1.5vw, 20px);
  font-weight: 400;
  height: 35%;
  line-height: 30px;
}
.who > div:last-child {
  width: 370px;
  height: 420px;
  position: relative;
}
.who > div:last-child > div {
  width: 230px;
  height: 230px;
  position: absolute;
}
.who > div:last-child > div:first-child {
  right: 0;
  top: 0;
  z-index: 2;
}
.who > div:last-child > div:last-child {
  left: 0;
  bottom: 0;
}
.partner {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  background-color: #f7f7f7;
  overflow-x: hidden;
}
.scroller {
  display: inline-block;
  white-space: nowrap;
  animation: scroll-left 20s linear infinite;
}
.wrap {
  display: inline-block;
}
.wrap > div {
  width: 200px;
  height: 32px;
  display: inline-block;
}
.cen-vid {
  width: 100%;
  height: 1100px;
  background: #fff url("../images/Frame\ 1000004226.webp") no-repeat center /
    cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cen-vid > div {
  width: 90%;
  height: 90%;
}
.cen-vid video {
  width: 100%;
  height: 100%;
  border-radius: 50px;
  object-fit: fill;
}
.our-service {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.our-service h1 {
  font-size: 32px;
  font-weight: 500;
  color: #ef363b;
  height: 100px;
}
.our-service p {
  font-size: 20px;
  font-weight: 400;
  color: #878787;
  width: 75%;
  text-align: center;
  height: fit-content;
  margin-bottom: 50px;
}
.our-service > div {
  width: 100%;
  height: 70%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  perspective :500px ;
}
.our-service > div > a {
  width: 390px;
  height: 350px;
  background-color: #fff;
  box-shadow: 0 0 10px #b2b2b2;
  border-radius: 20px;
  margin: 15px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
}

.our-service h3 {
  font-size: 20px;
  font-weight: 600;
  color: #a42e31;
  text-align: center;
}
.service-image {
  width: 70%;
  height: 60%;
}
.our-service button {
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  border-radius: 8px;
  border: none;
  background-color: #ef363b;
  width: 163px;
  height: 56px;
  margin-top: 30px;
}
.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;
  text-align: center;
}
.case-study p{
margin: 40px 0;
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 10px;
  min-height: 360px;
  border-radius: 14px;
  background-color: #fff;
  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 {
  cursor: pointer;
  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;
  margin-top: 100px;
}
.feedback-title {
  width: 100%;
  height: 75px;
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  flex-wrap: wrap;
}
.feedback-title > div:first-child {
  width: 100%;
  height: 100%;
  text-align: center;
}
.feedback-title h1 {
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 700;
  color: #494c5e;
}

.feedback-boxes {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 40px 0;
}
.swiper-slide {
  background: #fff;
  border: 1px solid gray;
  border-radius: 20px;
  box-shadow: 0 0 10px #b2b2b2;
  padding: 20px;
  text-align: center;
  width: 320px;
  height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.feed-image {
  width: 55px;
  height: 55px;
  border-radius: 12px;
}
.swiper-slide h4 {
  font-size: 20px;
  font-weight: 600;
  color: #133240;
}
.swiper-slide p {
  font-size: 15px;
  font-weight: 400;
  color: #919191;
  line-height: 25px;
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (max-width: 550px) {
  .main-section > div {
    display: none;
  }
}
@media (max-width: 900px) {
  .who > div:last-child {
    display: none;
  }
  .who > div:first-child {
    width: 100%;
    min-width: 100%;
    height: 350px;
    margin: 0;
  }
  .who {
    padding: 0 5px;
  }
}


