@font-face {
  font-family: "OfeliaLight";
  src: url(../fonts/OfeliaText-Light.otf);
}
@font-face {
  font-family: "OfeliaBold";
  src: url(../fonts/OfeliaText-Bold.otf);
}
@font-face {
  font-family: "OfeliaMedium";
  src: url(../fonts/OfeliaText-Medium.otf);
}
@font-face {
  font-family: "OfeliaRegular";
  src: url(../fonts/OfeliaText-Regular.otf);
}
@font-face {
  font-family: "OfeliaSemibold";
  src: url(../fonts/OfeliaText-Semibold.otf);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body{
  overflow-x: hidden;
}

.noone{
  font-family: "OfeliaRegular";
  color: #000;
}

.w-100, .wh-100, .new_card_head img, .new_buttons .to_scroll::before, .new_soon_content a::before, .new_login form button::before {
  width: 100%;
}

.h-100, .wh-100, .new_card_head img, .new_buttons .to_scroll::before, .new_soon_content a::before, .new_login form button::before {
  height: 100%;
}

.relative {
  position: relative;
}

.new_footer .new_footer_credits {
  bottom: 2rem;
}

@media (min-width: 700px){
    .none_in_responsive{
        display: none;
    }
}

@media (max-width: 700px){
    .new_footer .new_footer_credits {
        bottom: 1.5rem;
    }   
}

@media (max-width: 500px){
    .new_footer .new_footer_credits {
        bottom: 1rem;
    }   
}

.new_footer ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
}

@media (max-width: 700px){
    .new_footer ul{
        justify-content: center;
    }
}

.new_footer ul li {
  color: white;
  font-size: 15px;
  font-family: "OfeliaRegular";
  font-weight: 100;
}

@media (max-width: 800px){
    .new_footer ul li {
        font-size: 14px;
    }
}

@media (max-width: 700px){
    .new_footer ul li{
        font-size: 13px;
    }
    .new_footer ul li:not(:last-child){
        margin-right: 1rem;
        border-right: 1px solid white;
        padding-right: 1rem;
    }
}

@media (max-width: 500px){
    .new_footer ul li{
        font-size: 12px;
    }
}

.d-block{
  display: block;
}

picture source, picture img{
  width: 100%;
}

.absolute {
  position: absolute;
}

.wh-100-percent {
  height: 100%;
}
.wh-100-vh {
  height: 100vh;
}
@media (max-width: 1000px) {
  .wh-100-vh {
    height: auto;
    min-height: 100vh;
  }
}

.new_soon, .new_banner, .new_login form input, .new_login form button {
  display: grid;
  place-items: center;
}

.new_piece_actions, .new_piece_image video, .new_piece_image img, .new_piece_image iframe, .new_cicles button, .new_cicles::before, .new_card_foot svg, .new_card_foot, .new_card_head, .new_card_link, .new_index .splide__pagination__page, .new_buttons .to_scroll::before, .new_soon_content a::before, .new_login form button::before, .new_buttons .to_scroll p, .new_soon_content a p, .new_login form button p, .new_buttons .to_scroll, .new_soon_content a, .new_login form button {
  transition: all 0.5s ease;
}

.new_card_foot p, .new_card_foot h2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.new_buttons .to_scroll, .new_soon_content a, .new_login form button {
  display: block;
  height: 52px;
  font-size: 1.1rem;
  position: relative;
  overflow: hidden;
  border-radius: 60px;
  border: none;
}
@media (max-width: 1000px) {
  .new_buttons .to_scroll, .new_soon_content a, .new_login form button {
    font-size: 1rem;
  }
}
.new_buttons .to_scroll p, .new_soon_content a p, .new_login form button p {
  margin: 0;
  position: relative;
}
@media (max-width: 1000px) {
  .new_buttons .to_scroll p, .new_soon_content a p, .new_login form button p {
    font-size: 1rem;
  }
}
@media (max-width: 600px) {
  .new_buttons .to_scroll p, .new_soon_content a p, .new_login form button p {
    font-size: 0.95rem;
  }
}
.new_buttons .to_scroll::before, .new_soon_content a::before, .new_login form button::before {
  content: "";
  border-radius: 60px;
  position: absolute;
  top: 0;
  right: 0;
}
.new_buttons .to_scroll:hover::before, .new_soon_content a:hover::before, .new_login form button:hover::before {
  right: -100%;
}

