@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;500;600&display=swap");

*:not(.slick-track, .tab-pane, .faq-content__question, .faq-content__answer) {
  transition: background-color 0.3s ease-in-out, fill 0.3s ease-in-out, stroke 0.3s ease-in-out, box-shadow 0.3s ease-in-out,transform 0.4s ease;
}

body {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-family: Arial;
  background: #FFFFFF;
  color: #000000;
  min-height: 100vh;
}

a {
  color: #2546FF;
  text-decoration: none;
}

p {
  color: #000000;
  margin-top: 0;
}

img {
  max-width: 100%;
  height: auto;
}

div {
  box-sizing: border-box;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  padding: 0 20px;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1160px;
  }
}
h1, h2, h3, h4, p {
  margin: 0;
}


.menu-block ul li:last-child {
  margin-right: 0;
}





.nav-tabs .lg-abc-item:hover {
  background: rgb(245, 248, 255);
  border: 1px solid rgb(245, 248, 255);
}


.languages-link:hover {
  background: #F5F8FF;
  transition: 0.5s;
}
.languages-link:hover span {
  color: #000000;
  transition: 0.5s;
}
body.dark-theme .languages-link:hover span {
  color: #FFFFFF;
}

/* btns */
.btn {
  font-size: 16px;
  padding: 11px 16px;
  border-radius: 15px;
  outline: none;
}

.btn-light {
  border: 1px solid #000000;
  background: #FFFFFF;
  color: #000000;
  transition: all 0.5s;
}
.btn-light:hover {
  background: #2546FF;
  border: 1px solid #2546FF;
  color: #FFFFFF;
}

