/* ====== FONTS ====== */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap");
/* ====== Bootstrap 5 ====== */
@import url(../vendors/bootstrapv5.0/css/bootstrap.min.css);
/* ====== Animate On Scroll library ====== */
@import url(../vendors/aos/aos.css);
/* ====== Slick library ====== */
@import url(../vendors/slickv1.8.1/slick.css);
@import url(../vendors/slickv1.8.1/slick-theme.css);
/* ====== Color Variables ====== */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #ffffff;
}

::-webkit-scrollbar-thumb {
  background: #905e73;
}

::-webkit-scrollbar-thumb:hover {
  background: #ea5b2a;
}

/* ====== General Version ====== */




html,
body {
  background-color: #ffffff;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

#scroll-line {
  position: fixed;
  top: 0px;
  background: linear-gradient(45deg, #ea5b2a, #905e73);
  height: 5px;
  z-index: 999;
  border-radius: 0px 0px 5px 5px;
  transition-duration: 0.3s;
}

.spi__header {
  background-color: transparent;
  padding: 30px 0;
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 888;
  transition-duration: 0.3s;
}
@media only screen and (max-width: 800px) and (min-width: 500px) {
  .spi__header {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 500px) {
  .spi__header {
    padding: 10px 0;
  }
}
.spi__header_main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.spi__header_main img {
  height: 90px;
  transition-duration: 0.3s;
}
@media only screen and (max-width: 1024px) and (min-width: 800px) {
  .spi__header_main img {
    height: 60px;
  }
}
@media only screen and (max-width: 800px) and (min-width: 500px) {
  .spi__header_main img {
    height: 60px;
  }
}
@media only screen and (max-width: 500px) {
  .spi__header_main img {
    height: 60px;
  }
}
.spi__header_main_nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 50px;
}
@media only screen and (max-width: 1024px) and (min-width: 800px) {
  .spi__header_main_nav ul {
    gap: 35px;
  }
}
@media only screen and (max-width: 800px) and (min-width: 500px) {
  .spi__header_main_nav ul {
    position: fixed;
    display: none;
    flex-direction: column;
    width: 60%;
    right: 0;
    margin-top: 10px;
    background-color: #fff;
    padding-block: 30px;
    border-radius: 20px;
    gap: 25px;
  }
}
@media only screen and (max-width: 500px) {
  .spi__header_main_nav ul {
    position: fixed;
    display: none;
    flex-direction: column;
    width: 100%;
    right: 0;
    margin-top: 10px;
    background-color: #fff;
    padding-block: 30px;
    border-radius: 0 0 20px 20px;
    gap: 25px;
  }
}
@media only screen and (max-width: 800px) and (min-width: 500px) {
  .spi__header_main_nav ul.opened {
    display: flex;
  }
}
@media only screen and (max-width: 500px) {
  .spi__header_main_nav ul.opened {
    display: flex;
  }
}
.spi__header_main_nav ul li {
  position: relative;
  transition-duration: 0.3s;
}
.spi__header_main_nav ul li a {
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  color: #ffffff;
}
.spi__header_main_nav ul li a.active {
  box-shadow: 0px 2px 0;
}
@media only screen and (max-width: 1024px) and (min-width: 800px) {
  .spi__header_main_nav ul li a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 800px) and (min-width: 500px) {
  .spi__header_main_nav ul li a {
    color: #ea5b2a;
  }
}
@media only screen and (max-width: 500px) {
  .spi__header_main_nav ul li a {
    color: #ea5b2a;
  }
}
.spi__header_main_nav ul li:hover {
  box-shadow: 0px 2px 0 #ea5b2a;
}
.spi__header_main_nav_toggle {
  display: none;
  height: 45px;
  width: 45px;
  background: transparent;
  border: none;
}
.spi__header_main_nav_toggle img {
  height: 30px !important;
}
@media only screen and (max-width: 800px) and (min-width: 500px) {
  .spi__header_main_nav_toggle {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 500px) {
  .spi__header_main_nav_toggle {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.spi__header.mini-header {
  background-color: #ffffff;
}
.spi__header.mini-header a {
  color: #ea5b2a;
}
@media only screen and (min-width: 1024px) and (min-width: 800px) {
  .spi__header.mini-header {
    padding: 10px 0;
  }
  .spi__header.mini-header img {
    height: 60px;
  }
}
@media only screen and (min-width: 800px) and (min-width: 500px) {
  .spi__header.mini-header {
    padding: 10px 0;
  }
  .spi__header.mini-header img {
    height: 60px;
  }
}
@media only screen and (min-width: 500px) {
  .spi__header.mini-header {
    padding: 10px 0;
  }
  .spi__header.mini-header img {
    height: 60px;
  }
}
.spi__header.inn {
  padding: 20px 0;
}
.spi__header.inn img {
  height: 75px;
}
.spi__header.inn a.active {
  color: #ffffff;
}
.spi__header.inn.mini-header {
  padding: 10px 0;
}
.spi__header.inn.mini-header a {
  color: #ea5b2a;
}
.spi__header.inn.mini-header a.active {
  color: #905e73;
}
/*******************************************************************************************************************/
.spi__hero {
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;

  z-index: 0;
}
.spi__hero > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
@media only screen and (max-width: 500px) {
  .spi__hero > div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.spi__hero:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /*background: linear-gradient(0deg, rgba(0, 155, 56, 0.3) 30%, #ea5b2a 100%);*/
  background: linear-gradient(0deg, rgba(0, 155, 56, 0.3) 30%, #b35f43  100%);
  
  z-index: -1;
}
.spi__hero h1 {
  font-size: 72px;
  font-weight: 700;
  line-height: 80px;
  color: #ffffff;
}
@media only screen and (max-width: 1024px) and (min-width: 800px) {
  .spi__hero h1 {
    font-size: 70px;
  }
}
@media only screen and (max-width: 800px) and (min-width: 500px) {
  .spi__hero h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 500px) {
  .spi__hero h1 {
    font-size: 40px;
    line-height: 45px;
    text-align: center;
  }
}
.spi__hero h1 strong {
  color: #ea5b2a;
  font-weight: 700;
}
.spi__hero p {
  color: #ffffff;
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
}
.spi__hero a {
  background-color: #ffffff;
  color: #ea5b2a;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 900;
  text-decoration: none;
  transition-duration: 0.3s;
}
.spi__hero a:hover {
  background-color: #905e73;
}
.spi__hero .hero_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover; /* تأكد من تغطية الشاشة بالكامل */
  z-index: -1; /* ضع الفيديو في الخلفية */
}
.spi__hero.inn {
  height: 470px;
}
@media only screen and (max-width: 500px) {
  .spi__hero.inn {
    height: 385px;
  }
}
.spi__hero.inn > div {
  flex-direction: column;
  justify-content: center;
}
.spi__hero.inn > div h1 {
  font-size: 64px;
  font-weight: 275;
  line-height: 96px;
  margin-top: 125px;
  background: rgba(117, 41, 46, 0.7);
  border-radius: 0 50px;
  padding: 23px 82px;
}
@media only screen and (max-width: 500px) {
  .spi__hero.inn > div h1 {
    font-size: 35px;
    line-height: 70px;
  }
}
.spi__sub_hero {
  margin-top: -65px;
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 800px) and (min-width: 500px) {
  .spi__sub_hero {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 500px) {
  .spi__sub_hero {
    padding: 40px 0;
  }
}
.spi__sub_hero_box {
  background: #ffffff;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.spi__sub_hero_box label {
  font-size: 20px;
  font-weight: 800;
  line-height: 28px;
  padding-block: 18px;
  color:#905e73;
}
.spi__sub_hero_box img:not(.play) {
  width: 100%;
  max-height: 288px;
  object-fit: cover;
}
.spi__sub_hero_box button {
  position: absolute;
  top: calc(50% - 16px);
  right: calc(50% - 48px);
  padding: 3px;
  margin: 0;
  border: none;
  background: transparent;
  transition-duration: 0.2s;
}
.spi__sub_hero_box button:hover {
  background-color: #ea5b2a;
  border-radius: 50%;
}
.spi__what_we_do {
  padding: 80px 0;
}
.spi__what_we_do_img div {
  width: 80%;
  height: 100%;
  border-radius: 48% 48% 30px 30px;
  position: relative;
  z-index: 1;
}
.spi__what_we_do_img div img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 48% 48% 30px 30px;
}
.spi__what_we_do_img div:after {
  content: "";
  height: 90%;
  width: 100%;
  border: 3px solid #eeeeee;
  position: absolute;
  top: 5%;
  right: -55px;
  z-index: -1;
  border-radius: 48% 48% 30px 30px;
}
.spi__what_we_do_img div:before {
  content: "";
  width: 500px;
  height: 500px;
  position: absolute;
  background: radial-gradient(#ffede5 0%, transparent 66%);
  right: -60%;
  bottom: -30%;
  z-index: -2;
}
.spi__what_we_do_data h1 {
  font-size: 48px;
  font-weight: 200;
  line-height: 72px;
  color: #ea5b2a;
  box-shadow: 0px 10px 0 #ea5b2a;
  margin-bottom: 35px;
  width: max-content;
  display: block;
}
.spi__what_we_do_data h2 {
  font-size: 40px;
  font-weight: 800;
  line-height: 47px;
  color: #905e73;
}
.spi__what_we_do_data h3 {
  font-size: 40px;
  font-weight: 400;
  line-height: 30px;
  color: #ea5b2a;
}
.spi__what_we_do_data p {
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  color: #404852;
}
.spi__what_we_do_data_box {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.spi__what_we_do_data_box div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 27px;
  height: 200px;
  width: 100%;
  border-radius: 10px;
}
.spi__what_we_do_data_box div img {
  height: 85px;
}
.spi__what_we_do_data_box div span {
  font-weight: 700;
  color: #ffffff;
  font-size: 18px;
  line-height: 27px;
}
.spi__what_we_do_data_box div:nth-child(1) {
  background-color: #8f5040;
}
.spi__what_we_do_data_box div:nth-child(2) {
  background-color: #75292e;
}
.spi__what_we_do_data_box div:nth-child(3) {
  background-color: #ea5b2a;
}
.spi__what_we_offer {
  padding: 80px 0;
}
.spi__what_we_offer_img > div {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.spi__what_we_offer_img > div:before {
  content: "";
  width: 700px;
  height: 700px;
  position: absolute;
  background: radial-gradient(#ffede5 20%, transparent 66%);
  right: -25%;
  top: calc(50% - 300px);
  z-index: -2;
}
.spi__what_we_offer_img > div > div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.spi__what_we_offer_img > div > div > div {
  flex: 1;
}
.spi__what_we_offer_img > div > div:nth-child(1) label {
  font-size: 70px;
  font-weight: 600;
  line-height: 70px;
  display: block;
  color: #905e73;
}
.spi__what_we_offer_img > div > div:nth-child(1) span {
  font-size: 32px;
  font-weight: 400;
  line-height: 30px;
  display: block;
  color: #905e73;
}
.spi__what_we_offer_img > div > div:nth-child(1) small {
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  display: block;
  color: #404852;
}
.spi__what_we_offer_img > div > div:nth-child(1) img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 48% 48% 0px 0px;
  min-height: 340px;
}
.spi__what_we_offer_img > div > div:nth-child(2) label {
  font-size: 70px;
  font-weight: 600;
  line-height: 70px;
  display: block;
  color: #ea5b2a;
  text-align: center;
}
.spi__what_we_offer_img > div > div:nth-child(2) span {
  font-size: 32px;
  font-weight: 400;
  line-height: 30px;
  display: block;
  color: #ea5b2a;
  text-align: center;
}
.spi__what_we_offer_img > div > div:nth-child(2) small {
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  display: block;
  color: #404852;
  text-align: center;
}
.spi__what_we_offer_img > div > div:nth-child(2) img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 0px 0px 48% 48%;
  min-height: 340px;
}
.spi__what_we_offer_data h1 {
  font-size: 48px;
  font-weight: 200;
  line-height: 72px;
  color: #ea5b2a;
  box-shadow: 0px 10px 0 #ea5b2a;
  margin-bottom: 35px;
  width: max-content;
  display: block;
}
.spi__what_we_offer_data h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 47px;
  color: #905e73;
}
.spi__what_we_offer_data h3 {
  font-size: 40px;
  font-weight: 400;
  line-height: 30px;
  color: #ea5b2a;
}
.spi__what_we_offer_data p {
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  color: #404852;
}
.spi__what_we_offer_data a {
  height: 55px;
  width: 165px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ea5b2a;
  border: 2px solid #ea5b2a;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

/*************************************************************************************************************************/

.spi__pages__packing a {
  height: 30px;
  width: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  padding-top: 15px;
}

/*********************************************************************************************************************************/

.spi__why h1.title {
  font-size: 48px;
  font-weight: 200;
  line-height: 72px;
  color: #ea5b2a;
  box-shadow: 0px 10px 0 #ea5b2a;
  margin: 35px auto;
  width: max-content;
  display: block;
}
.spi__why_tabs {
  margin-block: 20px;
}
@media only screen and (max-width: 500px) {
  .spi__why_tabs {
    flex-direction: column;
  }
}
.spi__why_tabs li {
  flex: 1;
}
.spi__why_tabs li button {
  height: 90px;
  font-size: 32px;
  font-weight: 700;
  border-radius: 0 !important;
  width: 100%;
}
@media only screen and (max-width: 1024px) and (min-width: 800px) {
  .spi__why_tabs li button {
    font-size: 24px;
  }
}
@media only screen and (max-width: 800px) and (min-width: 500px) {
  .spi__why_tabs li button {
    font-size: 20px;
    height: 70px;
  }
}
@media only screen and (max-width: 500px) {
  .spi__why_tabs li button {
    font-size: 20px;
    height: 55px;
    margin-bottom: 10px;
  }
}
.spi__why_tabs li:nth-child(1) button {
  background-color: #ab6d3b;
  color: #fff;
}
.spi__why_tabs li:nth-child(1) button.active {
  color: #fff;
  background-color: #ab6d3b;
  box-shadow: 0px 12px 0 #ab6d3b;
}
.spi__why_tabs li:nth-child(2) button {
  background-color: #75292e;
  color: #fff;
}
.spi__why_tabs li:nth-child(2) button.active {
  color: #fff;
  background-color: #75292e;
  box-shadow: 0px 12px 0 #75292e;
}
.spi__why_tabs li:nth-child(3) button {
  background-color: #ea5b2a;
  color: #fff;
}
.spi__why_tabs li:nth-child(3) button.active {
  color: #fff;
  background-color: #ea5b2a;
  box-shadow: 0px 12px 0 #ea5b2a;
}

/********************************************/
.spi__why_content {
  padding: 20px;
}

.spi__why_content .top-element,
.bottom-element {
  text-align: center;
  margin: 20px 0; /* المسافة بين العنصر والمحتوى */
}

.spi__why_content .top-element img,
.bottom-element img {
  width: 50px; /* تعديل حجم الأيقونة حسب الحاجة */
  height: auto;
}

.spi__why_content .top-element label,
.bottom-element label {
  display: block;
  margin-top: 10px;
  font-weight: bold;
}

.spi__why_content .top-element p,
.bottom-element p {
  margin-top: 5px;
  font-size: 14px;
}

/****************************************************************************************************************************************/

.spi__why_content .tab-pane .why_container {
  display: flex;
  flex-direction: row;
  gap: 30px;
}

.spi__why_content .tab-pane .bcont {
  width: 190px; /*14o*/
  margin-left: 45%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.spi__why_content .tab-pane .bcont label {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  text-align: left;
  margin-block: 18px;
  color: #1f1e17;
}
.spi__why_content .tab-pane .bcont p {
  width: 250px;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
  color: #404852;
}

.spi__why_content .tab-pane .why_container > div:nth-child(1) {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 100px;
}
.spi__why_content .tab-pane .why_container > div:nth-child(2) {
  flex: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1024px) and (min-width: 800px) {
  .spi__why_content .tab-pane .why_container > div:nth-child(2) {
    flex: 3;
  }
  .spi__why_content .tab-pane .why_container > div:nth-child(2) img {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) and (min-width: 500px) {
  .spi__why_content .tab-pane .why_container > div:nth-child(2) {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .spi__why_content .tab-pane .why_container > div:nth-child(2) {
    display: none;
  }
}
.spi__why_content .tab-pane .why_container > div:nth-child(3) {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 100px;
}
.spi__why_content .tab-pane .why_container label {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  text-align: left;
  margin-block: 18px;
  color: #1f1e17;
}
.spi__why_content .tab-pane .why_container p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
  color: #404852;
}
.spi__download {
  margin-bottom: 80px;
}
.spi__download h2.title {
  font-size: 40px;
  font-weight: 800;
  line-height: 47px;
  color: #905e73;
  margin-block: 60px;
}
.spi__download_faq {
  width: 100%;
  display: flex;
  background-color: #ffffff;
  border: 5px solid #80532d;
  border-radius: 20px;
  padding: 30px;
  align-items: center;
  gap: 20px;
}
.spi__download_faq label {
  font-size: 36px;
  font-weight: 800;
  display: block;
  line-height: 54px;
  color: #80532d;
}
.spi__download_faq span {
  font-size: 18px;
  font-weight: 400;
  display: block;
  line-height: 30px;
  color: #80532d;
}
.spi__download_faq a {
  width: 200px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #80532d;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  border-radius: 50px;
  margin-top: 25px;
}
.spi__download_cp {
  width: 100%;
  display: flex;
  background-color: #ea5b2a;
  border: 5px solid #ea5b2a;
  border-radius: 20px;
  padding: 30px;
  align-items: center;
  gap: 20px;
}
.spi__download_cp label {
  font-size: 36px;
  font-weight: 800;
  display: block;
  line-height: 54px;
  color: #ffffff;
}
.spi__download_cp span {
  font-size: 18px;
  font-weight: 400;
  display: block;
  line-height: 30px;
  color: #ffffff;
}
.spi__download_cp a {
  width: 200px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  color: #ea5b2a;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  border-radius: 50px;
  margin-top: 25px;
}
.spi__certifications h1.title {
  font-size: 48px;
  font-weight: 200;
  line-height: 72px;
  color: #ea5b2a;
  box-shadow: 0px 10px 0 #ea5b2a;
  margin: 35px auto;
  width: max-content;
  display: block;
}
.spi__certifications p.subtitle {
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  color: #404852;
  margin: 15px auto;
  max-width: 520px;
  width: auto;
  display: block;
  text-align: center;
}
.spi__certifications_img {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 150px;
  flex-wrap: wrap;
  margin-block: 20px;
}
/************************************************************************************************************/
.spi__footer {
  background: linear-gradient(0deg, #ee711e 80%, #eee2d8 20%);
  padding-block: 40px;
  margin-top: 40px;
}
.spi__footer_join {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 60px;
}
@media only screen and (max-width: 800px) and (min-width: 500px) {
  .spi__footer_join {
    flex-direction: column;
  }
}
@media only screen and (max-width: 500px) {
  .spi__footer_join {
    flex-direction: column;
    padding: 10px;
  }
}
.spi__footer_join label {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #75292e;
  display: block;
}
.spi__footer_join span {
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  color: #75292e;
  display: block;
}
.spi__footer_join a {
  height: 50px;
  width: 135px;
  background-color: #75292e;
  color: #ffffff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
}

/********************************************************************************************************************************/
.spi__footer_newsletter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #75292e;
  border-radius: 20px;
  padding: 40px 60px;
}
@media only screen and (max-width: 800px) and (min-width: 500px) {
  .spi__footer_newsletter {
    flex-direction: column;
    gap: 15px;
  }
}
@media only screen and (max-width: 500px) {
  .spi__footer_newsletter {
    flex-direction: column;
    gap: 15px;
  }
}
.spi__footer_newsletter label {
  font-size: 45px;
  font-weight: 900;
  line-height: 45px;
  color: #ffffff;
  display: block;
}
@media only screen and (max-width: 500px) {
  .spi__footer_newsletter label {
    font-size: 22px;
    line-height: 22px;
  }
}
.spi__footer_newsletter button {
  width: 350px;
  height: 48px;
  border-radius: 62px;
  background-color: #ffffff;
  color: #404852;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  border: none;
}
.spi__footer_newsletter_input {
  width: 350px;
  height: 48px;
  border-radius: 62px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 14px;
}
.spi__footer_newsletter_input img {
  position: absolute;
  left: 20px;
}
.spi__footer_newsletter_input input {
  width: 85%;
  border: none;
  padding-left: 25px;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  color: #404852;
}
.spi__footer_data {
  display: flex;
  justify-content: space-between;
  padding: 15px 60px;
  margin-top: 50px;
}
@media only screen and (max-width: 500px) {
  .spi__footer_data {
    flex-direction: column;
    padding: 10px;
  }
}
.spi__footer_data p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
  display: block;
  max-width: 266px;
  margin-top: 25px;
}
@media only screen and (max-width: 500px) {
  .spi__footer_data p {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.spi__footer_data_links {
  display: flex;
  gap: 70px;
}
@media only screen and (max-width: 500px) {
  .spi__footer_data_links {
    gap: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.spi__footer_data_links label {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: #75292e;
  display: block;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.spi__footer_data_links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.spi__footer_data_links ul li {
  margin-bottom: 25px;
}
.spi__footer_data_links ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #ffffff;
  display: block;
  text-decoration: none;
}

/***************************************************************************************************************/
.spi__footer_copyrights {
  display: flex;
  justify-content: space-between;
  padding: 15px 60px;
  margin-top: 20px;
}
@media only screen and (max-width: 500px) {
  .spi__footer_copyrights {
    flex-direction: column;
    gap: 20px;
    padding: 10px;
    text-align: center;
  }
}
.spi__footer_copyrights p {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #ffffff;
  margin: 0;
}
.spi__footer_copyrights ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.spi__breadcrumb {
  padding-block: 24px;
}
.spi__breadcrumb ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 30px;
}
.spi__breadcrumb ul li {
  position: relative;
}
.spi__breadcrumb ul li a {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}
.spi__breadcrumb ul li:after {
  content: "";
  background-image: url(../media/icons/breadcrumb_arrow.svg);
  height: 100%;
  width: 30px;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
}
.spi__breadcrumb ul li:last-child a {
  color: #905e73;
}
.spi__breadcrumb ul li:last-child:after {
  background-image: url(../media/icons/breadcrumb_arrow.svg);
}
.spi__pages__about_data h3 {
  font-size: 40px;
  font-weight: 400;
  line-height: 28.8px;
  letter-spacing: 1px;
  color: #ea5b2a;
}
.spi__pages__about_data h2 {
  font-size: 40px;
  font-weight: 800;
  line-height: 47px;
  color: #905e73;
  margin-block: 33px;
}
.spi__pages__about_data p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #404852;
  margin-bottom: 44px;
}
.spi__pages__about_data label {
  font-size: 36px;
  font-weight: 500;
  line-height: 36px;
  display: block;
  margin-bottom: 28px;
  color: #ffb933;
  position: relative;
  width: max-content;
}
.spi__pages__about_data label:after {
  content: "";
  background-image: url(../media/imgs/pages/about/intro.png);
  position: absolute;
  width: 100%;
  height: 20px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  bottom: -20px;
}
.spi__pages__about_data span {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #878680;
  display: block;
  margin-bottom: 50px;
}
.spi__pages__about_data_git {
  background-color: #905e73;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  color: #ffffff;
  padding: 20px 50px;
  text-decoration: none;
}
.spi__pages__about_imgs {
  display: flex;
  gap: 15px;
}
.spi__pages__about_imgs img {
  width: 100%;
  max-width: auto;
  height: 100%;
  object-fit: fill;
}
.spi__pages__about_imgs > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.spi__pages__about_insights {
  margin-top: 150px;
}
.spi__pages__about_insights_data h1 {
  font-size: 48px;
  font-weight: 200;
  line-height: 72px;
  color: #ea5b2a;
  box-shadow: 0px 10px 0 #ea5b2a;
  margin-bottom: 35px;
  width: max-content;
  display: block;
}
.spi__pages__about_insights_data h2 {
  font-size: 40px;
  font-weight: 800;
  line-height: 47px;
  color: #905e73;
}
.spi__pages__about_insights_data ul {
  margin-top: 40px;
  list-style: none;
  padding: 0;
}
.spi__pages__about_insights_data ul li {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  display: flex;
  align-items: flex-start;
  gap: 13px;
}
.spi__pages__about_insights_data ul li:not(:last-child) {
  margin-bottom: 28px;
}
.spi__pages__about_insights img {
  width: auto;
  max-width: 100%;
}
.spi__pages__about_mission_vision {
  margin-top: 150px;
}
.spi__pages__about_mission_vision h1 {
  font-size: 48px;
  font-weight: 200;
  line-height: 72px;
  color: #ea5b2a;
  box-shadow: 0px 10px 0 #ea5b2a;
  margin-bottom: 35px;
  width: max-content;
  display: block;
}
@media only screen and (max-width: 500px) {
  .spi__pages__about_mission_vision h1 {
    width: auto;
  }
}
.spi__pages__about_mission_vision h2 {
  font-size: 40px;
  font-weight: 800;
  line-height: 47px;
  color: #905e73;
  margin-block: 45px;
}
.spi__pages__about_mission_vision p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #404852;
}
.spi__pages__about_mission_vision img {
  width: auto;
  max-width: 100%;
}
.spi__pages__about_histroy {
  margin-top: 100px;
}
.spi__pages__about_histroy h1 {
  font-size: 48px;
  font-weight: 200;
  line-height: 72px;
  color: #ea5b2a;
  box-shadow: 0px 10px 0 #ea5b2a;
  margin: 35px auto;
  width: max-content;
  display: block;
}
.spi__pages__about_histroy_container {
  width: 100%;
  padding-top: 150px;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
  margin-block: 50px;
  padding-inline-start: 135px;
}
@media only screen and (max-width: 1024px) and (min-width: 800px) {
  .spi__pages__about_histroy_container {
    padding-inline-start: 50px;
  }
}
@media only screen and (max-width: 800px) and (min-width: 500px) {
  .spi__pages__about_histroy_container {
    padding-inline-start: 30px;
  }
}
@media only screen and (max-width: 500px) {
  .spi__pages__about_histroy_container {
    padding-inline-start: 5px;
  }
}
.spi__pages__about_histroy_container .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.spi__pages__about_histroy_container_slider .box {
  height: 380px;
  width: 470px;
  display: flex;
  background-color: #ffffff;
  border-radius: 10px;
  align-items: center;
  box-shadow: 0px 6px 9px 3px rgba(0, 0, 0, 0.3);
  position: relative;
}
@media only screen and (max-width: 1024px) and (min-width: 800px) {
  .spi__pages__about_histroy_container_slider .box {
    width: 415px;
  }
}
@media only screen and (max-width: 800px) and (min-width: 500px) {
  .spi__pages__about_histroy_container_slider .box {
    width: 300px;
    flex-direction: column;
    height: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .spi__pages__about_histroy_container_slider .box {
    width: 300px;
    flex-direction: column;
    height: 100%;
  }
}
.spi__pages__about_histroy_container_slider .box img {
  width: 122px;
  margin: 15px;
}
@media only screen and (max-width: 800px) and (min-width: 500px) {
  .spi__pages__about_histroy_container_slider .box img {
    width: 90px;
  }
}
.spi__pages__about_histroy_container_slider .box > div {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  justify-content: center;
  background-color: #f3f3f3;
  padding: 30px;
  border-radius: 0 10px 10px 0;
}
.spi__pages__about_histroy_container_slider .box > div label {
  font-size: 96px;
  font-weight: 300;
  line-height: 144px;
  color: #404852;
}
@media only screen and (max-width: 1024px) and (min-width: 800px) {
  .spi__pages__about_histroy_container_slider .box > div label {
    font-size: 84px;
  }
}
@media only screen and (max-width: 800px) and (min-width: 500px) {
  .spi__pages__about_histroy_container_slider .box > div label {
    font-size: 70px;
    line-height: 90px;
  }
}
@media only screen and (max-width: 500px) {
  .spi__pages__about_histroy_container_slider .box > div label {
    font-size: 60px;
    line-height: 90px;
  }
}
.spi__pages__about_histroy_container_slider .box > div span {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.10000000149011612px;
  color: #404852;
  margin-bottom: 15px;
}
.spi__pages__about_histroy_container_slider .box > div p {
  font-size: 18px;
  font-weight: 400;
  color: #404852;
  margin: 0;
}
.spi__pages__about_histroy_container_slider .slick-track:after {
  content: "";
  width: calc(100% + 100px);
  position: absolute;
  height: 190px;
  border-bottom: 2px dashed #ffffff;
  z-index: -1;
  top: 0;
  left: 0;
}
.spi__pages__about_histroy_container_slider .slick-slide {
  position: relative;
}
.spi__pages__about_histroy_container_slider .slick-slide:after {
  content: "";
  height: 23px;
  width: 23px;
  position: absolute;
  background: #067a3f;
  top: calc(50% - 12px);
  right: 10%;
  border-radius: 50%;
  border: 3px solid #fff;
  display: none;
}
@media only screen and (max-width: 1024px) and (min-width: 800px) {
  .spi__pages__about_histroy_container_slider .slick-slide:after {
    display: none;
  }
}
@media only screen and (max-width: 800px) and (min-width: 500px) {
  .spi__pages__about_histroy_container_slider .slick-slide:after {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .spi__pages__about_histroy_container_slider .slick-slide:after {
    display: none;
  }
}
.spi__pages__about_histroy_container .nxt {
  background: #ea5b2a;
  border-radius: 45px 0 0 45px;
  height: 180px;
  width: 88px;
  border: none;
  position: absolute;
  top: calc(50% - 90px);
  right: 0;
  box-shadow: -4px 0px 6px rgba(0, 0, 0, 0.3);
}
.spi__pages__about_histroy_container .prv {
  background: #ea5b2a;
  border-radius: 0 45px 45px 0;
  height: 180px;
  width: 88px;
  border: none;
  position: absolute;
  top: calc(50% - 90px);
  left: -135px;
  box-shadow: 4px 0px 6px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
@media only screen and (max-width: 1024px) and (min-width: 800px) {
  .spi__pages__about_histroy_container .prv {
    left: -50px;
  }
}
@media only screen and (max-width: 800px) and (min-width: 500px) {
  .spi__pages__about_histroy_container .prv {
    left: -30px;
  }
}
@media only screen and (max-width: 500px) {
  .spi__pages__about_histroy_container .prv {
    display: none;
  }
}
.spi__pages__about_histroy_container .prv img {
  transform: rotateY(190deg);
}
.spi__pages__about_numbers {
  margin-top: 40px;
}
.spi__pages__about_numbers h1 {
  font-size: 48px;
  font-weight: 200;
  line-height: 72px;
  color: #ea5b2a;
  box-shadow: 0px 10px 0 #ea5b2a;
  margin: 50px auto;
  width: max-content;
  display: block;
}
.spi__pages__about_numbers_box {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  border-radius: 10px;
  border-top: 12px solid #8f5040;
  display: flex;
  flex-direction: column;
  margin: 15px 5px;
  height: 444px;
}
.spi__pages__about_numbers_box .flip-card-front > div:nth-child(1) {
  margin-top: 30px;
}
.spi__pages__about_numbers_box .flip-card-front > div:nth-child(1) img {
  height: 160px;
  width: auto;
  object-fit: none;
  object-position: left;
}
.spi__pages__about_numbers_box .flip-card-front > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  padding-inline: 20px;
  text-align: right;
}
.spi__pages__about_numbers_box .flip-card-front > div:nth-child(2) label {
  font-size: 90px;
  font-weight: 300;
  line-height: 90px;
  color: #ea5b2a;
}
.spi__pages__about_numbers_box .flip-card-front > div:nth-child(2) span {
  font-size: 40px;
  font-weight: 800;
  line-height: 47px;
  color: #8f5040;
}
.spi__pages__about_numbers_box .flip-card-front > div:nth-child(2) p {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.10000000149011612px;
  color: #ab6d3b;
}
.spi__pages__about_team {
  margin-top: 40px;
  position: relative;
  z-index: 0;
}
.spi__pages__about_team h1 {
  font-size: 48px;
  font-weight: 200;
  line-height: 72px;
  color: #ea5b2a;
  box-shadow: 0px 10px 0 #ea5b2a;
  margin: 50px auto;
  width: max-content;
  display: block;
}
.spi__pages__about_team img {
  width: 100%;
  object-fit: fill;
  margin-block: 25px;
  border-radius: 100px 100px 100px 0;
}
@media only screen and (max-width: 800px) and (min-width: 500px) {
  .spi__pages__about_team img {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .spi__pages__about_team img {
    display: none;
  }
}
.spi__pages__about_team label {
  font-size: 40px;
  font-weight: 800;
  line-height: 47px;
  color: #905e73;
  margin-block: 40px;
}
.spi__pages__about_team p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #878680;
}
.spi__pages__about_team a {
  color: #ab6d3b;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-decoration: none;
}
.spi__pages__about_support {
  margin-block: 45px;
}
.spi__pages__about_support a {
  display: flex;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.10000000149011612px;
  gap: 30px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #ab6d3b;
}
.spi__pages__about_support a img {
  height: 84px;
}
/*******************************************************************************************************************/
.spi__pages__process_data h3 {
  font-size: 40px;
  font-weight: 400;
  line-height: 28.8px;
  letter-spacing: 1px;
  color: #ea5b2a;
}
.spi__pages__process_data h2 {
  font-size: 40px;
  font-weight: 800;
  line-height: 47px;
  color: #905e73;
  margin-block: 33px;
}
.spi__pages__process_data p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #404852;
  margin-bottom: 44px;
}
.spi__pages__process_tabs ul {
  gap: 10px;
  width: 100%;
  flex-wrap: nowrap;
  overflow: auto;
  padding-bottom: 20px;
}
.spi__pages__process_tabs ul::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.spi__pages__process_tabs ul::-webkit-scrollbar-track {
  background: #dadaee;
}
.spi__pages__process_tabs ul::-webkit-scrollbar-thumb {
  background: #ea5b2a;
}
.spi__pages__process_tabs ul::-webkit-scrollbar-thumb:hover {
  background: #905e73;
}
.spi__pages__process_tabs ul li button {
  position: relative;
  height: 500px;
  width: 300px;
  overflow: hidden;
  border-radius: 10px 80px 10px 10px !important;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 100px;
  transition-duration: 0.2s;
}
@media only screen and (max-width: 800px) and (min-width: 500px) {
  .spi__pages__process_tabs ul li button {
    height: 400px;
  }
}
@media only screen and (max-width: 500px) {
  .spi__pages__process_tabs ul li button {
    height: 300px;
  }
}
.spi__pages__process_tabs ul li button .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.spi__pages__process_tabs ul li button .ic {
  width: 160px;
  height: 160px;
  object-fit: contain;
  transition-duration: 0.3s;
}
.spi__pages__process_tabs ul li button span {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.5000000596046448px;
  color: #ffffff;
}
.spi__pages__process_tabs ul li button:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition-duration: 0.3s;
}
.spi__pages__process_tabs ul li button.active {
  justify-content: flex-end;
  align-items: flex-start;
  gap: 10px;
  padding-bottom: 35px;
  padding-inline-start: 35px;
}
.spi__pages__process_tabs ul li button.active .ic {
  height: 85px;
  width: 85px;
}
.spi__pages__process_tabs ul li button.active:after {
  height: 35%;
}
.spi__pages__process_tabs ul li:nth-child(1) button:after {
  background: rgba(238, 113, 30, 0.7);
}
.spi__pages__process_tabs ul li:nth-child(2) button:after {
  background: rgba(144, 94, 115, 0.7);
}
.spi__pages__process_tabs ul li:nth-child(3) button:after {
  background: rgba(143, 80, 64, 0.7);
}
.spi__pages__process_tabs ul li:nth-child(4) button:after {
  background: rgba(171, 109, 59, 0.7);
}
.spi__pages__process_tabs_content .title {
  height: 123px;
}
@media only screen and (max-width: 800px) and (min-width: 500px) {
  .spi__pages__process_tabs_content .title {
    height: 150px;
  }
}
@media only screen and (max-width: 500px) {
  .spi__pages__process_tabs_content .title {
    height: 150px;
  }
}
.spi__pages__process_tabs_content .title .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 800px) and (min-width: 500px) {
  .spi__pages__process_tabs_content .title .container {
    flex-direction: column;
    justify-content: space-around;
  }
}
@media only screen and (max-width: 500px) {
  .spi__pages__process_tabs_content .title .container {
    flex-direction: column;
    justify-content: space-around;
  }
}
.spi__pages__process_tabs_content .title .container label {
  color: #ffffff;
  font-size: 64px;
  font-weight: 200;
  line-height: 19.6px;
}
@media only screen and (max-width: 500px) {
  .spi__pages__process_tabs_content .title .container label {
    font-size: 40px;
  }
}
.spi__pages__process_tabs_content .title .container ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 5px;
}
.spi__pages__process_tabs_content .title .container ul li button {
  width: 48px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  color: #828282;
  transition-duration: 0.2s;
}
@media only screen and (max-width: 500px) {
  .spi__pages__process_tabs_content .title .container ul li button {
    width: 35px;
    height: 35px;
  }
}
.spi__pages__process_tabs_content .title .container ul li button.active {
  background: #404852;
  color: #ffffff;
}
.spi__pages__process_tabs_content .body {
  position: relative;
  z-index: 0;
  padding-block: 70px;
}
.spi__pages__process_tabs_content .body .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.spi__pages__process_tabs_content .body .box {
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 800px) and (min-width: 500px) {
  .spi__pages__process_tabs_content .body .box {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .spi__pages__process_tabs_content .body .box {
    width: 100%;
  }
}
.spi__pages__process_tabs_content .body .box_title {
  border-radius: 0 90px 0 0;
  font-size: 40px;
  font-weight: 800;
  line-height: 44px;
  padding: 20px 80px;
  color: #ffffff;
}
@media only screen and (max-width: 500px) {
  .spi__pages__process_tabs_content .body .box_title {
    font-size: 30px;
    font-weight: 800;
    line-height: 30px;
    padding: 20px 40px;
  }
}
.spi__pages__process_tabs_content .body .box_content {
  background: rgba(255, 255, 255, 0.9);
  color: #404852;
  padding: 80px 90px;
  border-radius: 0 0 0 90px;
}
@media only screen and (max-width: 500px) {
  .spi__pages__process_tabs_content .body .box_content {
    padding: 30px 30px;
  }
}
.spi__pages__process_varieties h3 {
  font-size: 40px;
  font-weight: 400;
  line-height: 28.8px;
  letter-spacing: 1px;
  color: #ea5b2a;
}
.spi__pages__process_varieties h2 {
  font-size: 40px;
  font-weight: 800;
  line-height: 47px;
  color: #1f1e17;
  margin-block: 33px;
}
.spi__pages__process_varieties .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin: 0 auto;
  margin-bottom: 45px;
  padding-bottom: 20px;
  width: fit-content;
}
.spi__pages__process_varieties .box img {
  width: auto;
  max-width: 288px;
  height: 288px;
  object-fit: contain;
  border-radius: 20px;
}
.spi__pages__process_varieties .box label {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: #07260e;
}
.spi__pages__process_varieties .box button {
  display: block;
  width: 100%;
}
.spi__pages__process .tab-content .tab-pane:nth-child(1) .title {
  background: #ee711e;
}
.spi__pages__process .tab-content .tab-pane:nth-child(1) .box_title {
  background: rgba(238, 113, 30, 0.7);
}
.spi__pages__process .tab-content .tab-pane:nth-child(2) .title {
  background: #905e73;
}
.spi__pages__process .tab-content .tab-pane:nth-child(2) .box_title {
  background: rgba(144, 94, 115, 0.7);
}
.spi__pages__process .tab-content .tab-pane:nth-child(3) .title {
  background: #8f5040;
}
.spi__pages__process .tab-content .tab-pane:nth-child(3) .box_title {
  background: rgba(143, 80, 64, 0.7);
}
.spi__pages__process .tab-content .tab-pane:nth-child(4) .title {
  background: #ab6d3b;
}
.spi__pages__process .tab-content .tab-pane:nth-child(4) .box_title {
  background: rgba(171, 109, 59, 0.7);
}
.spi__pages__packing_data h3 {
  font-size: 40px;
  font-weight: 400;
  line-height: 28.8px;
  letter-spacing: 1px;
  color: #ea5b2a;
}
.spi__pages__packing_data h2 {
  font-size: 40px;
  font-weight: 800;
  line-height: 47px;
  color: #1f1e17;
  margin-block: 33px;
}
.spi__pages__packing .vid {
  position: relative;
  display: flex;
  height: 440px;
  z-index: 0;
  padding: 20px;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 25px;
}
.spi__pages__packing .vid .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px 50px 10px 10px;
  object-fit: cover;
  z-index: -2;
}
.spi__pages__packing .vid label {
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
  display: block;
  color: #ffffff;
  margin-bottom: 15px;
}
.spi__pages__packing .vid p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #ffffff;
}
.spi__pages__packing .vid:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.5) 20%,
    transparent 55%
  );
  border-radius: 10px 50px 10px 10px;
}
.spi__pages__packing_photogrid > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 0;
  margin-block: 50px;
}
.spi__pages__packing_photogrid > div img {
  flex: 1;
  aspect-ratio: 1 / 1;
  transition-duration: 0.2s;
}
.spi__pages__packing_photogrid > div img:hover {
  transform: scale(1.1);
  border-radius: 15px;
  box-shadow: 0 0 9px #000;
}
.spi__pages__packing_photogrid > div:before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 100px;
  background: #ffffff;
  border-radius: 0 0 100% 100%;
  z-index: 1;
}
.spi__pages__packing_photogrid > div:after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 100px;
  background: #ffffff;
  border-radius: 100% 100% 0 0;
  z-index: 1;
}
.spi__pages__packing_trust_title {
  width: 80%;
  margin: 0 auto;
}
.spi__pages__packing_trust_title h1 {
  font-size: 43.2px;
  font-weight: 700;
  line-height: 64.8px;
  letter-spacing: -0.0167em;
  text-align: center;
  color: #07260e;
  margin-bottom: 40px;
}
.spi__pages__packing_trust_title p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #404852;
}
.spi__pages__packing_trust_info {
  margin: 50px auto;
  position: relative;
  z-index: 0;
  padding-block: 100px;
  text-align: center;
}
.spi__pages__packing_trust_info .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.spi__pages__packing_trust_info h1 {
  font-size: 36px;
  font-weight: 600;
  line-height: 43.2px;
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
  margin-bottom: 45px;
  width: 80%;
}