.new_web a {
  text-decoration: none;
}
.new_web img {
  vertical-align: top;
}
.new_web button {
  cursor: pointer;
}
.new_web .bg {
  inset: 0;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.new_web .bg_1 {
  background: url(../img/bg1.png);
  background-position: center;
  z-index: 1;
}
.new_web .bg_2 {
  background: url(../img/bg2.jpg);
  background-position: center;
}
.new_web .bg_3 {
  background: url(../img/bg3.jpg);
  background-position: top;
}
@media (max-width: 600px) {
  .new_web .bg_3 {
    background: #E5004B url(../img/bg5.png);
    background-position: center;
  }
}
.new_web .bg_4 {
  background: url(../img/bg4.png);
  background-position: top;
}
@media (max-width: 1000px) {
  .new_web .bg_4 {
    background: url(../img/bg6.png);
    background-position: top;
  }
}
.new_web .bg_color_1 {
  background: #E2D9D4;
}
.new_web .bg_color_1 h2, .new_web .bg_color_1 path {
  stroke: #E5004B;
  color: #E5004B;
}
.new_web .bg_color_2 {
  background: #9F81FD;
}
.new_web .bg_color_2 h2, .new_web .bg_color_2 path {
  stroke: #E2D9D4;
  color: #E2D9D4;
}
.new_web .bg_color_3 {
  background: #F6BE00;
}
.new_web .bg_color_3 h2, .new_web .bg_color_3 path {
  stroke: #000000;
  color: #000000;
}
.new_web .for_some_group {
  border-radius: 40px;
  padding: 2.5rem 1.8rem 3rem;
}
@media (max-width: 800px) {
  .new_web .for_some_group {
    padding: 2rem 1.5rem 2.8rem;
  }
}
@media (max-width: 600px) {
  .new_web .for_some_group {
    padding: 1.8rem 1.3rem 2.8rem;
  }
}
.new_web .for_some_group:not(:last-child) {
  margin-bottom: 8.5vh;
}
.new_web .for_some_group h2 {
  text-align: center;
  font-family: "OfeliaBold";
  font-size: 2em;
  margin-bottom: 2rem;
}
@media (max-width: 800px) {
  .new_web .for_some_group h2 {
    font-size: 1.7em;
    margin-bottom: 1.8rem;
  }
}
@media (max-width: 600px) {
  .new_web .for_some_group h2 {
    font-size: 1.4em;
    margin-bottom: 1.4rem;
  }
}
.new_web .for_some_group[data-group="1"] {
  background: rgba(246, 190, 0, 0.2);
}
.new_web .for_some_group[data-group="1"] h2 {
  color: #F6BE00;
}
.new_web .for_some_group[data-group="2"] {
  background: rgba(209, 2, 10, 0.2);
}
.new_web .for_some_group[data-group="2"] h2 {
  color: #D1020A;
}
.new_web .for_some_group[data-group="3"] {
  background: rgba(235, 102, 25, 0.2);
}
.new_web .for_some_group[data-group="3"] h2 {
  color: #EB6619;
}
.new_separate_container {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 3rem 0;
}
.new_separate_container.btw {
  justify-content: space-between;
}
.new_container {
  width: min(88%, 1460px);
  margin-inline: auto;
}
@media (max-width: 800px) {
  .new_container {
    width: min(92%, 1460px);
  }
}
.new_login_logo {
  display: block;
  width: 100%;
  max-width: 425px;
  margin: 0;
}
@media (max-width: 1000px) {
  .new_login_logo {
    margin: 0 auto;
    max-width: 250px;
  }
}
.new_login_box {
  background: #ffffff;
  width: 100%;
  max-width: 600px;
  border-radius: 50px;
  padding: 9vh 2.5rem;
  margin-left: 10.5%;
}
@media (max-width: 1000px) {
  .new_login_box {
    margin-inline: auto;
  }
}
@media (max-width: 600px) {
  .new_login_box {
    padding-inline: 1.9rem;
  }
}
.new_login_box h1 {
  text-align: center;
  font-family: "OfeliaLight";
  color: #EB6619;
  font-size: 2.75em;
  line-height: 1.2em;
}
.new_login_box h1 b, .new_login_box h1 strong {
  color: #E5004B;
  display: block;
  font-family: "OfeliaBold";
}
@media (max-width: 1000px) {
  .new_login_box h1 {
    font-size: 2em;
  }
}
@media (max-width: 600px) {
  .new_login_box h1 {
    font-size: 1.7em;
  }
}
@media (max-width: 450px) {
  .new_login_box h1 {
    font-size: 1.4em;
  }
}
.new_login_box > p {
  text-align: center;
  font-family: "OfeliaRegular";
  color: #000000;
  margin-block: 2rem;
  font-size: 1.175em;
}
@media (max-width: 1000px) {
  .new_login_box > p {
    font-size: 1em;
    margin-block: 1.6rem;
  }
}
@media (max-width: 600px) {
  .new_login_box > p {
    font-size: 0.95em;
    margin-block: 1.5rem;
  }
}
@media (max-width: 450px) {
  .new_login_box > p {
    font-size: 0.9rem;
    margin-block: 1rem;
  }
}
.new_login form {
  max-width: 420px;
  margin-inline: auto;
}
.new_login form input, .new_login form button {
  margin-inline: auto;
  width: 100%;
  text-align: center;
  outline: none;
  font-size: 1.1rem;
  display: block;
  border-radius: 60px;
}
@media (max-width: 1000px) {
  .new_login form input, .new_login form button {
    font-size: 1rem;
  }
}
.new_login form input {
  background: #E2D9D4;
  min-height: 64px;
  font-family: "OfeliaRegular";
  border: 2px solid #E2D9D4;
  color: #000000;
}
@media (max-width: 1000px) {
  .new_login form input {
    min-height: 54px;
  }
}
@media (max-width: 600px) {
  .new_login form input {
    min-height: 48px;
  }
}
.new_login form button {
  background: #EB6619;
  max-width: 160px;
  margin-top: 24px;
}
@media (max-width: 1000px) {
  .new_login form button {
    height: 48px;
  }
}
@media (max-width: 600px) {
  .new_login form button {
    height: 42px;
    margin-top: 18px;
  }
}
.new_login form button p {
  color: #ffffff;
  font-family: "OfeliaSemibold";
}
.new_login form button::before {
  background: #D1020A;
}
@media (max-width: 600px) {
  .new_login .new_separate_container {
    justify-content: center;
    gap: 6vh;
    min-height: 100vh;
  }
}
.new_index_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1000px) {
  .new_index .new_separate_container {
    min-height: 100vh;
  }
}
@media (max-width: 600px) {
  .new_index .new_separate_container {
    padding: 2.5rem 0 0;
    /* justify-content: center; */
    justify-content: flex-start;
    gap: 5vh;
  }
  .new_login .new_separate_container {
    justify-content: flex-start;
    gap: 5vh;
  }
}
.new_index .splide {
  width: 100%;
  height: 72vh;
}
@media (max-width: 1000px) {
  .new_index .splide {
    max-width: 500px;
    margin-inline: auto;
    height: auto;
  }
}
.new_index .splide__pagination {
  bottom: -1.75em;
}
.new_index .splide__pagination__page {
  border-radius: 50px;
  width: 46px;
  height: 8px;
  background: #F6BE00;
  opacity: 1;
}
.new_index .splide__pagination__page.is-active {
  width: 8px;
  transform: none;
  height: 8px;
  background: #F6BE00;
}
@media (max-width: 600px) {
  .new_index .splide__pagination__page {
    width: 32px;
    height: 8px;
  }
  .new_index .splide__pagination__page.is-active {
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 1000px) {
  .new_index .splide__list {
    align-items: center;
  }
}
@media (min-width: 1000px) {
  .new_index .splide__slide:nth-child(2) {
    padding-top: 2.75rem;
  }
}
@media (min-width: 1000px) {
  .new_index .splide__slide:nth-child(3) {
    padding-top: 1rem;
  }
}
.new_card {
  display: block;
  border-radius: 35px;
  overflow: hidden;
  text-decoration: none;
  width: 100%;
}
@media (max-width: 550px) {
  .new_card {
    max-width: 380px;
    margin-inline: auto;
  }
}
.new_card > div {
  width: 100%;
}
.new_card_link {
  background: #E5004B;
  color: #ffffff;
  font-family: "OfeliaSemibold";
  padding: 10px 30px;
  display: block;
  margin-inline: auto;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 60px;
  margin-top: 10px;
  font-size: 1.1rem;
}
@media (min-width: 1000px) {
  .new_card_link {
    opacity: 0;
    pointer-events: none;
  }
}
@media (max-width: 1000px) {
  .new_card_link {
    margin-top: 20px;
  }
}
@media (max-width: 550px) {
  .new_card_link {
    font-size: 0.9rem;
    padding: 8px 26px;
    margin-top: 16px;
  }
}
.new_card_head {
  height: 30vh;
}
.new_card_head img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 600px) {
  .new_card_head {
    height: auto;
  }
}
.new_card_foot {
  margin-top: -2vh;
  padding: 0 2.25rem 0;
}
.new_card_foot svg {
  width: 29px;
  height: 29px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 550px) {
  .new_card_foot svg {
    width: 23px;
    height: 23px;
  }
}
@media (max-width: 1000px) {
  .new_card_foot {
    margin-top: -3.5vh;
    padding-inline: 1.8rem;
    padding-bottom: 2rem;
  }
}
.new_card_foot h2 {
  font-family: "OfeliaBold";
  margin-bottom: 10px;
  font-size: 1.7em;
  line-height: 1.2em;
  -webkit-line-clamp: 2;
}
@media (max-width: 1000px) {
  .new_card_foot h2 {
    font-size: 1.35em;
  }
}
@media (max-width: 550px) {
  .new_card_foot h2 {
    font-size: 1.1em;
  }
}
.new_card_foot p {
  font-family: "OfeliaRegular";
  color: #000000;
  -webkit-line-clamp: 5;
  font-size: 1rem;
}
@media (max-width: 1000px) {
  .new_card_foot p {
    font-size: 0.9rem;
  }
}
@media (max-width: 550px) {
  .new_index .new_separate_container .splide__slide{
    transition: all .25s ease;
  }
  .new_index .new_separate_container .splide__slide:not(.is-active) {
    transform: scale(0.9);
  }
  .new_card_foot h2 {
    min-height: 42.5px;
  }
  .new_card_foot p {
    min-height: 95px;
    font-size: 0.85rem;
  }
}
@media (min-width: 1000px) {
  .new_card:hover .new_card_link {
    opacity: 1;
    pointer-events: all;
    margin-top: 30px;
  }
  .new_card:hover .new_card_head {
    height: 34vh;
  }
  .new_card:hover .new_card_foot {
    margin-top: -4vh;
    padding-bottom: 3rem;
  }
  .new_card:hover .new_card_foot svg {
    width: 38px;
    height: 38px;
  }
}
.new_header {
  height: 108px;
  position: fixed;
  z-index: 10;
  background: #ffffff;
  top: 0;
  padding-block: 0.7rem;
  left: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
@media (max-width: 800px) {
  .new_header {
    height: 90px;
    padding-block: 0.5rem;
  }
}
.new_header_grid {
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-gap: 30px;
  align-items: center;
}
@media (max-width: 1500px) {
  .new_header_grid {
    grid-template-columns: 230px 1fr;
  }
}
@media (max-width: 800px) {
  .new_header_grid {
    grid-template-columns: 190px 1fr;
  }
}
.new_header_grid img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
  height: 90%;
}
@media (max-width: 800px) {
  .new_header_grid img {
    height: 100%;
  }
}
.new_header_logo {
  padding-block: 7px;
}
.new_header .new_header_nav a, .new_header_nav .new_header a, .new_header .new_header_nav ul, .new_header_nav .new_header ul, .new_header .new_header_nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.new_header_burger {
  display: flex;
  flex-direction: column;
  background: none;
  border: none;
  padding: 0;
  gap: 8px;
  transition: all .4s ease;
}
.new_header_burger.cross{
  gap: 0;
}
.new_header_burger div {
  width: 32px;
  height: 7px;
  border-radius: 5px;
  transition: all .4s ease;
  background: #E5004B;
}
.new_header_burger.cross div:first-child{
  margin-bottom: -4px;
}
.new_header_burger.cross div:last-child{
  margin-top: -4px;
}
@media (min-width: 1200px) {
  .new_header_burger {
    display: none !important;
  }
}
.new_header_nav {
  width: 100%;
}
.new_header_nav ul {
  width: 100%;
  list-style: none;
  flex-wrap: wrap;
  gap: 4%;
}
@media (max-width: 1500px) {
  .new_header_nav ul {
    gap: 3.5%;
  }
}
@media (max-width: 1200px) {
  .new_header_nav ul {
    display: none !important;
  }
}
.new_header_nav li {
  width: auto;
  min-width: 160px;
  overflow: hidden;
  border-radius: 60px;
  transition: all 0.325s ease;
}
.new_header_nav li:nth-child(1) a.active, .new_header_nav li:nth-child(1):hover {
  background: #EB6619;
}
.new_header_nav li:nth-child(1) a.active {
  color: #ffffff;
}
.new_header_nav li:nth-child(2) a.active, .new_header_nav li:nth-child(2):hover {
  background: #F6BE00;
}
.new_header_nav li:nth-child(3) a.active, .new_header_nav li:nth-child(3):hover {
  background: #D1020A;
}
.new_header_nav li:nth-child(3) a.active {
  color: #ffffff;
}
.new_header_nav a {
  display: block;
  width: 100%;
  text-align: center;
  transition: all 0.325s ease;
  text-decoration: none;
  font-family: "OfeliaRegular";
  line-height: 1.2em;
  padding: 8px 30px;
  justify-content: center !important;
  color: #000000;
  min-height: 55px;
}
.new_header_nav a:hover {
  color: #ffffff;
}
@media (max-width: 1500px) {
  .new_header_nav a {
    font-size: 0.95rem;
    padding: 8px 22px;
  }
}
.new_banner {
  min-height: 50vh;
  padding-block: 3rem;
  margin-top: 108px;
}
@media (max-width: 800px) {
  .new_banner {
    margin-top: 90px;
    min-height: 35vh;
    padding-block: 2.5rem;
    place-items: flex-start;
  }
}
.new_banner.banner_prize {
  background: #EB6619 url(../img/banner2.jpg) no-repeat;
  background-size: cover;
  background-position: right;
}
@media (max-width: 1200px) {
  .new_banner.banner_prize {
    background-position: center;
  }
}
@media (max-width: 900px) {
  .new_banner.banner_prize {
    background: #EB6619 url(../img/banner1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.new_banner.banner_pieces {
  background: #EB6619 url(../img/banner4.jpg) no-repeat;
  background-size: cover;
  background-position: right;
}
@media (max-width: 1200px) {
  .new_banner.banner_pieces {
    background-position: center;
  }
}
@media (max-width: 900px) {
  .new_banner.banner_pieces {
    background: #EB6619 url(../img/banner3.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.new_banner a {
  font-size: 14px;
  color: #ffffff;
  display: block;
  background: #E5004B;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 26px;
  font-family: "OfeliaLight";
  text-decoration: none;
  border-radius: 50px;
  margin-bottom: 20px;
}
@media (max-width: 800px) {
  .new_banner a {
    display: none;
  }
}
.new_banner h1 {
  font-size: 2.8em;
  max-width: 760px;
  width: 100%;
  font-family: "OfeliaLight";
  font-weight: 100;
  color: #ffffff;
}
.new_banner h1 b, .new_banner h1 strong {
  font-family: "OfeliaBold";
}
@media (max-width: 1500px) {
  .new_banner h1 {
    font-size: 2.1em;
    max-width: 570px;
  }
}
@media (max-width: 800px) {
  .new_banner h1 {
    font-size: 1.3em;
    max-width: 260px;
  }
}
.new_soon {
  overflow: hidden;
  margin-top: 108px;
  background: url(../img/banner5.png) no-repeat;
  background-size: cover;
  background-position: 0% 0%;
}
@media (max-width: 800px) {
  .new_soon {
    margin-top: 90px;
    background: url(../img/banner6.png) no-repeat;
    background-size: cover;
    background-position: 0% 0%;
    height: calc(100vh - 90px);
    min-height: auto;
  }
}
.new_soon .stars {
  animation: star 6.5s infinite;
}
.new_soon .stars.star-1 {
  top: 10vh;
  left: 60%;
}
.new_soon .stars.star-2 {
  margin-top: 30px;
  max-width: 40px;
}
.new_soon .stars.star-3 {
  left: 28%;
  opacity: 0.5;
  bottom: -20px;
  width: 130px;
  height: 130px;
}
@keyframes star {
  0% {
    transform: none;
  }
  33% {
    transform: rotate(28deg) scale(1.075);
  }
  66% {
    transform: rotate(3deg) scale(2);
  }
  100% {
    transform: none;
  }
}
.new_soon_content {
  margin-top: -17.5vh;
}
@media (max-width: 800px) {
  .new_soon_content {
    margin-top: -35.5vh;
  }
}
.new_soon_content h1, .new_soon_content h2 {
  font-family: "OfeliaBold";
}
.new_soon_content h2 {
  color: #000000;
  font-size: 2.75em;
}
.new_soon_content h1 {
  color: #ffffff;
  margin-block: 5px 20px;
  font-size: 6.5em;
}
@media (max-width: 1500px) {
  .new_soon_content h2 {
    font-size: 2em;
  }
  .new_soon_content h1 {
    font-size: 4.8em;
  }
}
@media (max-width: 1200px) {
  .new_soon_content h2 {
    font-size: 1.8em;
  }
  .new_soon_content h1 {
    font-size: 4em;
  }
}
@media (max-width: 800px) {
  .new_soon_content h1, .new_soon_content h2 {
    text-align: center;
  }
  .new_soon_content h2 {
    font-size: 1.25em;
  }
  .new_soon_content h1 {
    font-size: 2.5em;
  }
}
.new_soon_content a {
  max-width: 240px;
  background: #EB6619;
  color: #ffffff;
  font-family: "OfeliaMedium";
  display: grid !important;
  place-items: center;
}
@media (max-width: 1200px) {
  .new_soon_content a {
    max-width: 210px;
    height: 48px;
  }
  .new_soon_content a p {
    font-size: 1rem;
  }
}
@media (max-width: 800px) {
  .new_soon_content a {
    margin-inline: auto;
  }
}
.new_soon_content a::before {
  background: #9F81FD;
}
.new_section {
  padding: 4rem 0 10rem;
}
.new_cicles {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  width: 290px;
  height: 52px;
  background: #E2D9D4;
  border-radius: 50px;
  overflow: hidden;
  /*&:hover{
      &[data-item="1"]{
          &::before{
              left: 10px;
          }
      }
      &[data-item="2"]{
          &::before{
              left: calc(50% - 10px);
          }
      }
  }*/
}
@media (max-width: 1500px) {
  .new_cicles {
    width: 260px;
    height: 48px;
  }
}
@media (max-width: 1200px) {
  .new_cicles {
    margin-inline: auto;
  }
}
.new_cicles::before {
  position: absolute;
  width: 50%;
  content: "";
  height: 100%;
  background: #9F81FD;
  border-radius: 50px;
  top: 0;
}
.new_cicles button {
  position: relative;
  width: 50%;
  height: 100%;
  background: transparent;
  border: none;
  font-family: "OfeliaMedium";
  font-size: 1.1em;
  text-align: center;
  color: #E5004B;
  left: 0;
}
@media (max-width: 1500px) {
  .new_cicles button {
    font-size: 1em;
  }
}
.new_cicles[data-item="1"]::before {
  left: 0;
}
.new_cicles[data-item="1"] button:nth-child(1) {
  color: #ffffff;
  font-family: "OfeliaBold";
}
.new_cicles[data-item="2"]::before {
  left: 50%;
}
.new_cicles[data-item="2"] button:nth-child(2) {
  font-family: "OfeliaBold";
  color: #ffffff;
}
.new_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px 25px;
}
@media (max-width: 1200px) {
  .new_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 800px) {
  .new_grid {
    grid-template-columns: 100%;
    margin-inline: auto;
  }
}
.new_piece {
  width: 100%;
  margin-bottom: 40px;
  position: relative;
}
.new_piece img, .new_piece > div {
  width: 100%;
}
.new_piece_image {
  position: relative;
  z-index: 2;
}
.new_piece_image iframe {
  aspect-ratio: 1/1;
  width: 100%;
  border-radius: 25px;
}
.new_piece_image img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  border-radius: 25px;
  background: #ccc9;
}
.new_piece_image video {
  aspect-ratio: 1/1;
  width: 100%;
  border-radius: 25px;
}
.new_piece_actions {
  top: 85%;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  position: absolute;
  background: #E2D9D4;
  border-radius: 0 0 25px 25px;
  padding: 9px;
}
.new_piece_actions ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px 10%;
}
.new_piece_actions a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 50px;
}
.new_piece_actions a img {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.new_piece_actions a p {
  color: #000000;
  font-family: "OfeliaMedium";
  font-weight: 100;
  font-size: 14px;
}
.new_piece_actions a.dwnld {
  background: #F6BE00;
}
.new_piece_actions a.whtsp {
  background: #9F81FD;
}
.new_piece:hover .new_piece_image iframe, .new_piece:hover .new_piece_image video, .new_piece:hover .new_piece_image img {
  border-radius: 25px 25px 0 0;
}
.new_piece:hover .new_piece_actions {
  z-index: 1;
  opacity: 1;
  pointer-events: all;
  top: 100%;
}
.new_buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 30px;
  margin-bottom: 3.5rem;
}
@media (max-width: 1200px) {
  .new_buttons {
    flex-direction: column;
    gap: 30px;
  }
}
.new_buttons_flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 9px 40px;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .new_buttons_flex {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 800px) {
  .new_buttons_flex {
    flex-wrap: nowrap;
    overflow: scroll;
    gap: 9px 27px;
    justify-content: flex-start;
  }
  .new_soon .stars.star-1 {
    display: none;
  }
}
.new_buttons .to_scroll {
  min-width: 200px;
  padding-inline: 25px;
}
@media (max-width: 1500px) {
  .new_buttons .to_scroll {
    height: 48px;
  }
}
.new_buttons .to_scroll p {
  font-family: "OfeliaBold";
}
.new_buttons .to_scroll:nth-child(1) {
  background: rgba(246, 190, 0, 0.35);
}
.new_buttons .to_scroll:nth-child(1) p {
  color: #000000;
}
.new_buttons .to_scroll:nth-child(1)::before {
  background: #F6BE00;
}
.new_buttons .to_scroll:nth-child(2) {
  background: rgba(209, 2, 10, 0.35);
}
.new_buttons .to_scroll:nth-child(2) p {
  color: #ffffff;
}
.new_buttons .to_scroll:nth-child(2)::before {
  background: #D1020A;
}
.new_buttons .to_scroll:nth-child(2):hover p {
  color: #D1020A;
}
.new_buttons .to_scroll:nth-child(3) {
  background: rgba(235, 102, 25, 0.35);
}
.new_buttons .to_scroll:nth-child(3) p {
  color: #ffffff;
}
.new_buttons .to_scroll:nth-child(3)::before {
  background: #EB6619;
}
.new_buttons .to_scroll:nth-child(3):hover p {
  color: #EB6619;
}
.new_buttons .new_cicles {
  margin: 0;
}

