@font-face {
  font-family: 'Valky Regular';
  src: url("../assets/Valky Regular.ttf") format("truetype"); }

.home-title .en, .about-box .left-box h2, .about-box .btn-box, .news-more, .news-num, .contact-form button {
  font-family: "Valky Regular", sans-serif; }

.news-item, .news-item .news-content, .news-item .news-img img, .news-title:after, .news-more, .contact-form button {
  transition: all 0.5s ease; }

.banner-box {
  position: relative; }
  .banner-box .slick-arrow {
    bottom: 20%;
    display: flex;
    flex-direction: column;
    right: 10%;
    z-index: 2; }
    @media (max-width: 640px) {
      .banner-box .slick-arrow {
        right: 10%; } }
  .banner-box .slick-prev {
    left: 10%; }
    @media (max-width: 640px) {
      .banner-box .slick-prev {
        left: 5%; } }
  .banner-box .slick-next::before, .banner-box .slick-prev::before {
    opacity: 1;
    font-size: 40px;
    width: 30px;
    height: 30px; }

.banner-list {
  font-size: 0; }

.home-title {
  align-items: baseline;
  display: flex; }
  .home-title.center {
    justify-content: center; }
  .home-title.right {
    justify-content: flex-end; }
  .home-title .ch {
    font-size: 16px;
    line-height: 1;
    position: relative;
    margin-left: 18px;
    padding-left: 18px;
    letter-spacing: 2.08px; }
    .home-title .ch:after {
      content: "";
      position: absolute;
      background-color: #000;
      width: 1px;
      height: 100%;
      left: 0;
      top: 0; }
  .home-title .en {
    font-size: 40px;
    line-height: 1;
    letter-spacing: 2.4px; }
    @media (max-width: 640px) {
      .home-title .en {
        font-size: 32px;
        letter-spacing: 1.92px; } }

.service-section {
  padding: 75px 0; }
  @media (max-width: 640px) {
    .service-section {
      padding: 50px 0; } }

.service-item {
  margin-bottom: 10px;
  position: relative; }
  .service-item .wrap {
    left: calc(50% + 35px);
    transform: translateX(-50%);
    position: absolute;
    width: 100%;
    bottom: 100px; }
    @media (max-width: 1180px) {
      .service-item .wrap {
        transform: translateX(-50%) translateY(50%);
        bottom: 50%; } }
    @media (max-width: 768px) {
      .service-item .wrap {
        left: 20%;
        transform: translateX(-20%) translateY(50%); } }
  .service-item:nth-child(odd) .wrap {
    left: auto;
    right: calc(50% + 100px);
    transform: translateX(50%) translateY(50%); }
    @media (max-width: 768px) {
      .service-item:nth-child(odd) .wrap {
        right: 20%;
        transform: translateX(20%) translateY(50%); } }
  .service-item:nth-child(odd) .service-text {
    margin-left: auto; }
  @media (min-width: 1281px) {
    .service-item:hover .service-img img {
      transform: scale(1.5);
      transition: transform 10s ease; } }

.service-img {
  font-size: 0;
  overflow: hidden; }
  @media (max-width: 640px) {
    .service-img {
      height: 250px; }
      .service-img img {
        height: 100%;
        width: 100%;
        object-fit: cover; } }

.service-text {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 35px 90px;
  width: fit-content;
  clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0% 100%, 0 45%, 0% 0%); }
  @media (max-width: 768px) {
    .service-text {
      padding: 20px 40px; } }
  .service-text p {
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 1; }
    @media (max-width: 768px) {
      .service-text p {
        font-size: 14px;
        margin-bottom: 15px; } }
  .service-text .title {
    font-size: 36px;
    line-height: 1; }
    @media (max-width: 768px) {
      .service-text .title {
        font-size: 24px; } }

.about-section {
  padding-bottom: 120px;
  position: relative;
  overflow: hidden; }
  @media (max-width: 640px) {
    .about-section {
      padding-bottom: 60px; } }
  .about-section .bg {
    position: absolute;
    right: 0;
    top: 5%;
    z-index: -1;
    pointer-events: none; }

