.main-section {
  width: 100%;
  background: url("../images/backgroud-serv.webp") no-repeat center / cover;
  display: flex;
  flex-direction: column;
  padding-top: 150px;
  align-items: center;
  flex-wrap: wrap;
  min-height: 1000px;
  margin: 0;
}
.hero {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
.hero > div {
  width: 45%;
  min-width: 500px;
  height: 440px;
}
.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: 40px;
  font-weight: 600;
  color: #fff;
}
.hero div:first-child p {
  font-size: clamp(15px, 3vw, 22px);
  font-weight: 500;
  color: #ededed;
}
.hero-btn {
  font-size: 20px;
  font-weight: 800;
  width: 315px;
  height: 55px;
  background-color: #fff;
  color: #105d9b;
  border: none;
  border-radius: 12px;
  cursor: pointer;
}
.we-do {
  width: 100%;
  min-height: 1050px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  padding: 0 20px;
}
.we-do h1 {
  font-size: clamp(30px, 5vw, 40px);
  font-weight: 700;
  color: #fff;
}
.we-do > div {
  width: 75%;
  min-height: 180px;
  background-color: #104b79;
  align-self: flex-start;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  border-radius: 15px;
  margin: 10px;
}
.we-do > div:nth-of-type(2),
.we-do > div:nth-of-type(4) {
  align-self: flex-end;
  flex-direction: row-reverse;
}
.our-image {
  width: 20%;
  background-color: #1f6da9;
  min-width: 100px;
  padding: 5%;
  border-radius: 0 15px 15px 0;
}
.our-content {
  width: 78%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 0 20px;
}
.our-content h2 {
  font-size: clamp(15px, 3vw, 20px);
  font-weight: 500;
  color: #fff;
  margin: 15px 0;
}
.our-content p {
  font-size: clamp(5px, 3vw, 16px);
  font-weight: 400;
  color: #cecece;
}

.for {
  width: 100%;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.for h1 {
  font-size: clamp(25px, 5vw, 40px);
  font-weight: 600;
  color: #fff;
  margin: 30px 0;
  text-align: center;
}
.for-cont {
  width: 100%;
  min-height: 100px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
.for-cont > div {
    margin:10px;
  width: 280px;
  height: 90px;
  background-color: #fff;
  border-radius: 18px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.for h3 {
  font-size: 16px;
  font-weight: 500;
  color: #105d9b;
      width: 70%;
}
.for-image {
  width: 50px;
  height: 50px;
}
.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: #fff;
  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 > 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: #105d9b;
  border-radius: 8px;
  border: none;
}

.every {
  width: 100%;
  height: 620px;
  background: url("../images/Everything.webp") no-repeat left top / cover;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.every .services-list details {
  font-size: clamp(12px, 4vw, 15px);
}
.every .services-list {
  width: 47%;
  min-width: 465px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.every .services-list details {
  min-height: 65px;
}
.services-list details {
  width: 90%;
  background: #fff;
  min-height: 100px;
  padding: 20px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  font-size: clamp(15px, 4vw, 20px);
  flex-wrap: wrap;
  font-weight: 800;
}
.services-list summary {
  width: 100%;
  list-style: none;
  cursor: pointer;
  position: relative;
  padding-right: 50px;
}
summary::-webkit-details-marker {
  display: none;
}
details p {
  margin-top: 35px;
}
summary::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 50px;
  height: 100%;
  background: url("../images/Button\ \(3\).webp") no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
details[open] summary::after {
  background: url("../images/sum.webp") no-repeat center center;
  background-size: contain;
}
.how-works {
  width: 100%;
  min-height: 770px;
  padding: 0 50px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-end;
  flex-wrap: wrap;
}
.it {
  width: 100%;
  height: 130px;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
}
.it span{
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}
.it h1{
  font-size: clamp(25px, 5vw, 40px);
  font-weight: 600;
  color: #fff;
}
.it p{
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}

.work{
  width: 75%;
  height: 160px;
  margin: 20px 0;
  display: flex;
      background: #00baed;
    border-radius: 20px;
}
.work-cont{
  width: 70%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 0 20px;
}
.work-cont h4{
  font-size: 15px;
  font-weight: 900;
  color: #fff;
}
.work-cont p{
  font-size: 11px;
  font-weight: 500;
  color: #fff;
}
.work-image{
  width: 30%;
  height: 100%;
}
.how-works>div:nth-child(2),.how-works>div:nth-child(4){
align-self: flex-start;
}

@media (max-width: 1000px) {
  .hero > div {
    width: 90%;
    align-items: center;
    height: 400px;
    min-width: 90%;
    margin-bottom: 100px;
  }
  .hero div:first-child p {
    width: 100%;
    text-align: center;
  }
  .every .services-list {
    width: 100%;
    min-width: 100%;
  }
}

@media (max-width: 500px) {
  .we-do > div , .work{
    width: 100%;
    align-self: flex-end;
  }
  .hero div:first-child h1 ,.it p {

  text-align:center;
}
.work{
    background: transparent;
    margin-bottom: 30px;
}
.we-do {

    padding: 0 0 0 20px;
}
.main-section{
        padding: 300px 0 50px 0;
}
.how-works{
        padding: 0px 25px;
}
.it{
        margin-bottom: 50px;
    align-items: flex-start;
}
.case-study button {
        width: 80vw;
}
.every{
    background: transparent;
}
}