.btn-white {
  border: 1px solid #FFFFFF;
  background: transparent;
  color: #FFFFFF;
  transition: all 0.5s;
}
.btn-white:hover {
  background: linear-gradient(127deg, #086570 0%, #01C916 100%);
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}

.btn-dark {
  background: #000000;
  border: 0;
  transition: all 0.5s;
}
.btn-dark:hover {
  border: 0;
  background: linear-gradient(127deg, #086570 0%, #01C916 100%);
  color: #FFFFFF;
}


.btn_gradient {
  transition: 0.3s ease-in-out all;
  padding: 2px 2px !important;
  border-radius: 15px;
  border: none;
  outline: 1px solid transparent;
}

.btn-color {
  border: 0;
  color: #FFFFFF;
  border-radius: 15px;
  background: linear-gradient(133deg, #440AFF 0%, #E800F0 100%);
  transition: all 0.5s;
}
.btn-color:hover {
  border: 0;
  /*background: linear-gradient(127deg, #086570 0%, #01C916 100%);*/
  background: linear-gradient(134deg, #086471 0%, #01C916 100%);
  color: #FFFFFF;
}

/* mobile section */
.mobile header {
  position: relative;
  z-index: 125;
  border-bottom: 1px solid #E7E7E7;
  background: #FFF;
}

.mobile-menu {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
  background: #FFFFFF;
  top: 0;
  left: 0;
  opacity: 0;
}
.mobile-menu.active {
  z-index: 100;
  opacity: 1;
  overflow: auto;
}

body.mobile {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.mobile .header {
  z-index: 101;
}


body.mobile .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10;
}

@media (max-width: 991px) {
  .lg-mobile {
    width: 100%;
    height: 100%;
  }
  .lg-mobile .languages {
    position: unset;
  }
}

@media (max-width: 991px) {
  .lg-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 10;
  }
}

.menu-mobile {
  overflow: auto;
  height: 100%;
}


.mobile-menu .menu-block > ul {
  display: block;
  padding: 0;
  margin-top: 130px;
}
.mobile-menu .menu-block > ul > li {
  padding: 6px 0;
  text-align: center;
  margin: 0;
}
.mobile-menu .menu-block > ul > li a {
  width: 100%;
  text-align: center;
}

@media (max-width: 991px) {
  .mobile-menu .btn-present {
    max-width: 255px;
    width: 100%;
    padding: 4px 10px;
  }
  .mobile-menu .btn-present img {
    position: relative;
    top: -3px;
    left: -3px;
  }
}

.mobile-btns {
  display: flex;
  align-items: center;
}
@media (min-width: 1062px) {
  .mobile-btns {
    display: none;
  }
}
.mobile-btns .btn-light {
  width: 156px;
  text-align: center;
  padding: 7px 5px 7px 46px;
  position: relative;
  height: 40px;
}
.mobile-btns .btn-light img {
  position: absolute;
  top: -3px;
  left: 4px;
}




.lang_kr .banner-deposit-btns .btns {
  max-width: 424px;
}
@media (max-width: 446px) {
  .lang_kr .banner-deposit-btns .btns > div {
    width: 100%;
  }
}

.page-wrap {
  padding-top: 100px;
  min-height: 80vh;
}
@media (max-width: 991px) {
  .page-wrap {
    padding-top: 60px;
  }
}
.page-wrap h1 {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .page-wrap h1 {
    margin-bottom: 30px;
  }
}
.page-wrap h3 {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .page-wrap h3 {
    margin-bottom: 20px;
  }
}

.news_content {
  background-color: transparent;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  /* max-height: 604px; */
  /* padding: 26px; */
  /* margin-left: -30px; */
  overflow: hidden;
}
.news_content h4, .news_content p {
  text-wrap: wrap;
}

.news_panel_hide {
  /* height: 0; */
  opacity: 0;
  /* display: none; */
  /* position: absolute; */
  /* width: 100%; */
  /* z-index: 1; */
  /* top: 0px; */
}

.news_panel {
  /* position: absolute; */
  /* z-index: 100; */
  /* top: -100; */
}

.hide_news_content {
  margin-top: 0px;
  background-color: #ffffff;
  border-radius: 10px;
  display: flex;
  padding: 26px;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}

.split_line {
  width: 1px;
  height: 22px;
  background: #F3F3F3;
}

.show_news {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hide_panel_title, .news_title_hide {
  margin: 0;
  display: flex;
  align-items: center;
}

.news_title_hide {
  color: #999;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.4px; /* 167.143% */
}

.hide_panel_title {
  flex-grow: 1;
}

.news_text_part {
  /* padding-left: 26px;
  padding-right: 26px; */
  overflow: hidden;
  max-height: 217.72px;
  height: 93px;
  flex-grow: 1;
}

.news_prev_page {
  order: 1;
}

.news_next_page {
  order: 3;
}

.news_page {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  margin: 0;
  order: 0;
}
@media (max-width: 1199px) {
  .news_page {
    order: 2;
  }
}

.news_pic {
  display: flex;
  justify-content: center;
  align-content: center;
  height: 100%;
  width: 100%;
  background-color: #2C4AF5;
  border-radius: 20px;
}

@media (min-width: 992px) {
  .news_text_part {
    max-height: 175.72px;
  }
}
@media (min-width: 1200px) {
  .news_text_part {
    max-height: 229.72px;
  }
}
@media (min-width: 1400px) {
  .news_text_part {
    max-height: 279.72px;
  }
}
@media (max-width: 1199px) {
  .news_content {
    /* grid-auto-flow: dense; */
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
  .news_content .news_info {
    padding: 16px 0;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .news_content .news_nav_row {
    justify-content: center;
  }
  .news_pic {
    order: -1;
    border-radius: 10px;
  }
  .news_title_hide {
    display: none;
  }
}
@media (max-width: 404px) {
  .show_txt {
    display: none;
  }
  .hide_panel_title {
    font-size: 14px;
  }
}
.news_info {
  padding: 26px;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  flex-grow: 0;
}

.txt_date {
  color: #999;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
}

.news_text {
  font-size: 18px;
  overflow: hidden;
  text-wrap: wrap;
  text-overflow: ellipsis;
  font-family: Arial;
  font-style: normal;
  font-weight: 400;
  line-height: 178%;
  display: -webkit-box;
  width: 100%;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
@media (max-width: 1200px) {
  .news_text {
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 992px) {
  .news_text {
    -webkit-line-clamp: 1;
  }
}
@media (max-width: 576px) {
  .news_text {
    -webkit-line-clamp: 2;
  }
}

.news_title {
  font-family: Arial;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
  display: -webkit-box;
  width: 100%;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-wrap: wrap;
}

button {
  border: none;
  background: none;
  padding: 0;
}

.hide_news {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.view_the_page {
  text-decoration: underline;
  margin-top: 24px;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 576px) {
  .hide_txt {
    display: none;
  }
  .news_title {
    font-size: 17px;
  }
  .news_text, .view_the_page {
    font-size: 14px;
    line-height: 190%;
  }
  .view_the_page {
    margin-top: 0;
  }
  .news_page {
    font-size: 14px;
  }
}
.blue_txt {
  color: #3D8AFF;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  margin: 0;
}

.news_nav_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-self: end;
  margin-top: 1em;
  gap: 14px;
}

.pagination {
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.pagination svg circle {
  box-shadow: 0px 4px 4px 0px rgba(35, 172, 222, 0.08);
}
@media (max-width: 576px) {
  .pagination {
    gap: 8px;
  }
  .pagination svg {
    height: 40px;
    width: 40px;
  }
}

.menu_navigation {
  margin-top: 20px;
  position: sticky;
  top: 0;
  z-index: 100;
}

.icon_list {
  box-shadow: 0 10px 10px 5px #EAEBF6;
}

.icon_list {
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 20px;
  background-color: #fff;
  border-radius: 10px;
  padding: 6px 26px;
}

.projects_icons {
  display: flex;
  gap: 1px;
  overflow: auto;
  /* padding-top: 14px; */
  /* padding-bottom: 14px; */
}

::-webkit-scrollbar {
  width: 0;
}

.big_new {
  padding-top: 128px;
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .big_new {
    padding-bottom: 16px;
  }
}

.grid_container {
  padding-top: 56px;
  padding-bottom: 56px;
}

.head_row {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 20px;
}

.grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  width: -moz-fit-content;
  width: fit-content;
}

.grid_info {
  padding: 20px;
  display: grid;
  flex-grow: 1;
}

.grid_item {
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 357px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.grid_item:hover {
  transition: all 0.3s ease-in-out;
  transform: translateY(-10px);
}

.grid_title {
  margin-bottom: 13px;
  text-overflow: ellipsis;
  overflow: hidden;
  text-wrap: balance;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 23.017px; /* 127.273% */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  width: 100%;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 36.5px;
}

.grid_time {
  text-align: end;
}

.grid_text {
  flex-grow: 1;
  margin-bottom: 6px;
  font-family: Arial;
  font-size: 13.153px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 17.098px */
  display: -webkit-box;
  width: 100%;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.grid_img img {
  border-radius: 24px;
}

.grid_img {
  max-height: 216px;
}

.grid_big_img {
  height: 100%;
  width: 100%;
}

.grid_wrap {
  display: flex;
  justify-content: center;
}

.fire {
  position: relative;
  z-index: 20;
  left: 37px;
  top: -37px;
  transform: translate(-50%, -50%);
}



.media_about_us {
  padding-top: 56px;
  padding-bottom: 56px;
}

.media_row {
  border-radius: 30px;
  background: linear-gradient(92deg, #401FFF 0.74%, #0D67FF 100%);
  padding: 41px 0px;
  margin: 0 20px;
  margin-top: 30px;
}

@keyframes scaleIn {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.scaleIn-animation {
  animation: scaleIn ease 1s;
}

.media_item {
  display: flex;
  width: 217px;
  height: 70px;
  justify-content: center;
  justify-self: center;
  align-items: center;
  flex-shrink: 0;
  transition: all 0.3s ease-in-out;
  border-radius: 25px;
}
.media_item:hover {
  background: #23ACDE;
  border-color: #23ACDE;
}
.media_item:hover svg path {
  transition: all 0.3s ease-in-out;
  fill: #FFF;
}

@media (max-width: 300px) {
  .media_item {
    width: 200px;
  }
}
.media_container {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 32px;
}

@media (min-width: 576px) {
  .media_container {
    grid-template-columns: 1fr;
  }
  .grid {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) {
  .media_container {
    grid-template-columns: 1fr 1fr;
  }
  .grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .media_container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 320px) {
  .grid_img {
    height: 146px;
  }
  /* .grid_info {
    margin-top: -42px;
  } */
}
@media (max-width: 576px) {
  .title {
    font-size: 22px;
  }
}
.banner {
  border-radius: 30px;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 30px;
background-image: url(../images/socials.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  margin-top: 26px;
  margin-bottom: 26px;
}

.leave_request_row p {
  color: #fff;
  justify-self: center;
  align-self: center;
}

.leave_request_row {
  display: flex;
  gap: 20px;
  margin-top: 45px;
  flex-wrap: wrap-reverse;
}

.leave_request_row button, .leave_request_row a {
  display: flex;
  width: 180px;
  height: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 20px;
  background-color: #fff;
  flex-shrink: 0;
}
.leave_request_row button:hover, .leave_request_row a:hover {
  background: #23ACDE;
  border-color: #23ACDE;
}
.leave_request_row button:hover svg path, .leave_request_row a:hover svg path {
  transition: all 0.3s ease-in-out;
  fill: #FFF;
}

.button_wrap {
  width: 100%;
  display: grid;
}

@media (max-width: 768px) {
  .leave_request_row button {
    justify-self: center;
    align-self: center;
  }
  .leave_request_row {
    gap: 61px;
  }
  .banner {
    background-size: 690px auto;
    background-position: 90% -246px;
  }
}

.full_new {
  padding-top: 128px;
  padding-bottom: 56px;
}

.full_new_container {
  display: flex;
  flex-direction: column;
  gap: 46px;
}

.news_split_line {
  max-width: 100%;
}

.full_news_text {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.full_news_text p, .full_news_text li {
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  text-align: left;
}
@media (max-width: 768px) {
  .full_news_text p, .full_news_text li {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .full_news_text p, .full_news_text li {
    font-size: 14px;
  }
}
.full_news_text h3 {
  text-align: left;
  font-family: Arial;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
}
@media (max-width: 768px) {
  .full_news_text h3 {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .full_news_text h3 {
    font-size: 24px;
  }
}
.full_news_text img {
  width: -moz-fit-content;
  width: fit-content;
}
.full_news_text .full_image_wrap {
  text-align: center;
}

/* .big_news_pic {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
} */

/* .img_wrap {
  height: 429px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 2vmin;
}
@media (max-width: 768px) {
  .img_wrap {
    height: 282px;
  }
}
@media (max-width: 576px) {
  .img_wrap {
    height: 151px;
  }
} */

.big_title {
  font-family: Arial;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
	margin-bottom: 10px;
}
@media (max-width: 768px) {
  .big_title {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .big_title {
    font-size: 16px;
  }
}

.description {
  font-family: Arial;
  font-family: Arial;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 30.8px */
  margin-top: 24px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .description {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .description {
    font-size: 16px;
  }
}

.grey_text {
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 22px */
}
@media (max-width: 768px) {
  .grey_text {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .grey_text {
    font-size: 14px;
  }
}

.info_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.slick-slide {
  padding: 0;
  /* display: flex; */
  /* gap: 24px; */
}

@media (max-width: 576px) {
  .slick-slide {
    /* padding-left: 12px; */
    padding-right: 12px;
    /* margin-left: 12px; */
  }
  .slick-track {
    left: 35px;
  }
}
.never_wrap {
  border-radius: 12px;
  padding: 24px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 357px;
  width: 100%;
  justify-self: center;
}

@media (min-width: 926px) {
  .never_wrap {
    display: none;
  }
  .never_wrap .project_news {
    padding-top: 24px;
  }
}

@media (max-width: 926px) {
  .project_news {
    padding-top: 24px;
  }
}
.recent_page .recent {
  padding-top: 72px;
}

.emoji {
  width: 25px !important;
}/*# sourceMappingURL=style-news.css.map */