.aboutInfoSwiper {
  width: 100%;
}
.sliderItemContentDiv::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -o-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.8) 0.4%,
    rgba(0, 0, 0, 0.4) 100%
  );
  background-image: -webkit-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.8) 0.4%,
    rgba(0, 0, 0, 0.4) 100%
  );
  background-image: -moz-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.8) 0.4%,
    rgba(0, 0, 0, 0.4) 100%
  );
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.8) 0.4%,
    rgba(0, 0, 0, 0.4) 100%
  );
  z-index: 5;
}
.sliderInfoDiv {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  align-items: center;
  text-align: center;
  width: 70%;
  margin-top: 50px;
  max-width: 580px;
}
.sliderImg {
  width: 100%;
  height: auto;
  aspect-ratio: 4.3/6.8;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  max-height: 650px;
}
.sliderLogo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 7;
  height: auto;
  width: 80%;
  opacity: 0.8;
  margin-top: 50px;
  max-width: 600px;
}
.sliderTitle {
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  color: var(--clrF);
  line-height: 125%;
}
.sliderDescContent h1,
.sliderDescContent h2,
.sliderDescContent h3,
.sliderDescContent h4,
.sliderDescContent h5,
.sliderDescContent h6 {
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  color: var(--clrF);
  margin-top: 12px;
  line-height: 28px;
}
.sliderDescContent p {
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  color: var(--clrF);
  line-height: 160%;
  margin-top: 15px;
}
.sliderPagination {
  position: absolute;
  left: 0;
  bottom: 0 !important;
  z-index: 60;
  width: 100%;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  gap: 15px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.sliderPagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  box-shadow: 0 0 15px 5px #ffffff88;
  opacity: 1;
}
.sliderPagination .swiper-pagination-bullet {
  transition: width 0.3s, height 0.3s;
  height: 8px;
  width: 8px;
  background-color: var(--clrF);
  opacity: 0.8;
}
@media screen and (min-width: 968px) {
  .sliderImg {
    max-height: 750px;
  }
  .sliderPagination {
    right: 3.8%;
    width: fit-content !important;
    height: calc(100% - 80px);
    flex-direction: column;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  .sliderPagination::before,
  .sliderPagination::after {
    content: "";
    height: 40px;
    width: 1px;
    background-color: var(--clrF);
    margin: 10px 0;
    opacity: 0.8;
  }
  .ltr .sliderPagination {
    right: unset;
    left: 3.8%;
  }
  .sliderTitle {
    font-weight: 700;
    font-style: Bold;
    font-size: 50px;
  }
  .sliderText1 {
    font-weight: 700;
    font-style: Bold;
    font-size: 27px;
    margin-top: 20px;
  }
  .sliderDesc {
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1350px) {
  .sliderPagination {
    right: calc((100% - 1350px) / 2 + 30px);
  }
  .ltr .sliderPagination {
    right: unset;
    left: calc(((100% - 1350px) / 2 + 30px));
  }
}
/* aboutUsSection */
.aboutUsSection {
  margin-top: 40px;
  gap: 40px;
}
.aboutUsRightDiv svg {
  color: var(--clrF);
  opacity: 0.03;
}
.aboutUsTitle {
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  margin-top: 20px;
  color: var(--clrF);
}
.aboutUsContent {
  gap: 10px;
  margin-top: 20px;
}
.aboutUsContent p {
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 30px;
  text-align: justify;
  color: var(--clrF);
}
.aboutUsContent ul {
  padding: 25px;
  border-radius: 5px;
  background-image: -o-linear-gradient(
    269.88deg,
    #26262d 1.16%,
    rgba(38, 38, 45, 0) 94.59%
  );
  background-image: -moz-linear-gradient(
    269.88deg,
    #26262d 1.16%,
    rgba(38, 38, 45, 0) 94.59%
  );
  background-image: -webkit-linear-gradient(
    269.88deg,
    #26262d 1.16%,
    rgba(38, 38, 45, 0) 94.59%
  );
  background-image: linear-gradient(
    269.88deg,
    #26262d 1.16%,
    rgba(38, 38, 45, 0) 94.59%
  );
  gap: 10px;
  margin-top: 20px;
}
.ltr .aboutUsContent ul {
  background-image: -o-linear-gradient(
    -269.88deg,
    #26262d 1.16%,
    rgba(38, 38, 45, 0) 94.59%
  );
  background-image: -moz-linear-gradient(
    -269.88deg,
    #26262d 1.16%,
    rgba(38, 38, 45, 0) 94.59%
  );
  background-image: -webkit-linear-gradient(
    -269.88deg,
    #26262d 1.16%,
    rgba(38, 38, 45, 0) 94.59%
  );
  background-image: linear-gradient(
    -269.88deg,
    #26262d 1.16%,
    rgba(38, 38, 45, 0) 94.59%
  );
}
.ltr .aboutUsContent ul li {
  padding-right: 0;
  padding-left: 17px;
}
.aboutUsContent ul li:first-child {
  padding-right: 0;
  padding-left: 0;
  font-weight: 700;
  font-style: Bold;
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 10px;
}
.aboutUsContent li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--clrD9);
  position: absolute;
  right: 3px;
  top: 10px;
}
.ltr .aboutUsContent ul li::before {
  right: unset;
  left: 3px;
}
.aboutUsContent ul li:first-child:before {
  display: none;
}
.aboutUsContent ul {
  gap: 10px;
}
.aboutUsContent ul li {
  list-style-type: none;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 30px;
  color: var(--clrF);
  padding-right: 17px;
  position: relative;
}
.aboutUsContent ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: var(--clrF);
  position: absolute;
  right: 0;
  top: 12px;
  border-radius: 50%;
}
.aboutUsPicture {
  position: relative;
  aspect-ratio: 4.1/3.4;
}
.aboutUsPicture::after {
  content: "";
  background: linear-gradient(to top, var(--bgClr) 10%, transparent 50%),
    linear-gradient(to bottom, var(--bgClr) 10%, transparent 50%),
    linear-gradient(to left, var(--bgClr) 5%, transparent 50%),
    linear-gradient(to right, var(--bgClr) 5%, transparent 50%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.aboutUsImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media screen and (min-width: 868px) {
  .aboutUsSection {
    flex-direction: row;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 60px;
  }
  .aboutUsRightDiv {
    width: calc(100% / 2 - 20px);
  }
  .aboutUsPicture {
    width: calc(100% / 2 - 20px);
  }
  .aboutUsTitle {
    margin-top: -10px;
  }
}
/* storeLinkSection */
.storeLinkSection {
  margin-top: 40px;
  position: relative;
}
.storeBg {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(
      0deg,
      rgba(21, 21, 25, 0.85),
      rgba(21, 21, 25, 0.85)
    ),
    linear-gradient(90deg, #151519 0%, rgba(21, 21, 25, 0) 50%, #151519 100%);
  position: absolute;
  left: 0;
  top: 0;
}
.storePicture {
  width: 100%;
}
.storeImg {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.storeLinkContainer {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  align-items: center;
  text-align: center;
  width: 60%;
  gap: 18px;
  max-width: 500px;
}
.storeLinkTitle {
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 36px;
  color: var(--clrF);
}
.storeLink {
  width: fit-content;
  margin: 0 auto;
  padding: 10px 20px 10px 30px;
  gap: 10px;
  background-color: var(--clrF);
  border-radius: 5px;
  font-weight: 700;
  font-style: Bold;
  font-size: 15px;
  color: var(--clr01);
}
@media screen and (min-width: 1350px) {
  .storeLinkSection::before {
    content: "";
    width: calc((100% - 1350px) / 2 + 150px);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-image: -o-linear-gradient(
      to left,
      var(--bgClr) 40%,
      transparent
    );
    background-image: -moz-linear-gradient(
      to left,
      var(--bgClr) 40%,
      transparent
    );
    background-image: -webkit-linear-gradient(
      to left,
      var(--bgClr) 40%,
      transparent
    );
    background-image: linear-gradient(to left, var(--bgClr) 40%, transparent);
  }
  .storeLinkSection::after {
    content: "";
    width: calc((100% - 1350px) / 2 + 150px);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: -o-linear-gradient(
      to right,
      var(--bgClr) 40%,
      transparent
    );
    background-image: -moz-linear-gradient(
      to right,
      var(--bgClr) 40%,
      transparent
    );
    background-image: -webkit-linear-gradient(
      to right,
      var(--bgClr) 40%,
      transparent
    );
    background-image: linear-gradient(to right, var(--bgClr) 40%, transparent);
  }
  .storePicture {
    max-width: 1350px;
    margin: 0 auto;
  }
}
/* serviceSection */
.serviceSection {
  margin-top: 60px;
}
.serviceSectionTitle,
.latestBlogTitle {
  font-weight: 700;
  font-style: Bold;
  font-size: 28px;
  color: var(--clrF);
}
.serviceSwiper {
  display: none;
}
.serviceSectionTitle svg,
.latestBlogTitle svg {
  width: 80%;
  max-width: 450px;
}
.serviceSectionTitle span {
  margin-top: -40px;
}
.serviceListDiv {
  margin-top: 40px;
}
.serviceListItem {
  position: relative;
}
.serviceListItem::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000000af;
  z-index: 5;
}
.serviceListItem picture {
  z-index: 1;
}
.serviceImg {
  width: 100%;
  height: auto;
  aspect-ratio: 4.2/3.1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  max-height: 400px;
  background-color: #ffffff40;
}
.serviceInfoText {
  position: absolute;
  left: 50%;
  bottom: 30px;
  padding: 40px 60px;
  background-color: #ffffff1c;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 26px;
  color: var(--clrF);
  width: 90%;
  z-index: 10;
  transform: translateX(-50%);
  text-align: center;
}
.serviceFirstLoad .swiper-wrapper {
  transform: translateX(28vw);
}
.serviceFirstLoad .swiper-slide {
  width: calc(100% / 1.9);
}
@media screen and (min-width: 868px) {
  .serviceFirstLoad .swiper-wrapper {
    transform: translateX(19vw);
  }
  .serviceFirstLoad .swiper-slide {
    width: calc(100% / 2.2);
  }
}
@media screen and (min-width: 968px) {
  .serviceFirstLoad .swiper-wrapper {
    transform: translateX(13vw);
  }
  .serviceFirstLoad .swiper-slide {
    width: calc(100% / 2.4);
  }
}
@media screen and (min-width: 1080px) {
  .serviceFirstLoad .swiper-wrapper {
    transform: translateX(4vw);
  }
  .serviceFirstLoad .swiper-slide {
    width: calc(100% / 2.8);
  }
}
@media screen and (min-width: 1150px) {
  .serviceFirstLoad .swiper-wrapper {
    transform: translateX(-2vw);
  }
  .serviceFirstLoad .swiper-slide {
    width: calc(100% / 3.1);
  }
}
@media screen and (min-width: 1250px) {
  .serviceFirstLoad .swiper-wrapper {
    transform: translateX(21vw);
  }
  .serviceFirstLoad .swiper-slide {
    width: calc(100% / 3.5);
  }
}
@media screen and (min-width: 1350px) {
  .serviceFirstLoad .swiper-slide {
    width: calc(100% / 4.2);
  }
}
@media screen and (min-width: 768px) {
  .serviceSection {
    margin-top: 120px;
  }
  .serviceListDiv {
    display: none;
  }
  .serviceSwiper {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin-top: 60px;
  }
  .serviceImg {
    max-height: 550px;
    aspect-ratio: 3/5.3;
  }
  .serviceInfoText {
    padding: 30px 25px;
  }
}
@media screen and (min-width: 1600px) {
  .serviceSection {
    max-width: 1600px;
    margin: 120px auto 0;
  }
  .serviceSwiper {
    position: relative;
  }
  .serviceSwiper::before {
    content: "";
    width: calc((100% - 1600px) / 2 + 150px);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-image: -o-linear-gradient(
      to left,
      var(--bgClr) 40%,
      transparent
    );
    background-image: -moz-linear-gradient(
      to left,
      var(--bgClr) 40%,
      transparent
    );
    background-image: -webkit-linear-gradient(
      to left,
      var(--bgClr) 40%,
      transparent
    );
    background-image: linear-gradient(to left, var(--bgClr) 40%, transparent);
    z-index: 60;
  }
  .serviceSwiper::after {
    content: "";
    width: calc((100% - 1600px) / 2 + 150px);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: -o-linear-gradient(
      to right,
      var(--bgClr) 40%,
      transparent
    );
    background-image: -moz-linear-gradient(
      to right,
      var(--bgClr) 40%,
      transparent
    );
    background-image: -webkit-linear-gradient(
      to right,
      var(--bgClr) 40%,
      transparent
    );
    background-image: linear-gradient(to right, var(--bgClr) 40%, transparent);
    z-index: 60;
  }
}
/* latestBlogSection */
.latestBlogSection {
  margin-top: 60px;
  gap: 40px;
}
.latestBlogTitle span {
  margin-top: -25px;
}
.latestBlogList {
  gap: 35px;
}
.latestBlogImg {
  width: 100%;
  height: auto;
  aspect-ratio: 3.9/2.8;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 5px;
}
.latestBlogInfoDiv {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 60px 25px 50px;
  background-image: -o-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background-image: -moz-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background-image: -webkit-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  width: 100%;
}
.latestBlogDateText {
  padding: 3px 15px;
  border-radius: 3px;
  background-color: var(--clrE8);
  width: fit-content;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 23px;
  color: var(--clr01);
}
.latestBlogDescText {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 700;
  font-style: Bold;
  font-size: 17px;
  line-height: 170%;
  color: var(--clrF);
  margin-top: 15px;
}
.blogLink {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 15;
  opacity: 0;
}
.latestBlogMoreLink {
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 100%;
  color: var(--clr01);
  border-radius: 5px;
  padding: 6px 15px 6px 12px;
  background-color: var(--clrE8);
  width: fit-content;
  margin: 0 auto;
  min-height: 40px;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .latestBlogList {
    grid-template-columns: 1fr 1fr;
    gap: 20px 15px;
  }
}
@media screen and (min-width: 968px) {
  .latestBlogSection {
    margin-top: 120px;
    gap: 60px;
    position: relative;
  }
  .latestBlogList {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .latestBlogItem:nth-child(n + 4) {
    display: none;
  }
  .latestBlogTitle {
    width: fit-content;
    align-items: flex-start;
    font-size: 30px;
  }
  .latestBlogTitle svg {
    width: 350px;
    transform: translateX(30px);
  }
  .latestBlogInfoDiv {
    padding: 60px 20px 25px;
  }
  .latestBlogDescText {
    font-size: 14px;
  }
  .latestBlogMoreLink {
    position: absolute;
    right: 0;
    margin-top: 46px;
  }
}
@media screen and (min-width: 1150px) {
  .latestBlogDescText {
    font-size: 16px;
  }
}
@media screen and (min-width: 1300px) {
  .latestBlogList {
    gap: 25px;
  }
  .latestBlogInfoDiv {
    padding: 60px 35px 30px;
  }
}
