/*website colors*/
/* Small devices (portrait phones, 320px) */
/* Media Query For Device More then 360px */
/* Media Query For Device More then 375px */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 992px and up) */
/* Medium devices (tablets landscape, 1024px and up) */
/* Medium devices (tablets landscape, 1120px and up) */
/* Medium devices (desktops, 1200px and up) */
/* small laptop screen */
/* MacBook Pro */
/* large devices (desktops, 1600px and up) */
/* extra large devices (desktops, 1921px and up) */
/* Mobile Device */
/*flex box mixins*/
/* Text Decoration Mixins */
/* Transition/Transform Mixins */
/* Animation Mixins */
/* Buttons Mixins */
/*website colors*/
/* Small devices (portrait phones, 320px) */
/* Media Query For Device More then 360px */
/* Media Query For Device More then 375px */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 992px and up) */
/* Medium devices (tablets landscape, 1024px and up) */
/* Medium devices (tablets landscape, 1120px and up) */
/* Medium devices (desktops, 1200px and up) */
/* small laptop screen */
/* MacBook Pro */
/* large devices (desktops, 1600px and up) */
/* extra large devices (desktops, 1921px and up) */
/* Mobile Device */
/*flex box mixins*/
/* Text Decoration Mixins */
/* Transition/Transform Mixins */
/* Animation Mixins */
/* Buttons Mixins */
.features-section {
  background-color: #262626;
  border-radius: 24px;
  margin-top: -60px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .features-section {
    border-radius: 60px;
    padding-bottom: 0;
  }
}
.features-section::after {
  content: "";
  position: absolute;
  background-image: url(../../assets/images/circle_shedow.webp);
  top: 0;
  bottom: -26px;
  left: 0;
  right: 0;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
.features-section .header-spacing .title-64 {
  color: #FFFFFF;
}
.features-section .features_parents {
  position: relative;
}
.features-section .features_parents::after {
  content: "";
  position: absolute;
  background-image: url(../../assets/images/px_circle_logo.svg);
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 60px;
  background-repeat: no-repeat;
  width: 120px;
  z-index: 1;
}
@media (min-width: 0px) and (max-width: 767px) {
  .features-section .features_parents::after {
    display: none;
  }
}
@media (min-width: 1025px) {
  .features-section .features-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
}
.features-section .features-wrapper .descriptions {
  width: 100%;
  height: 100%;
  z-index: 2;
  position: relative;
}
@media (min-width: 1025px) {
  .features-section .features-wrapper .descriptions {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
  }
}
.features-section .features-wrapper .descriptions .desc_box {
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
  margin: auto;
  max-width: 620px;
}
@media (min-width: 992px) {
  .features-section .features-wrapper .descriptions .desc_box {
    max-width: 740px;
  }
}
@media (min-width: 1025px) {
  .features-section .features-wrapper .descriptions .desc_box {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    bottom: 100px;
    text-align: center;
    max-width: 550px;
  }
}
@media (min-width: 992px) {
  .features-section .features-wrapper .descriptions .desc_box {
    bottom: 180px;
  }
}
@media (min-width: 1200px) {
  .features-section .features-wrapper .descriptions .desc_box {
    max-width: 510px;
    bottom: 170px;
  }
}
@media (min-width: 1440px) {
  .features-section .features-wrapper .descriptions .desc_box {
    bottom: 160px;
    max-width: 540px;
  }
}
@media (min-width: 1600px) {
  .features-section .features-wrapper .descriptions .desc_box {
    bottom: 190px;
  }
}
.features-section .features-wrapper .descriptions .desc_box .title-18 {
  font-family: "Recoleta";
  background-color: #FFFFFF;
  color: #212B36;
  padding: 14px 40px 40px 20px;
  margin-top: -25px;
  margin-bottom: 0;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-top: 1px solid #212B36;
  -o-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
@media (min-width: 1025px) {
  .features-section .features-wrapper .descriptions .desc_box .title-18 {
    color: #FFFFFF;
    background-color: transparent;
    padding: 0;
    margin-bottom: 10px;
    border-radius: 0;
    border-top: 0;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .features-section .features-wrapper .descriptions .desc_box .title-18 {
    font-size: 24px;
  }
}
.features-section .features-wrapper .descriptions .desc_box .title-18.sign_box::before {
  margin: 0;
  top: 19px;
  right: 20px;
  background-image: url(../../assets/images/orange_plus.svg);
}
@media (min-width: 1025px) {
  .features-section .features-wrapper .descriptions .desc_box .title-18.sign_box::before, .features-section .features-wrapper .descriptions .desc_box .title-18.sign_box::after {
    display: none;
  }
}
.features-section .features-wrapper .descriptions .desc_box .title-18.active {
  padding-bottom: 15px;
  -o-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.features-section .features-wrapper .descriptions .desc_box .title-18.active.sign_box::before {
  background-image: url(../../assets/images/orange_minius.svg);
}
.features-section .features-wrapper .descriptions .desc_box .desc {
  color: #FFFFFF;
  display: none;
  padding-bottom: 40px;
  padding-top: 20px;
}
@media (min-width: 1025px) {
  .features-section .features-wrapper .descriptions .desc_box .desc {
    display: block;
    padding-bottom: 0;
    padding-top: 0;
    font-size: 14px;
    line-height: 22px;
  }
}
@media (min-width: 1440px) {
  .features-section .features-wrapper .descriptions .desc_box .desc {
    font-size: 16px;
    line-height: 28px;
  }
}
.features-section .features-wrapper .descriptions .desc_box:first-child .title-18 {
  margin-top: 0;
}
.features-section .features-wrapper .descriptions .desc_box:last-child .title-18 {
  padding-bottom: 18px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  -o-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
@media (min-width: 1025px) {
  .features-section .features-wrapper .descriptions .desc_box:last-child .title-18 {
    padding-bottom: 0;
  }
}
.features-section .features-wrapper .descriptions .desc_box:last-child .title-18.active {
  -o-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.features-section .features-wrapper .content {
  position: relative;
  top: 0;
  left: 0;
  height: 71vh;
  overflow: visible;
  z-index: 2;
  display: none;
}
@media (min-width: 1025px) {
  .features-section .features-wrapper .content {
    display: block;
  }
}
@media (min-width: 1200px) {
  .features-section .features-wrapper .content {
    height: 95vh;
  }
}
@media (min-width: 1440px) {
  .features-section .features-wrapper .content {
    height: 71vh;
  }
}
.features-section .features-wrapper .content .item {
  position: absolute;
  top: 76%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
@media (min-width: 992px) {
  .features-section .features-wrapper .content .item {
    top: 71%;
  }
}
@media (min-height: 600px) {
  .features-section .features-wrapper .content .item {
    top: 76%;
  }
}
@media (min-height: 625px) {
  .features-section .features-wrapper .content .item {
    top: 71%;
  }
}
.features-section .features-wrapper .content .item .child {
  height: 180px;
  width: 180px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  position: relative;
}
@media (min-width: 1440px) {
  .features-section .features-wrapper .content .item .child {
    height: 200px;
    width: 200px;
  }
}
.features-section .features-wrapper .content .item .child::before {
  content: "";
  position: absolute;
  border-top: 15px solid transparent;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  bottom: -15px;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.features-section .features-wrapper .content .item .child img {
  filter: invert(1);
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  width: 60px;
}
@media (min-width: 1440px) {
  .features-section .features-wrapper .content .item .child img {
    width: 80px;
  }
}
.features-section .features-wrapper .content .item .child .title-18 {
  color: #FFFFFF;
  max-width: 177px;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
  font-family: "Recoleta";
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.features-section .features-wrapper .content .item.active .child {
  transform: unset;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.features-section .features-wrapper .content .item.active .child::before {
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  border-top-color: #FFFFFF;
  transition-delay: 0.5s;
}
.features-section .features-wrapper .content .item.active .child, .features-section .features-wrapper .content .item:hover .child {
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  background-color: #FFFFFF;
}
.features-section .features-wrapper .content .item.active .child img, .features-section .features-wrapper .content .item:hover .child img {
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  filter: unset;
}
.features-section .features-wrapper .content .item.active .child .title-18, .features-section .features-wrapper .content .item:hover .child .title-18 {
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  color: #000000;
}
.features-section .slider_button {
  display: none;
}
@media (min-width: 1025px) {
  .features-section .slider_button {
    display: block;
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 3;
  }
}
@media (min-width: 1200px) {
  .features-section .slider_button {
    bottom: 80px;
  }
}
@media (min-width: 1440px) {
  .features-section .slider_button {
    bottom: 90px;
  }
}
.features-section .slider_button button {
  width: 35px;
  height: 35px;
  background: #FFFFFF;
  border-radius: 50%;
  border: 1px solid rgba(145, 158, 171, 0.32);
  font-size: 0;
  cursor: pointer;
  margin: 0 5px;
}
.features-section .slider_button button.next::before {
  transform: rotate(-45deg);
  right: 3px;
  position: relative;
}
.features-section .slider_button button::before {
  content: "";
  border: solid #CF520B;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(135deg);
  position: relative;
  right: -2px;
  top: 5px;
}
@media (min-width: 1200px) {
  .features-section .slider_button button {
    width: 38px;
    height: 38px;
  }
}
@media (min-height: 570px) {
  .features-section .features-wrapper .content {
    height: 100dvh;
  }
}
@media (min-height: 700px) {
  .features-section .features-wrapper .content {
    height: 81vh;
  }
}
@media (min-height: 800px) {
  .features-section .features-wrapper .content {
    height: 82vh;
  }
}
@media (min-height: 900px) {
  .features-section .features-wrapper .content {
    height: 73vh;
  }
}
/*website colors*/
/* Small devices (portrait phones, 320px) */
/* Media Query For Device More then 360px */
/* Media Query For Device More then 375px */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 992px and up) */
/* Medium devices (tablets landscape, 1024px and up) */
/* Medium devices (tablets landscape, 1120px and up) */
/* Medium devices (desktops, 1200px and up) */
/* small laptop screen */
/* MacBook Pro */
/* large devices (desktops, 1600px and up) */
/* extra large devices (desktops, 1921px and up) */
/* Mobile Device */
/*flex box mixins*/
/* Text Decoration Mixins */
/* Transition/Transform Mixins */
/* Animation Mixins */
/* Buttons Mixins */
.two_configurator_software {
  background-color: #222222;
  border-radius: 24px;
}
@media (min-width: 768px) {
  .two_configurator_software {
    border-radius: 60px;
  }
}
.two_configurator_software .header-spacing {
  color: #FFFFFF;
}
.two_configurator_software .header-spacing .title-64 {
  color: #FFFFFF;
}
.two_configurator_software .header-spacing p {
  color: #FFFFFF;
}
.two_configurator_software .common-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px 0;
}
@media (min-width: 768px) {
  .two_configurator_software .common-section {
    gap: 40px 0;
  }
}
@media (min-width: 1200px) {
  .two_configurator_software .common-section {
    gap: 30px 0;
  }
}
.two_configurator_software .common-section .left {
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0 12px;
}
@media (min-width: 992px) {
  .two_configurator_software .common-section .left {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
.two_configurator_software .common-section .left .bottom_text {
  margin-top: 20px;
  padding: 0 20px;
  text-align: center;
}
@media (min-width: 0px) and (max-width: 767px) {
  .two_configurator_software .common-section .left .bottom_text {
    padding: 0 10px;
    text-align: left;
    margin-top: 10px;
  }
}
.two_configurator_software .common-section .left .bottom_text .title-24 {
  color: #FFFFFF;
  margin-bottom: 12px;
}
.two_configurator_software .common-section .left .bottom_text p {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}
@media (min-width: 0px) and (max-width: 767px) {
  .two_configurator_software .common-section .left .bottom_text p {
    font-size: 14px;
    line-height: 24px;
  }
}
.two_configurator_software .common-section .left .image_wrapp {
  border-radius: 24px;
  padding: 15px;
}
@media (min-width: 1200px) {
  .two_configurator_software .common-section.three_box .left {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
}
.features-section {
  margin-top: 0;
  padding-bottom: 140px;
}
@media (min-width: 768px) {
  .features-section {
    padding-bottom: 150px;
  }
}
@media (min-width: 1200px) {
  .features-section {
    padding-bottom: 80px;
  }
}
@media (min-width: 1440px) {
  .features-section {
    padding-bottom: 100px;
  }
}
.features-section .features_parents {
  position: relative;
}
.features-section::after {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .features-section::after {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .features-section::after {
    margin-bottom: 80px;
  }
}
@media (min-width: 1440px) {
  .features-section::after {
    margin-bottom: 100px;
  }
}
.banner_section {
  background: #ccf0e6;
  margin-bottom: -40px;
}
@media (min-width: 768px) {
  .banner_section {
    margin-bottom: -80px;
  }
}
.banner_section .common-section .left .title-80::before {
  display: none;
}
.banner_section .common-section .left .title-80 span {
  margin-left: 0;
  font-weight: 400;
}
.banner_section .common-section .left .title-80 span::before {
  display: block;
}
.banner_section .common-section .right img {
  background: transparent;
}
.dynamic_features_Section .header-spacing .title-64 {
  margin-bottom: 0;
}
.dynamic_features_Section .header-spacing .title-64 + p {
  margin-top: 20px;
}
.dynamic_features_Section.dynamic_features_bottom .header-spacing .title-64 {
  margin-bottom: 20px;
}
.dynamic_features_Section.dynamic_features_bottom .header-spacing p {
  max-width: 1040px;
  margin: 0 auto;
}
.dynamic_features_Section.dynamic_features_bottom .boxes_wrap {
  grid-template-columns: auto;
}
@media (min-width: 768px) {
  .dynamic_features_Section.dynamic_features_bottom .boxes_wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1025px) {
  .dynamic_features_Section.dynamic_features_bottom .boxes_wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.dynamic_features_Section.dynamic_features_bottom .boxes_wrap .boxes {
  flex-direction: column;
}
@media (min-width: 768px) {
  .dynamic_features_Section.dynamic_features_bottom .boxes_wrap .boxes {
    max-width: calc(50% - 12px);
    flex: 0 0 calc(50% - 12px);
  }
}
@media (min-width: 1025px) {
  .dynamic_features_Section.dynamic_features_bottom .boxes_wrap .boxes {
    max-width: calc(33.33% - 16px);
    flex: 0 0 calc(33.33% - 16px);
  }
}
.dynamic_features_Section.dynamic_features_bottom .boxes_wrap .boxes img {
  margin-bottom: 20px;
}
.button_section {
  position: relative;
  z-index: 1;
}
.features-section .features-wrapper .content {
  z-index: 1;
}
.features-section .features-wrapper .content .item .child img {
  width: 60px;
}
.customization_section {
  background-color: #D8EDF5;
  border-radius: 24px;
  margin-bottom: 0px;
  position: relative;
  z-index: 1;
  margin-top: -100px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media (min-width: 768px) {
  .customization_section {
    border-radius: 60px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.customization_section::after {
  content: "";
  position: absolute;
  background: #D8EDF5;
  height: 100px;
  bottom: -80px;
  z-index: -1;
  left: 0;
  right: 0;
}
.customization_section .header-spacing {
  max-width: 1040px;
}
.customization_section .customization_product .box_list {
  gap: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -12px;
}
.customization_section .customization_product .box_list .box {
  padding: 15px;
  border: 1px solid #212B36;
  border-radius: 24px;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 500;
  max-width: calc(50% - 24px);
  flex: 0 0 calc(50% - 24px);
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  text-align: center;
}
@media (min-width: 992px) {
  .customization_section .customization_product .box_list .box {
    max-width: calc(33.33% - 24px);
    flex: 0 0 calc(33.33% - 24px);
    padding: 25px;
  }
}
@media (min-width: 1025px) {
  .customization_section .customization_product .box_list .box {
    max-width: calc(20% - 24px);
    flex: 0 0 calc(20% - 24px);
  }
}
.customization_section .customization_product .box_list .box img {
  width: 55px;
}
@media (min-width: 992px) {
  .customization_section .customization_product .box_list .box img {
    width: auto;
  }
}
.customization_section .customization_product .box_list .box span {
  margin-bottom: 0;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .customization_section .customization_product .box_list .box span {
    margin-top: 20px;
  }
}
.customization_section .customization_product .box_list .box:hover {
  box-shadow: 0 0 10px -1px rgba(0, 0, 0, 0.1);
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  border-color: transparent;
}
.customization_section .customization_product .title-18 {
  margin-top: 30px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 0;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .customization_section .customization_product .title-18 {
    margin-top: 50px;
  }
}
/*# sourceMappingURL=3d_tshirt.css.map */