.spi__pages__packing_trust_info p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  font-weight: 500;
  line-height: 22px;
  color: #ffffff;
}

.spi__pages__packing_trust_info:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(234, 91, 42, 0.7);
}
.spi__pages__sustainability_data h3 {
  font-size: 40px;
  font-weight: 400;
  line-height: 28.8px;
  letter-spacing: 1px;
  color: #ea5b2a;
}
.spi__pages__sustainability_data h2 {
  font-size: 40px;
  font-weight: 800;
  line-height: 47px;
  color: #905e73;
  margin-block: 33px;
}
.spi__pages__sustainability_data p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #404852;
  margin-bottom: 44px;
}
.spi__pages__sustainability_content_img {
  padding-top: 50px;
}
.spi__pages__sustainability_content_img img {
  width: 100%;
  height: auto;
  border-radius: 0 50%;
}
.spi__pages__sustainability_content_data h1 {
  font-size: 96px;
  font-weight: 300;
  line-height: 75px;
  color: #ea5b2a;
  text-align: right;
  margin-bottom: 20px;
}
.spi__pages__sustainability_content_data h2 {
  font-size: 40px;
  font-weight: 800;
  line-height: 47px;
  color: #905e73;
  margin-bottom: 15px;
}
.spi__pages__sustainability_content_data p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4d5053;
}
.spi__pages__sustainability_content_data ul {
  padding: 0;
  list-style: none;
  margin-block: 50px;
}
.spi__pages__sustainability_content_data ul li {
  display: flex;
  align-items: center;
  gap: 36px;
}
.spi__pages__sustainability_content_data ul li img {
  background-color: #eee2d7;
  height: 80px;
  width: 80px;
  padding: 18px;
  border-radius: 50%;
}
.spi__pages__sustainability_content_data ul li label {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: #905e73;
  display: block;
}
.spi__pages__sustainability_content_data ul li span {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #808080;
}
.spi__pages__sustainability_content_data ul li:not(:last-child) {
  margin-bottom: 40px;
}
.spi__pages__sustainability_content .row {
  margin-bottom: 50px;
}
.spi__pages__sustainability_content .row:nth-child(even) {
  flex-direction: row-reverse;
}
.spi__pages__sustainability_content .row:nth-child(even) h1 {
  text-align: left;
}
.spi__pages__sustainability_content .row:nth-child(even) .h {
  border-radius: 50% 0;
}
/*********************************************************************************************************/
.spi__pages__news_data {
  text-align: center;
}
.spi__pages__news_data h3 {
  font-size: 40px;
  font-weight: 400;
  line-height: 28.8px;
  letter-spacing: 1px;
  color: #ea5b2a;
}
.spi__pages__news_data h2 {
  font-size: 40px;
  font-weight: 800;
  line-height: 47px;
  color: #905e73;
  margin-block: 33px;
}
.spi__pages__news_big {
  position: relative;
  z-index: 0;
  padding: 50px;
}
@media only screen and (max-width: 500px) {
  .spi__pages__news_big {
    padding: 10px;
  }
}
.spi__pages__news_big .big {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px 100px 10px 10px;
  z-index: -2;
}
.spi__pages__news_big label {
  font-size: 40px;
  font-weight: 800;
  line-height: 47px;
  display: block;
  margin-bottom: 30px;
  color: #ffffff;
  max-width: 80%;
  text-shadow: 2px 2px BLACK;
}
@media only screen and (max-width: 500px) {
  .spi__pages__news_big label {
    font-size: 30px;
    line-height: 40px;
    max-width: 100%;
  }
}
.spi__pages__news_big p {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: #ffffff;
  max-width: 80%;
}
.spi__pages__news_big a {
  font-size: 15px;
  font-weight: 600;
  line-height: 27px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
}
.spi__pages__news_big:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.8) 30%,
    transparent 70%
  );
  border-radius: 10px 100px 10px 10px;
}
.spi__pages__news_area {
  margin-block: 100px;
}
.spi__pages__news_area .box {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 80%;
  margin: 0 auto;
}
.spi__pages__news_area .box > img {
  height: 200px;
  width: 100%;
  border-radius: 0 90px 0 0;
}
.spi__pages__news_area .box label {
  font-size: 24px;
  font-weight: 600;
  line-height: 28.8px;
  color: #04000b;
  margin-top: 15px;
}
.spi__pages__news_area .box a {
  font-size: 15px;
  font-weight: 600;
  line-height: 27px;
  margin-top: 20px;
  text-decoration: none;
  text-transform: uppercase;
  color: #04000b;
}
.spi__pages__news_area .box .date {
  display: flex;
  flex-direction: column;
  width: 80px;
  align-items: center;
  position: absolute;
  top: 140px;
}
.spi__pages__news_area .box .date span:nth-child(1) {
  background: #f7c35f;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
  color: #75292e;
  height: 60px;
}
.spi__pages__news_area .box .date span:nth-child(2) {
  background: #75292e;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
  color: #fff;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 30px;
}
.spi__pages__news_area .box .data {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media only screen and (max-width: 1024px) and (min-width: 800px) {
  .spi__pages__news_area .box .data {
    flex-direction: column;
  }
}
@media only screen and (max-width: 800px) and (min-width: 500px) {
  .spi__pages__news_area .box .data {
    flex-direction: column;
  }
}
@media only screen and (max-width: 500px) {
  .spi__pages__news_area .box .data {
    flex-direction: column;
  }
}
.spi__pages__news_area .box .data span {
  font-size: 17px;
  font-weight: 400;
  line-height: 30.6px;
  color: #666666;
}
.spi__pages__news_instagram {
  text-align: center;
}
.spi__pages__news_instagram h3 {
  font-size: 40px;
  font-weight: 400;
  line-height: 28.8px;
  letter-spacing: 1px;
  color: #ea5b2a;
}
.spi__pages__news_instagram h2 {
  font-size: 40px;
  font-weight: 800;
  line-height: 47px;
  color: #905e73;
  margin-block: 33px;
}
.spi__pages__news_instagram_posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px;
  max-width: 1000px;
  margin: 0 auto;
}
.spi__pages__news_instagram_posts a img {
  aspect-ratio: 1/1;
}
/**************************************************************************************/
.spi__pages__news_details .big {
  height: 400px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 60px;
}

