.main-section {
  width: 100%;
  min-height: 800px;
  padding: 0 0.5%;
  position: relative;
  border-radius: 0px 0px 57px 57px;
  background: url("../images/main-section.svg") no-repeat center / cover;
  margin: 0;
  padding: 0 2%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.end {
  padding: 0 45px;
  width: 550px;
  height: 400px;
  background-color: #00000085;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.end h1 {
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  text-align: center;
}
.end p {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
.end > div {
  width: 90%;
  min-height: 75px;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.end > div a,
.end > div span {
  margin: 10px;
  min-width: 100px;
  padding: 0 8px;
  line-height: 30px;
  height: 33px;
  background-color: transparent;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border: 1px solid #fff;
  border-radius: 25px;
  text-align: center;
}
.end > div a:hover,
.end > div span {
  background-color: #d62130;
  transition: all 100ms linear;
  border: 1px solid #d62130;
}
.solutions {
  width: 290px;
  height: 125px;
  background-color: #00000085;
  border-radius: 17px;
  align-self: flex-end;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;

  margin-bottom: 120px;
}
.solutions h1 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.solutions p {
  font-size: 11px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.phone-box {
  display: none;
  width: 95vw;
  height: 300px;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.phone-box h1 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 23px gray;
}
.phone-box p {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 23px gray;
}
.phone-box a {
  width: 270px;
  height: 45px;
  background-color: #d62130;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border-radius: 6px;
  text-align: center;
  line-height: 40px;
  box-shadow: 0 0 23px gray;
}
.analysis {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 15px;
  transform: translateY(-75px);

  box-shadow: 0 0 10px #e5e5e5;
}
.analysis > div {
  width: 230px;
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  margin: 20px;
}
.analysis > div:not(.analysis > div:last-child) {
  border-right: 1px solid #1696bb3d;
}
.analysis span:first-child {
  color: #d62130;
  font-size: 32px;
  font-weight: 700;
}

.analysis span:last-child {
  font-size: 18px;
  font-weight: 400;
  color: #b0b0b0;
}

.partner {
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin: 0;
}
.partner h1 {
  color: #d62130;
  font-size: 32px;
  font-weight: 500;
}
.partner p {
  color: #717171;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 100px;
}
.scroller {
  display: inline-block;
  white-space: nowrap;
  animation: scroll-left 20s linear infinite;
}
.wrap {
  display: inline-block;
}
.wrap > div {
  width: 200px;
  height: 50px;
  display: inline-block;
}
.about-us {
  width: 100%;
  min-height: 370px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 55px;
}
.about-content {
  width: 500px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  background: #fff url("../images/about.svg") no-repeat center;
  border-radius: 25px;
  padding: 20px;
  box-shadow: 0 0 10px #696969;
  margin: 10px;
}
.about-content h1,
.shipping-content h1,
.global h1 {
  font-size: clamp(20px, 3vw, 36px);
  font-weight: 500;
  color: #d62130;
}
.about-content p,
.shipping-content p,
.global p {
  font-size: clamp(11px, 2vw, 20px);
  font-weight: 400;
  color: #70707c;
  font-size: clamp(11px, 1vw, 20px);
  font-weight: 400;
  color: #70707c;
}
.about-content p:first-of-type {
  margin-bottom: 30px;
}
.about-content span {
  font-weight: 800;
  color: #d62130;
}
.about-image {
  width: 400px;
  height: 300px;
  background: url("../images/about-sec.svg") no-repeat center;
  display: flex;
  align-items: flex-end;
}
.about-image a,
.shipping-content a {
  width: 100%;
  height: 55px;
  background-color: #d62130;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  border-radius: 6px;
  text-align: center;
  line-height: 50px;
}
.shipping {
  width: 100%;
  min-height: 380px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 55px;
}
.shipping-content {
  width: 480px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin: 10px;
}
.shipping-content a {
  width: 80%;
}

.shipping-image {
  width: 480px;
  height: 300px;
}
.global {
  width: 100%;
  min-height: 650px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  margin-top: 100px;
}
.global-box {
  display: none;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  height: 400px;
}
.global-of-box {
  width: 95%;
  height: 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #cccccc;
  border-radius: 13px;
}
.global-of-box > div:first-child {
  width: 70px;
  height: 90%;
  border-radius: 5px;
}
.global-of-box > div:last-child {
  width: 90%;
  height: 90%;
  padding: 0 5px;
}
.global-of-box h1 {
  font-size: 14px;
  font-weight: 600;
}
.global-of-box p {
  font-size: 12px;
  font-weight: 400;
  color: #9291a5;
}
.global-image-box {
  display: none;
  width: 100%;
  height: 210px;
  margin: 30px 0;
}
.global-image {
  width: 100%;
  height: 500px;
}

.industry .service {
  width: 250px;
  height: 250px;
}
.industry .service h3 {
  width: 100%;
  color: #d62130;
  text-align: center;
}
.case-study {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 100px;
}
.case-study > h1 {
  font-size: clamp(20px, 3vw, 32px);
  font-weight: 500;
  color: #d62130;
  height: 75px;
  text-align: center;
}
.case-study > p {
margin: 0 10px 35px 10px;
text-align:center;
}
.case-study > div {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
.service {
  width: 370px;
  margin: 0 10px 30px 10px;
  height: 360px;
  border-radius: 14px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  box-shadow: 0 0 10px #b2b2b2;
  flex-wrap: wrap;
  padding: 10px;
}
.service h3 {
  font-size: 18px;
  font-weight: 500;
  width: 60%;
}
.service p {
  font-size: 14px;
  font-weight: 400;
  color: #797979;
  width: 100%;
  margin: 10px 0;
}
.case-image {
  width: 100%;
  height: 65%;
}
.case-image > img {
  border-radius: 14px 14px 0 0;
  object-fit: fill;
}
.case-study a {
  text-align: center;
  line-height: 30px;
  width: 110px;
  height: 33px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  background-color: #d62130;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}
.talk {
  padding: 30px;
  background-size: cover;
  width: 90vw;
  margin: 0 auto;
  border-radius: 25px;
  height: 270px;
  background: url("../images/talk.svg") no-repeat center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.talk h1 {
  font-size: clamp(18px, 3vw, 32px);
  font-weight: 500;
  max-width: 390px;
  color: #d62130;
}
.talk p {
  font-size: clamp(11px, 1.5vw, 20px);
  font-weight: 500;
  color: #70707c;
  width: 100%;
  max-width: 570px;
}
.talk button {
  font-size: 18px;
  font-weight: 500;
  width: 30vw;
  height: 55px;
  background-color: #ef363b;
  color: #fff;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  margin-top: 20%;
}
.warehousing {
  background: transparent;
  box-shadow: 0 0 5px #bebcbc;
  width: 90vw;
  margin: 0 auto;
  border-radius: 25px;
  min-height: 270px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 100px auto;
  padding: 20px;
}
.warehousing > div:first-child {
  width: 500px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.warehousing h1 {
  font-size: clamp(18px, 3vw, 32px);
  font-weight: 500;
  max-width: 390px;
  color: #d62130;
}
.warehousing p {
  font-size: clamp(11px, 1.5vw, 20px);
  font-weight: 500;
  color: #70707c;
  width: 100%;
  margin: 50px 0;
  max-width: 570px;
}
.warehousing button {
  font-size: 15px;
  font-weight: 600;
  width: 110px;
  height: 40px;
  background-color: #ef363b;
  color: #fff;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}
.warehousing-image {
  width: 350px;
  height: 200px;
}
.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: 1000px;
  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;
}
.faq {
  width: 100%;
  min-height: 900px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.faq-title {
  width: 250px;
  height: 150px;
}
details {
  width: 90%;
  min-height: 100px;
  border-radius: 18px;
  border: 1px solid #e6e6e6;
  padding: 30px;
  box-shadow: 0 0 5px #f0f0f0;
  margin: 20px 0;
}
details summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(12px , 1.5vw , 20px);
  font-weight: 800;
  color: #1C232B;
}

details summary::-webkit-details-marker {
  display: none;
}

details summary::marker {
  display: none;
}

details summary i {
  font-size: 18px;
  color: #fff;
  background: #d62130;
  padding: 8px;
  border-radius: 50%;
  transition: transform 0.3s;
  margin-left: 5px;
}

details[open] summary i {
  transform: rotate(180deg);
}
details p {
  color: #6F6C8F;
  font-size: 16px;
  font-weight: 400;
  padding: 20px 0;
  
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media (max-width: 760px) {
  .main-section h1,
  .main-section p {
    text-align: center;
    width: 90vw;
  }
  .global-image,
  .global > p {
    display: none;
  }
  .global-box,
  .global-image-box {
    display: flex;
  }
  .main-section {
    padding: 150px 0;
    align-items: flex-start;
    border-radius: 0 0 80px 80px;
  }
  .partner {
    transform: translateY(-90px);
    height: 200px;
  }
  .partner h1 {
    background: #fff;
    border-radius: 25px 25px 0 0;
    height: 90px;
    width: 250px;
    text-align: center;
    line-height: 70px;
  }
  .talk a {
    order: 1;
  }
  .talk button {
    width: 70vw;
    margin: 0;
  }
  .talk h1,
  .talk h1 {
    width: 95%;
    text-align: center;
  }
}

@media (max-width: 1000px) {
  .phone-box {
    display: flex;
  }
  .end,
  .solutions,
  .analysis,
  .shipping {
    display: none;
  }
  .about-content,
  .about-image,
  .warehousing > div:first-child,
  .warehousing-image {
    width: 100%;
  }

  .about-content {
    background-size: cover;
  }
  .about-us {
    padding: 0 10px;
  }
}