@media (min-width: 1400px) and (max-height: 768px) {
  .new_login_logo {
    max-width: 280px;
  }
  .new_card_foot p {
    font-size: 0.9rem;
    -webkit-line-clamp: 4;
  }
  .new_card_foot h2 {
    font-size: 1.4em;
  }
  .new_card_foot {
    padding: 0 1.8rem 0;
  }
  .new_index .splide__slide:nth-child(2) {
    padding-top: 2.2rem;
  }
  .new_card:hover .new_card_foot {
    padding-bottom: 2rem;
  }
  .new_card:hover .new_card_link {
    margin-top: 24px;
  }
}
@media (min-width: 1400px) and (max-height: 768px) and (max-width: 1600px) {
  .new_container {
    width: min(80%, 1460px);
  }
  .new_index .splide__slide:nth-child(3){
    padding-top: 0;
  }
  .new_index .splide__slide:nth-child(1) .new_card_foot{
    padding-bottom: 2rem;
  }
  .new_index .splide__slide:nth-child(1) .new_card:hover .new_card_link{
      margin-top: 70px;
  }
  .new_index {
    min-height: 100vh;
    height: auto;
  }
  .new_index > .new_separate_container {
    gap: 60px;
  }
  .new_index .splide {
    height: 75.5vh;
  }
  .new_card_head {
    height: 29vh;
  }
  /*.new_card_head img {
    -o-object-position: 0% 90%;
       object-position: 0% 90%;
  }*/
  .new_card_head img {
    -o-object-position: 0% 20%;
       object-position: 0% 20%;
  }
}
@media (max-width: 1400px){
    .new_login_logo{
        max-width: 260px;
    }
    .new_login_box{
        padding: 7vh 2.5rem;
    }
    .new_login .new_separate_container{
        gap: 7vh;
    }
    .new_login,
    .new_login > .bg,
    .new_login > .new_container{
        height: auto;
        min-height: 100vh;
    }
}
.new_aside{
  padding-top: calc(108px + 1.5rem);
  position: fixed;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  top: 0;
  right: -300px;
  z-index: 9;
  height: 100vh;
  width: 98%;
  max-width: 300px;
  background: white;
  transition: all .3s ease;
}
.new_aside.active{
  right: 0;
}
@media (max-width: 800px){
  .new_aside{
    padding-top: calc(90px + 1.5rem);
  }
}
.new_aside ul{
  list-style: none;
}
.new_aside ul li {
  width: 100%;
  padding-inline: 1rem;
  padding-block: 1rem;
}
.new_aside ul li:not(:last-child){
  border-bottom: 1px solid #ccc;
}
.new_aside ul li a {
  font-family: "OfeliaRegular";
  text-decoration: none;
  color: #000000;
  font-size: 15px;
}
@media (max-width: 800px){
  .new_aside ul li a{
    font-size: 14px;
  }
}
@media (max-width: 470px){
  .new_footer ul{
    flex-direction: column;
    align-items: center;
    gap: 3px;
  }
  .new_footer ul li:not(:last-child){
    margin-right: 0;
    border-right: none;
    padding-right: 0;
  }
}
@media (max-width: 420px){
  .new_banner h1 {
    font-size: 1.2em;
    max-width: 230px;
  }
}
@media (max-width: 355px){
  .new_banner h1 {
    font-size: 1.1em;
    max-width: 215px;
  }
}