/*
Copyright inpleworks, Co.
XET CSS v2.0.4 2024-08-02 for supported in all modern browsers
By xetemplate(https://xetemplate.com)
*/
.xet-main-page {
  z-index: 10;
  padding-top: 60px;
  background-color: #fff;
}
.xet-main-page > section {
  z-index: 2;
  position: relative;
  overflow: hidden;
  padding: max(6%, 2rem) 0;
}
.xet-main-page > section .xe-icon {
  display: inline-block;
}
.xet-main-page > section .section__title {
  text-align: center;
  color: var(--xet-theme-text-base-color);
}
.xet-main-page > section .section__title .title {
  line-height: 1.2;
  color: var(--xet-theme-text-strong-color);
}
.xet-main-page > section .section__title + div {
  margin-top: 2rem;
}
.xet-main-page > section .section__more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}
.xet-main-page .main-page__news-section {
  position: relative;
  overflow: hidden;
}
.xet-main-page .main-page__news-section .news-section__container {
  display: grid;
  row-gap: 2rem;
}
.xet-main-page .main-page__news-section .news-section__container .item {
  overflow: hidden;
}
.xet-main-page .main-page__news-section .news-section__container .item .section__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0;
  border-bottom: 1px solid var(--xet-theme-border-color);
  margin-bottom: 0;
}
.xet-main-page .main-page__news-section .news-section__container .item .section__title + div {
  margin-top: 0;
}
.xet-main-page .main-page__intro-section {
  position: relative;
}
.xet-main-page .main-page__intro-section::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: var(--xet-theme-body-bg-color);
  transition: width 1s ease-out;
}
.xet-main-page .main-page__intro-section.show::before {
  width: 100%;
}
.xet-main-page .main-page__intro-section .intro-section__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.xet-main-page .main-page__intro-section .intro-section__container .item {
  padding: 1rem;
  overflow: hidden;
  text-align: center;
  background: #fff;
  border-radius: 1rem;
}
.xet-main-page .main-page__intro-section .intro-section__container .item svg {
  width: 4rem;
  display: inline-block;
}
.xet-main-page .main-page__intro-section .intro-section__container .item .title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 10px 0;
}
.xet-main-page .main-page__custom-section {
  padding: max(8%, 100px) 0;
  position: relative;
  display: flex;
  align-items: center;
  border: 0;
  background-image: url(../img/codioful.jpg);
  color: #fff;
}
.xet-main-page .main-page__custom-section::after {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(10px);
}
.xet-main-page .main-page__custom-section::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--xet-theme-color);
  transition: width 1s ease-out;
}
.xet-main-page .main-page__custom-section.show::before {
  width: 0%;
}
.xet-main-page .main-page__custom-section .section__title {
  text-align: center;
  color: var(--xet-theme-dark-text-strong-color) !important;
}
.xet-main-page .main-page__custom-section .section__title .title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: var(--xet-theme-dark-text-strong-color);
}
.xet-main-page .main-page__custom-section .section__title .smallTitle {
  font-size: 1rem;
  font-weight: normal;
}
.xet-main-page .main-page__custom-section .section__more {
  margin-top: 2rem;
}
.xet-main-page .main-page__custom-section .section__more .xet-btn:not(.btn-primary) {
  border-color: #fff !important;
  color: #fff !important;
}

@media (max-width: 575px) {
  .xet-main-page .section__more .xet-btn {
    flex-grow: 1;
  }
}
@media (min-width: 992px) {
  .xet-main-page {
    padding-top: 0;
  }
  .xet-main-page > section + section {
    border-top: 0;
  }
  .xet-main-page > section .section__title + div {
    margin-top: 2rem;
  }
  .xet-main-page > section .section__more .xet-btn {
    font-size: 1.25rem;
    height: 4rem;
    padding: 0 3rem;
  }
  .xet-main-page .main-page__showcase-section {
    background-color: #f1f1f1;
  }
  .xet-main-page .main-page__showcase-section .container {
    display: flex;
  }
  .xet-main-page .main-page__showcase-section .container > div {
    flex: 1;
  }
  .xet-main-page .main-page__news-section .news-section__container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2rem;
  }
  .xet-main-page .main-page__news-section .news-section__container .item .section__title {
    padding-bottom: 1rem;
  }
  .xet-main-page .main-page__news-section .news-section__container .item .section__title + div {
    margin-top: 1rem;
  }
  .xet-main-page .main-page__intro-section .intro-section__container {
    grid-template-columns: repeat(4, 1fr);
  }
  .xet-main-page .main-page__custom-section .section__title .title {
    margin-bottom: 3rem;
    font-size: 3rem;
  }
  .xet-main-page .main-page__custom-section .section__title .smallTitle {
    font-size: 1.5rem;
  }
  .xet-main-page .main-page__custom-section .section__more {
    margin-top: 3rem;
  }
}
@media (min-width: 1200px) {
  .xet-main-page .main-page__news-section .news-section__container {
    column-gap: var(--xet-theme-gap3x);
  }
}
@media (min-width: 1400px) {
  .xet-main-page .main-page__news-section .news-section__container {
    column-gap: var(--xet-theme-gap4x);
  }
  .xet-main-page .main-page__intro-section .intro-section__container .item {
    padding: 40px;
  }
  .xet-main-page .main-page__custom-section .section__title .title {
    font-size: 4rem;
  }
}
body.color_scheme_dark .xet-main-page > section + section {
  border-color: #000;
}
body.color_scheme_dark .xet-main-page > section .section__title {
  color: var(--xet-theme-dark-text-base-color);
}
body.color_scheme_dark .xet-main-page > section .section__title .title {
  color: var(--xet-theme-dark-text-strong-color);
}
body.color_scheme_dark .xet-main-page > section .section__item-box {
  background: var(--xet-theme-dark-bg-color);
}
body.color_scheme_dark .xet-main-page > section .section__item-box svg {
  fill: var(--xet-theme-dark-text-strong-color);
}
body.color_scheme_dark .xet-main-page .main-page__intro-section::before {
  background-color: var(--xet-theme-dark-body-bg-color);
}
body.color_scheme_dark .xet-main-page .main-page__intro-section .intro-section__container .item {
  background: #000;
}
body.color_scheme_dark .xet-main-page .main-page__intro-section .intro-section__container .item svg {
  fill: #fff;
}
body.color_scheme_dark .xet-main-page .main-page__news-section {
  background-color: #1b1b1b;
}
body.color_scheme_dark .xet-main-page .main-page__news-section .news-section__container .item .section__title {
  border-color: var(--xet-theme-dark-border-color);
}