.spi__pages__news_details hr {
  width: 50%;
  margin: 20px auto;
  border: none;
  height: 2px;
  background-color: #905e73;
}

.spi__pages__news_details label {
  font-size: 40px;
  font-weight: 800;
  line-height: 47px;
  color: #905e73;
  margin-bottom: 50px;
}
.spi__pages__news_details p {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: #404852;
}
.spi__pages__news_details li {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: #404852;
}
.spi__pages__news_details .accordion button {
  font-size: 15px;
  font-weight: 600;
  line-height: 27px;
  text-transform: uppercase;
  color: #04000b;
  text-decoration: none;
}
.spi__pages__news_details .accordion button:not(.collapsed) {
  background-color: #eee2d8 !important;
}
.spi__pages__faq_data {
  text-align: center;
}
.spi__pages__faq_data h3 {
  font-size: 40px;
  font-weight: 400;
  line-height: 28.8px;
  letter-spacing: 1px;
  color: #ea5b2a;
}
.spi__pages__faq_data h2 {
  font-size: 40px;
  font-weight: 800;
  line-height: 47px;
  color: #905e73;
  margin-block: 33px;
}
.spi__pages__faq_content {
  gap: 40px;
}
.spi__pages__faq_content .nav-pills {
  width: 310px;
  background: #fff7f0;
  padding: 40px 24px;
  border-radius: 12px;
}
.spi__pages__faq_content .nav-pills label {
  font-size: 24px;
  font-weight: 700;
  line-height: 30.24px;
  color: #8f5040;
  margin-bottom: 30px;
}
.spi__pages__faq_content .nav-pills button {
  text-align: start;
  background: transparent !important;
  border-bottom: 1px solid #dedede;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #878680;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.spi__pages__faq_content .nav-pills button.active {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: #75292e;
}
.spi__pages__faq_content .tab-content {
  width: calc(100% - 350px);
}
.spi__pages__faq_content .tab-content .accordion .accordion-item {
  border: 1px solid #f0f8f8;
  border-radius: 12px;
  margin-block: 12px;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.05);
}
.spi__pages__faq_content .tab-content .accordion .accordion-item h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: #130b01;
}
.spi__pages__faq_content .tab-content .accordion .accordion-item h2 button {
  background-color: transparent;
}
.spi__pages__faq_files {
  margin-top: 100px;
}
.spi__pages__faq_files_container {
  padding-block: 80px;
  background-color: #fff7f0;
}
.spi__pages__faq_files_container_categories ul {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
}
.spi__pages__faq_files_container_categories ul button {
  display: flex;
  flex-direction: column;
  padding: 5px;
  width: 130px;
  text-decoration: none;
  margin: 0;
}
.spi__pages__faq_files_container_categories ul button img {
  width: 120px;
  height: 120px;
  background-color: #fff;
  border-radius: 20px;
  padding: 35px;
  margin-bottom: 8px;
}
.spi__pages__faq_files_container_categories ul button label {
  font-size: 15px;
  font-weight: 600;
  line-height: 19.5px;
  color: #75292e;
  text-align: start;
}
.spi__pages__faq_files_container_categories ul button span {
  font-size: 13px;
  font-weight: 500;
  line-height: 19.5px;
  color: #404852;
}
.spi__pages__faq_files_container_categories ul button.active {
  background-color: #905e73 !important;
  border-radius: 25px 25px 10px 10px;
}
.spi__pages__faq_files_container_categories ul button.active label,
.spi__pages__faq_files_container_categories ul button.active span {
  color: #ffffff !important;
}
.spi__pages__faq_files_container_files {
  display: flex;
  flex-direction: column;
  margin-top: 80px;
}
.spi__pages__faq_files_container_files .tab-pane > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.spi__pages__faq_files_container_files .tab-pane > div > div {
  display: flex;
  gap: 30px;
}
.spi__pages__faq_files_container_files label {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  display: block;
  color: #75292e;
}
.spi__pages__faq_files_container_files span {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #8d8d8d;
}
.spi__pages__contact_data {
  text-align: center;
}
.spi__pages__contact_data h3 {
  font-size: 40px;
  font-weight: 400;
  line-height: 28.8px;
  letter-spacing: 1px;
  color: #ea5b2a;
}
.spi__pages__contact_data h2 {
  font-size: 40px;
  font-weight: 800;
  line-height: 47px;
  color: #905e73;
  margin-block: 33px;
}
.spi__pages__contact_info {
  position: relative;
  z-index: 0;
  padding-block: 90px;
  margin-top: 50px;
  color: #905e73;
}
@media only screen and (max-width: 800px) and (min-width: 500px) {
  .spi__pages__contact_info {
    padding-block: 50px;
  }
}
@media only screen and (max-width: 500px) {
  .spi__pages__contact_info {
    padding-block: 20px;
  }
}
.spi__pages__contact_info .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.spi__pages__contact_info label {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 24px;
}
.spi__pages__contact_info h2 {
  font-size: 40px;
  font-weight: 800;
  line-height: 47px;
}
.spi__pages__contact_info h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.spi__pages__contact_info h6:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 27px;
  background: #000;
  left: 0;
  bottom: 0;
}
.spi__pages__contact_info h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.10000000149011612px;
  margin: 0;
}
.spi__pages__contact_info h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  margin: 0;
}
.spi__pages__contact_form {
  background-color: #fff7f0;
  padding-block: 72px;
}
.spi__pages__contact_form label:not(.ch) {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  display: block;
  color: #905e73;
}
.spi__pages__contact_form input:not(type[radio]),
.spi__pages__contact_form textarea:not(type[radio]) {
  background-color: transparent;
  border: none;
  width: 100%;
  display: block;
  border-bottom: 1px solid #cacaca;
  font-size: 20px;
  padding-block: 15px;
}
.spi__pages__contact_form button {
  background: #75292e;
  border: none;
  border-radius: 5px;
  color: #fff;
  padding: 25px 50px;
  margin-top: 50px;
}
.spi__pages__contact_form .checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-end;
}
.spi__pages__contact_form .checkboxes > div {
  border: 1px solid #000;
  border-radius: 24px;
  padding: 10px 20px;
}
.spi__pages__contact_form .checkboxes > div label {
  font-size: 13px;
  font-weight: 500;
  display: flex;
  gap: 10px;
}
.spi__pages__contact_form .checkboxes > div label .one {
  display: none;
}
.spi__pages__contact_form .checkboxes > div label .one + span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #000;
}
.spi__pages__contact_form .checkboxes > div label .one:checked + span {
  background-color: #ea5b2a;
}