.about-box {
  display: flex;
  justify-content: space-between;
  padding-top: 60px; }
  @media (max-width: 640px) {
    .about-box {
      flex-direction: column; } }
  .about-box .left-box {
    width: 25%; }
    @media (max-width: 640px) {
      .about-box .left-box {
        width: 100%; } }
    .about-box .left-box h2 {
      font-size: 34px;
      font-weight: 400;
      text-align: right;
      margin-bottom: 10px;
      padding-bottom: 5px;
      position: relative;
      letter-spacing: 2.28px; }
      .about-box .left-box h2:after {
        content: "";
        position: absolute;
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 30px;
        height: 5px;
        background-color: #000; }
    .about-box .left-box p {
      text-align: right;
      width: 100%; }
  .about-box .right-box {
    padding-left: 30px;
    width: 70%; }
    @media (max-width: 640px) {
      .about-box .right-box {
        margin-top: 20px;
        padding-left: 0;
        width: 100%; } }
  .about-box .btn-box {
    margin-top: 60px;
    margin-bottom: 80px;
    margin-left: auto;
    width: fit-content; }
    @media (max-width: 640px) {
      .about-box .btn-box {
        margin-top: 30px;
        margin-bottom: 30px; } }

.about-img-box {
  position: relative; }
  .about-img-box .small {
    position: absolute;
    top: -35%;
    left: -40%; }
    @media (max-width: 640px) {
      .about-img-box .small {
        position: relative;
        top: auto;
        left: auto; } }

@keyframes svgCircle {
  from {
    stroke-dashoffset: 314px; }
  to {
    stroke-dashoffset: 0; } }

.news-section {
  background-image: url(../images/wall.jpg);
  padding: 120px 0; }
  @media (max-width: 1280px) {
    .news-section {
      padding: 60px 0; } }
  .news-section .home-title {
    margin-bottom: 100px; }
    @media (max-width: 1280px) {
      .news-section .home-title {
        margin-bottom: 60px; } }
    @media (max-width: 640px) {
      .news-section .home-title {
        margin-bottom: 40px; } }

.news-list {
  margin-bottom: 60px;
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  z-index: 3; }
  .news-list-box {
    position: relative; }

.news-item {
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #ccc;
  display: flex;
  overflow: hidden;
  position: relative; }
  @media (min-width: 1281px) {
    .news-item:hover {
      background-color: #f7f5f5;
      border-color: #f7f5f5;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.25); }
      .news-item:hover .news-more {
        opacity: 1; }
      .news-item:hover .news-img img {
        scale: 1.2; } }
  @media (max-width: 640px) {
    .news-item {
      align-items: flex-start;
      flex-direction: column-reverse; } }
  .news-item .news-content {
    align-self: center;
    width: 60%;
    padding: 60px 100px;
    position: relative; }
    .news-item .news-content:before {
      content: "";
      position: absolute;
      content: url("../images/icon-about.png");
      top: 10px;
      left: 20px;
      scale: 0.75;
      pointer-events: none; }
      @media (max-width: 768px) {
        .news-item .news-content:before {
          scale: 0.5;
          top: 0;
          left: 5px; } }
      @media (max-width: 640px) {
        .news-item .news-content:before {
          display: none; } }
    @media (max-width: 768px) {
      .news-item .news-content {
        padding: 40px 60px; } }
    @media (max-width: 640px) {
      .news-item .news-content {
        padding: 20px;
        width: 100%; } }
  .news-item .news-img {
    overflow: hidden;
    height: 100%;
    width: 40%;
    font-size: 0; }
    @media (max-width: 640px) {
      .news-item .news-img {
        width: 100%;
        max-height: 200px;
        object-fit: cover; } }
    .news-item .news-img img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      max-width: 100%; }
  .news-item.fake {
    position: absolute;
    width: 100%; }
    @media (max-width: 1280px) {
      .news-item.fake {
        display: none; } }
    .news-item.fake.second {
      left: 30px;
      top: -30px;
      z-index: 2; }
    .news-item.fake.third {
      left: 60px;
      top: -60px;
      z-index: 1; }

.news-title {
  font-size: 18px;
  margin-bottom: 30px;
  position: relative;
  letter-spacing: 1.56px; }
  .news-title:after {
    content: "";
    position: absolute;
    background-color: #000;
    bottom: -5px;
    height: 1px;
    left: 0;
    width: 100%;
    transform-origin: left;
    transform: scaleX(0); }
  @media (min-width: 1281px) {
    .news-title:hover:after {
      content: "";
      position: absolute;
      transform: scaleX(1); } }

.news-text {
  font-size: 13px;
  letter-spacing: 1.69px; }

.news-more {
  font-size: 18px;
  opacity: 0;
  position: absolute;
  right: 40px;
  bottom: 10px;
  letter-spacing: 2.34px; }
  @media (min-width: 1281px) {
    .news-more:hover {
      letter-spacing: 2.88px; } }

.news-num {
  align-items: center;
  background-color: #e5e5e5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  margin: 0 20px;
  height: 60px;
  width: 60px;
  position: relative; }
  .news-num.run .process {
    animation: svgCircle 5s linear forwards; }
  .news-num svg {
    position: absolute;
    scale: 1.5;
    left: 0;
    top: 0; }
    .news-num svg .process {
      stroke-dasharray: 314;
      stroke-dashoffset: 314;
      transition: stroke-dashoffset 1s linear; }

.news-arrow {
  align-items: center;
  display: flex;
  justify-content: center; }
  .news-arrow img {
    width: 50px;
    height: 50px; }

.contact-section {
  background-image: url("../images/contactBg.jpg");
  background-size: cover;
  margin: 30px 0;
  padding: 60px 0 90px; }

.contact-text {
  margin: 55px 0 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2.08px; }

.contact-form {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .contact-form input {
    padding: 10px 20px;
    border: none;
    background-color: rgba(255, 255, 255, 0.9);
    color: #202020;
    margin-right: 10px; }
    @media (max-width: 640px) {
      .contact-form input {
        width: fit-content;
        width: -webkit-fill-available; } }
  .contact-form button {
    cursor: pointer;
    color: #202020;
    padding: 15px 25px;
    border-radius: 30px;
    border: none;
    background-color: #fff; }
    @media (min-width: 1281px) {
      .contact-form button:hover {
        background-color: #202020;
        color: #fff; } }
    @media (max-width: 640px) {
      .contact-form button {
        margin-top: 20px; } }