.shadows-into-light-regular {
  font-family: "Shadows Into Light", cursive;
  font-style: normal;
}

.btn-outline-warning {
  color: #ea5b2a;
  border-color: #ea5b2a;
}
.btn-outline-warning:hover {
  color: #ffffff;
  background-color: #ea5b2a;
  border-color: #ea5b2a;
}
/*********************************************************************************************/

.model_pg .modal-content {
  border: 6px solid #ffffff;
  border-radius: 10px;
  background-color: #ea5b2a;
  color: #ffffff;
}
.model_pg .modal-content .modal-body {
  position: relative;
  padding: 70px;
}
.model_pg .modal-content .modal-body table {
  color: #ffffff;
}
.model_pg .modal-content .modal-body ul {
  list-style: none;
  padding: 0;
}
.model_pg .modal-content .modal-body ul li {
  margin-bottom: 15px;
}
.model_pg .modal-content .modal-body ul li img {
  border-radius: 50%;
  border: 1px solid #ffffff;
}

.model_pg .modal-content .modal-body .btn-close {
  background-color: #ffffff;
  position: absolute;
  top: -22px;
  right: -22px;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  opacity: 1;
}

.vidmodel .modal-content {
  border: 6px solid #ffffff;
  border-radius: 10px;
  background-color: #ea5b2a;
  color: #ffffff;
}
.vidmodel .modal-content .modal-body {
  position: relative;
  padding: 20px;
}
.vidmodel .modal-content .modal-body .btn-close {
  background-color: #ffffff;
  position: absolute;
  top: -22px;
  right: -22px;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  opacity: 1;
}

#image_data_modal .modal-content {
  border: 6px solid #ffffff;
  border-radius: 10px;
  background-color: #1f1e17;
  color: #ffffff;
}
#image_data_modal .modal-content .modal-body {
  position: relative;
  padding: 0px;
}
#image_data_modal .modal-content .modal-body .btn-close {
  background-color: #ffffff;
  position: absolute;
  top: -22px;
  right: -22px;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  opacity: 1;
}
#image_data_modal .modal-content .modal-body #preview_image {
  width: 500px;
  height: 500px;
  margin: 15px;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #8f5040;
  font-weight: 500;
}

.flip-card {
  background-color: transparent;
  perspective: 1000px;
  height: 100%;
}
.flip-card .flip-card-inner {
  position: relative;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.flip-card .flip-card-inner .flip-card-front,
.flip-card .flip-card-inner .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-card .flip-card-inner .flip-card-front {
  background-color: #ffffff;
}
.flip-card .flip-card-inner .flip-card-back {
  padding: 20px;
  background-color: #ea5b2a;
  color: #ffffff;
  transform: rotateY(180deg);
}
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/*# sourceMappingURL=main.css.map */
/*additions*/
#dynamic-title{list-style-type: none;}
/********************************************************packingflip-card2***********************************************************/


.flip-card2 {
  background-color: transparent;
  perspective: 1000px;
  height: 100%;
}
.flip-card2 .flip-card-inner2 {
  position: relative;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.flip-card2 .flip-card-inner2 .flip-card-front2,
.flip-card2 .flip-card-inner2 .flip-card-back2{
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-card2 .flip-card-inner2 .flip-card-front2 {
  background-color: #ffffff;
}
.flip-card2 .flip-card-inner2 .flip-card-back2 {
  padding: 20px;
  color: #ffffff;
  transform: rotateY(180deg);
}
.flip-card2:hover .flip-card-inner2 {
  transform: rotateY(180deg);
}
.spi__pages__packing_box .flip-card-front2 > div:nth-child(1) {
  margin-top: 30px;
}
.spi__pages__packing_box .flip-card-front2 > div:nth-child(1) img {
  height: 160px;
  width: auto;
  object-fit: none;
  object-position: left;
}
.spi__pages__packing_box .flip-card-front2 > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  padding-inline: 20px;
  text-align: right;
}
.spi__pages__packing_box .flip-card-front2 > div:nth-child(2) label {
  font-size: 90px;
  font-weight: 300;
  line-height: 90px;
 
}
.spi__pages__packing_box .flip-card-front2 > div:nth-child(2) span {
  font-size: 40px;
  font-weight: 800;
  line-height: 47px;
 
}
.spi__pages__packing_box .flip-card-front2 > div:nth-child(2) p {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.10000000149011612px;
  
}
