@import url(../css/aos.css);
@import url(../css/animate.css);
@import url(../css/swiper.min.css);
@import url(../css/default.css);

@font-face {
  font-family: 'helvetica_neuelight';
  src: url('../font/helveticaneuelight-webfont.woff2') format('woff2'),
    url('../font/helveticaneuelight-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'helvetica_neuethin';
  src: url('../font/helveticaneuethin-webfont.woff2') format('woff2'),
    url('../font/helveticaneuethin-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

:root {
  /* Colors: */
  --color-e01837: #e01837;
  --color-f6f6f6: #f6f6f6;
  --color-2c2c2c: #2c2c2c;
  --color-ffffff: #ffffff;
  --color-000000: #000000;

  --font-family-helvetica_neuelight: 'helvetica_neuelight';
  --font-family-helvetica_neuethin: 'helvetica_neuethin';

  --font-style-normal: normal;
  --font-size-14: 14px;

  --font-size-16: 16px;
  --font-size-18: 18px;
  --font-size-20: 20px;
  --font-size-22: 22px;
  --font-size-25: 25px;
  --font-size-30: 30px;
  --font-size-35: 35px;
  --font-size-40: 40px;
  --font-size-50: 50px;
  --font-size-65: 65px;
  --font-size-72: 72px;
  --font-size-150: 150px;

  --character-spacing-0: 0px;

  --line-height-inherit: inherit;
  --font-weight-Thin: 100;
  --font-weight-ExtraLight: 200;
  --font-weight-Light: 300;
  --font-weight-Regular: 400;
  --font-weight-Medium: 500;
  --font-weight-SemiBold: 600;
  --font-weight-Bold: 700;
  --font-weight-ExtraBold: 800;
  --font-weight-Black: 900;
  --font-weight-normal: normal;
}


* {
  outline: 0;
}

html {
  scroll-behavior: smooth;
}

.section-space {
  padding: 8rem 0;
}

body {
  font-style: var(--font-style-normal);
  line-height: var(--line-height-27);
  font-weight: var(--font-weight-Regular);
  margin: 0;
  padding: 0;
  font-family: var(--font-family-helvetica_neuelight);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.clr {
  width: 100%;
  float: left;
}

.img {
  width: 100%;
}

a,
.btn,
button {
  outline: none;
  cursor: pointer;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

a:focus,
.btn:focus,
button:focus,
.custom-select:focus,
.form-control:focus {
  outline: none;
  box-shadow: none;
}

.btn:hover,
a:hover,
button:hover {
  color: var(--color-ec1f2b);
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

h4,
h2,
h3,
h4,
h5,
h6 {
  text-transform: normal;
  margin-bottom: 15px;
  font-family: var(--font-family-helvetica_neuelight) !important;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
  font-size: var(--font-size-16);
}


button, input, optgroup, select, textarea {
  font-family: var(--font-family-helvetica_neuelight)
}

header,
footer,
section {
  width: 100%;
  float: left;
}

.text-gold {
  color: var(--color-bf970a)
}

p {
  font-size: var(--font-size-18);
  line-height: 25px;
  font-weight: var(--font-weight-Regular);
  text-align: justify;
  color: var(--color-000000);
}

h3 {
  font-size: var(--font-size-72);
  font-weight: var(--font-weight-Thin);
  color: var(--color-e01837);
  text-transform: uppercase;
  font-family: var(--font-family-helvetica_neuethin) !important;
}

h4 {
  font-size: var(--font-size-40);
  font-weight: var(--font-weight-Light);

}

h5 {
  font-size: var(--font-size-35);
  font-weight: var(--font-weight-Light);

}

h6 {
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-Light);

}





.swiper-pagination-bullet-active {
  background-color: var(--color-e01837) !important;
  border: transparent;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0;
  left: 0;
  width: 100%;

}
.swiper-pagination-bullet {
 
  background: #ffdddd;

}

.container-fluid {
  padding: 0 6rem;
  width: 100%;
}


.button {
  pointer-events: auto;
  cursor: pointer;
  border: none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  position: relative;
  display: inline-block;
}

.button::before,
.button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.button--pan {
  font-weight: 500;
  overflow: hidden;
  color: #fff;
  padding: 0.8em 1.5rem;
  letter-spacing: 1px;
  background-color: var(--color-bf970a);
  text-transform: uppercase;
  border-radius: 15rem;
  text-align: center;
  transition: ease all 0.5s;
  display: inline-block;
  font-family: var(--font-family-whyte);
}


.button--pan span {
  position: relative;
  display: flex;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button--pan:hover {
  background-color: var(--color-023661);
}

.button--pan a {
  content: '';
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}

.button--pan::before {
  content: '';
  background-color: var(--color-3d47a6);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}

.button--pan:hover::before {
  transform: translate3d(0, -100%, 0);

}


.mobile {
  display: none;
}

.offcanvas-header {
  display: none;
}

.screen-darken {
  height: 100%;
  width: 0%;
  z-index: 30;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  transition: opacity .2s linear, visibility 0.2s, width 2s ease-in;
}

.screen-darken.active {
  transition: opacity .3s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
  z-index: 9;
}

.round-box {
  position: absolute;
  text-align: center;
  display: flex
;
  align-items: center;
  justify-content: center;
  height: auto;
  width: auto;
  left: 20%;
  z-index: 9;
  top: 24%;
}
.round-info h3 {
  font-size: var(--font-size-72);
  color: var(--color-ffffff);
  margin-bottom: 0;
}

.round-info h6 {
  letter-spacing: 0.1rem;
  font-weight: var(--font-weight-Light);
  margin-bottom: 0;
}

.banner .brand {
  position: absolute;
  width: 250px;
  z-index: 9;
  margin-top: 3%;
}

.banner-slider {
  z-index: 0;
}


.banner-slider img:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  border-bottom: 80px solid white;
  border-right: 80px solid red;
  width: 0;
}

.banner-slider .swiper-slide {
  height: 100%;

}




/* ============ mobile view ============ */
@media all and (max-width: 1199px) {}

@media (max-width: 1199px) {
  .navbar-dark .navbar-nav .nav-link {
    font-size: 18px;
    padding-bottom: 20px;
    padding-top: 0;
    padding-left: 0;
  }

}


.banner-slider img {
  height: 800px;
  width: 70%;
  object-fit: cover;
  display: flex;
  flex-direction: row-reverse;
  justify-content: end;
  float: right;
  position: relative;
}

.round-info {
  background-color: var(--color-e01837);
  border-radius: 50%;
  padding: 3rem;
  width: 400px;
  height: 400px;
  text-align: center;
  display: flex
;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: var(--color-ffffff);
  position: absolute;
}

/* main-banner */


.banner {
  width: 100%;
  position: relative;
  background: var(--color-ffffff);
}

.carousel-caption {
  display: none;
  position: absolute;
  right: 15%;
  top: 25%;
  left: 8%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: var(--color-3d47a6) !important;

  text-align: left;
  width: 30%;
  z-index: 9;
}

.carousel-caption h1 {
  font-size: var(--font-size-60);
}

#counter {
  display: flex;
  width: 100%;
  justify-content: space-around;
  position: relative;

}
.counter-value {
  display: flex;
  gap: 5px;
  align-items: center;
}


.counter-section {
  color: var(--color-3d47a6);
}

.counter-box {
  height: 100%;
  display: flex;
  /* justify-content: center; */
  /* flex-direction: column; */
  align-items: center;
  margin-bottom: 0;
}

.counter-box img {
  margin-right: 1rem;
}

.counter-box h3 {
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-Regular);
}

.counter-box .count {
  font-size: var(--font-size-40);
}



/* Global Styles */
ul {
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: space-between;
}

html {
  font-family: "Open Sans", sans-serif;
}

/* Flexbox and Layout */
.flex {
  display: flex;
  justify-content: space-between;
}

.container-wrapper {
  width: 1200px;
  margin: auto;
}

.border-white {
  border: 3px solid #fff;
}

.no-border {
  border: none;
}

.text-center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.text-left {
  text-align: left;
}

.uppercase {
  text-transform: uppercase;
}

.clearfix {
  clear: both;
}

.overlay-box {
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  border-radius: 50%;
}

.hidden {
  display: none;
}

::-webkit-input-placeholder {
  font-size: 14px;
}

:-ms-input-placeholder {
  font-size: 14px;
}

:-moz-input-placeholder {
  font-size: 14px;
}

/* Animations and Hover Effects */
.animate {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.relative {
  position: relative;
}

.image-style {
  width: 100px;
  height: 100px;
  border: 10px solid #fff;
  border-radius: 50%;
}

.paragraph {
  line-height: 1.5;
  color: #929292;
}

.hover-effect:hover {
  border: 10px solid #929292;
}

.heading-why {
  padding: 0 20%;
}

/* aboutsection */
.about-img-left {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
  align-items: center;
}


.about-img-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
}

.about-us {
  background-image: url(../images/about-bg.jpg);
  position: relative;

}

.about-us::after {
  background-color: #ffffff82;
  width: 50%;
  height: 100%;
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
}

.about-right {
  min-height: 500px;
  align-items: flex-start;
  justify-content: center;
  display: flex;
  padding: 3rem;
  flex-direction: column;
  position: relative;
  z-index: 9;
}




/* footer */
footer {
  background-color: var(--color-2c2c2c);
  color: var(--color-f6f6f6);
  padding-top: 40rem;
  text-align: center;
  position: relative;
}

/* footer .handshake {
  position: absolute;
  top: -23rem;
} */
footer .handshake {
  position: relative;
  margin-top: -41rem;
}

/* copy-right  */

.copy-right {
  text-align: center;
  padding: 1rem;
  background-color: var(--color-023661);
  color: var(--color-ffffff);
  /* margin: 0; */
}

.copy-right a:hover {
  color: var(--color-e01837);
  text-decoration: underline;
}

.copy-right p,
.copy-right a {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  text-decoration: none!important;
}

.copy-right p a {
  font-weight: var(--font-weight-Bold);

}

.copy-right p a:hover {
  color: var(--color-000000);
}

.nav-tabs {
  border-bottom: none;
}

.sidenav,
.mobile-toggle {
  display: none;
}

.fixed-menu {
  display: none;
}



/* back to top */

#button {
  display: inline-block;
  background-color: var(--color-e01837);
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 0;
  position: fixed;
  bottom: 75px;
  right: 10px;
  border-radius: 50%;
  transition: background-color .3s, opacity .5s, visibility .5s;
  visibility: hidden;
  z-index: 1000;
  border: 2px solid var(--color-ffffff);
  text-decoration: none;
  opacity: 0;
}

#button i {
  font-size: var(--font-size-18);
  color: var(--color-ffffff);
  top: 7px;
  position: relative;
}

#button:hover i {
  color: var(--color-ec1f2b);

}

#button::after {
  font-weight: normal;
  font-style: normal;
  font-size: 33px;
  line-height: 50px;
  color: var(--color-ffffff);
  text-decoration: none;
  border: 0;
}

#button:hover {
  cursor: pointer;
  border: 2px solid var(--color-ec1f2b);
  background-color: var(--color-ffffff);
}

#button:hover:after {
  color: var(--color-f26b28);
}

#button:active {
  border: 2px solid var(--color-f26b28);
  background-color: var(--color-ffffff);
}

#button.show {
  opacity: 1;
  visibility: visible;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  background-color: var(--color-e01837);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

#button.show:hover {
  background-color: var(--color-2c2c2c);
  color: var(--color-ffffff);
}

.social-icon {
  position: fixed;
  bottom: 120px;
  right: 10px;
  z-index: 999;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #25D366;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.social-icon i {
  color: var(--color-ffffff);
  font-size: 1.2rem;
}

.social-icon.facebook {
  background-color: #1877F2;
  bottom: 212px;
}

.social-icon.instagram {
  background: linear-gradient(45deg, 
    #f9ce34 0%,   /* Yellow at 0% */
    #ee2a7b 50%,  /* Pink at 50% */
    #6228d7 100%  /* Purple at 100% */
  );
bottom: 135px;
}
.social-icon.instagram i{
  color: var(--color-ffffff);
}
.social-icon.linkedin {
  background-color: #0077B5;
  bottom: 160px;
}

.whatsapp-btn {
  position: fixed;
  bottom: 80px;
  right: 10px;
  z-index: 999;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #25D366;
  border: 1px solid var(--color-ffffff);
  display: flex;
  align-items: center;
  justify-content: center;
}

/*Estilos solo al icono whatsapp*/
.whatsapp-btn i {
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  line-height: 0px;
}





/* faq */
.faq-box {
  display: flex;
  padding: 30px;
  /* padding-bottom: 0; */
  padding-top: 0;
}

.faq-box i {
  padding: 10px 18px;
  background-color: #00d772;
  border-radius: 50%;
  top: 19px;
  position: relative;
  margin-right: 10px;
  color: #fff;
}

.product-box img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
}

.product-box {
  text-align: center;
}



h3.title {
  display: flex;
  align-items: center;
  height: 100%;
  color: var(--color-ffffff);
  font-style: italic;
  padding: 2rem 0;
}

.leader-section .big-title {
  color: #b9122c;
  letter-spacing: 1px;
  font-weight: var(--font-weight-Bold);
  overflow: hidden;
}

.leader-section {
  background-color: var(--color-e01837);
  position: relative;
  /* top: 10%; */
  background-image: url(../images/leader-bg.png);
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom: 10rem;
}



.leader-section .row {
  z-index: 9;
}

.leader-section h4 {
  color: var(--color-ffffff);
  text-transform: uppercase;

}


.leader-box {
  margin-right: 6rem;

  background-color: #bc0029;
  padding: 1rem;
  border-radius: 2rem 2rem 0 0;
  position: relative;
}
.leader-box i {
  font-size: var(--font-size-35);
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.leader-img {
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: 2rem;
}

.leader-box img {
  /* margin: 1rem; */
  filter: drop-shadow(5px 5px 10px #0000003a);
  position: relative;
  width: 100%;
  height: 100%;

  border-radius: 2rem 2rem 0 0;
}

.leader-img::before {
  background-color: #ce0020;

  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 2rem 2rem 0 0;
}



.leader-box h6 {
  color: var(--color-ffffff);
  text-transform: uppercase;
}

.director-img {
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: 3rem;
}
.director-box img {
  margin: 1rem;
  filter: drop-shadow(5px 5px 10px #0000003a);
  position: relative;
  width: 100%;
  height: 100%;
}



.director-img::after {
  position: absolute;
  content: '';
  background-color: var(--color-e01837);
  border: 1px solid var(--color-ffffff);
  left: 0;
  width: 106%;
  height: 101%;
  top: 0;
  z-index: -1;
  background-color: transparent;
}

.director-box {
  top: -15%;
  position: relative;
}

.director-box h6 {
  color: var(--color-ffffff);
  text-transform: uppercase;
}

.network-section h3.title {
  color: var(--color-2c2c2c);
}


.main-title {
  font-size: var(--font-size-150);
  font-weight: var(--font-weight-SemiBold);
  text-transform: uppercase;
  letter-spacing: 6px;
  line-height: 12rem;
}
.sponsored-container {
  width: 100%;
  overflow: hidden;
  border: 1px solid #0003;
}
.sponsored-container .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: var(--color-e01837);
  padding: 3rem;
  overflow: hidden;
}
.sponsored-container h5 {
  height: 100%;
  font-weight: var(--font-weight-SemiBold);
  color: var(--color-e01837);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  text-align: center;
}
.sponsored-container .swiper-wrapper {
  position: relative;
}

.sponsored-container .swiper-slide {
  text-align: center;
  font-size: var(--font-size-30);
  color:var(--color-ffffff);
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  position: relative;
  overflow: hidden;
  padding: 0 50px;
}
.sponsored-container .swiper-slide::before{
  content: "//";
  color: #fff;
  position: absolute;
  right: 0;
}

.member-section {
  background-color: var(--color-f6f6f6);
  padding-top: 10rem;
  overflow: hidden;
}

.member-section .horizontal-scrolling-items {
  position: relative;
  top: -11rem;
}

.member-section .horizontal-scrolling-items span {
  color: #dcdcdc;

}

.member-section h3.title {

  color: var(--color-2c2c2c);

}

.member-menu li {
  color: var(--color-e01837);
  border-radius: 0 !important;
  text-transform: uppercase;
  width: 20%;
}

.member-menu ul {
  justify-content: center;
}

.member-section li:hover {
  color: var(--color-ffffff) !important;

}

.member-details {
  padding-top: 1rem;
  text-align: center;
}

.member-details hr {
  margin: 0.5rem 0;
}

.member-details h5,
.member-details h6,
.member-details p {
  margin-bottom: 0;
  text-align: center;
}

.member-details h5 {
  margin-bottom: 0;
  text-align: center;
  font-size: var(--font-size-25);
  text-transform: capitalize;
}

.member-details h6 {
  text-transform: capitalize;
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-Bold);
  letter-spacing: 1px;
}

.member-details p {
  font-size: var(--font-size-16);
}

.member-menu .nav-link.active, .member-menu .nav-pills .show>.nav-link {
  color: var(--color-ffffff) !important;
  background-color: var(--color-e01837);
  width: 100%;
  border-radius: 0;
  position: relative;
  height: 100%;
}
.member-menu .nav-link.active::after {
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 18px solid var(--color-e01837);
  position: absolute;
  content: '';
  bottom: -18px;

  left: 44%;
}

.nav-pills .nav-link {
  width: 100%;
  padding: 2rem;
  color: var(--color-2c2c2c) !important;
  font-size: var(--font-size-20);
  text-transform: uppercase;
  height: 100%;
}

.nav-pills .nav-link:hover {
  color: var(--color-ffffff) !important;
  background: var(--color-e01837);
}

.member-menu ul {
  width: 100%;
  justify-content: space-around;
  background-color: var(--color-ffffff);
  border: 1px solid #e5e5e5;
}

.member-box {
  padding: 1.5rem;

  transition: ease all 0.5s;
}

.member-box img {
  width: 100%;
  height: 100%;
  position: relative;

}

.member-box img::after {
  background-color: var(--color-e01837);
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  left: 4px;
  bottom: 4px;
}

.gallery_product.col-12 {
  padding: 0;
}

.contact-box {
  background-color: var(--color-f6f6f6);
  border-radius: 0.3rem;
  width: max-content;
  margin: auto;
  margin-top: -17px;
  z-index: 9;
  position: relative;
  filter: drop-shadow(1px 7px 9px #00000042);
}

.contact-box ul {
  justify-content: flex-start;
  display: flex;
  padding: 0.5rem 0.6rem;
  justify-content: center;
}

.contact-box ul li a {
  padding: 0 0.3rem;
  background: transparent!important;
}
.contact-box ul li a i:hover{
  transform: scale(1.2);
}

.contact-box ul li i {
  font-size: 1.3rem;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.whatsapp i{
  color: #00d772;
}

.instagram i{
  color: #C92BB7;
}

.youtube i{
  color: #FF0000;
}
.website i{
  color: #1877F2;
}
.linkedin i{
  color: #1877F2;
}
.facebook i{
  color: #1877F2;
}
.member-box:hover {
  background-color: var(--color-e01837);
  color: var(--color-ffffff);

}
.member-box p {
  text-transform: capitalize;
  transition: ease all 0.5s;
}

.member-box:hover p {
  color: var(--color-ffffff);

}

.culture-section {
  background-color: var(--color-e01837);
  padding-top: 8rem;
  overflow: hidden;
  padding-bottom: 20rem;
}

.culture-box img {
  overflow: hidden;
  height: 500px;
  object-fit: cover;
  width: 100%;
  /* padding: 2rem; */
  transition: ease 0.5s all;
}

.culture-img {
  overflow: hidden;

}

.culture-box img:hover {
  transform: scale(1.1);
  overflow: hidden;

}

.culture-section .container-fluid {
  position: relative;
  z-index: 9;
}

.culture-section .big-title {
  z-index: 0;
  color: #d10632;
  top: -9rem;
}

.culture-box {
  color: var(--color-ffffff);
  margin-top: 1rem;
  padding: 2rem;
}

.culture-section .culture-box:nth-child(even) {
  margin-top: 8rem;
}

.culture-box h6 {
  margin-top: 1rem;
}

.network-box {
  position: relative;
  width: 85%;
}

.network-bg {
  position: absolute;
  top: 3rem;
  z-index: -1;
  right: -31px;
}

.network-section {
  overflow: hidden;
  padding-top: 10rem;

}

.network-section .detail-box {
  background-color: var(--color-e01837);
  color: var(--color-ffffff);
  position: absolute;
  bottom: -3rem;
  padding: 1rem 2rem;
  right: 0;
}

.network-section .detail-box h5 {
  color: var(--color-ffffff);
  margin-bottom: 0;
  font-size: var(--font-size-25);

}

.network-section .detail-box h4 {
  color: var(--color-ffffff);
  margin-bottom: 0;

}

.network-section .horizontal-scrolling-items {
  position: relative;
  top: -11rem;
}

.network-section .horizontal-scrolling-items span {
  color: #dcdcdc;
}

.process-wrap {
  overflow: hidden;
}

.process {
  width: 300%;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-item-align: center;
  align-self: center;
  height: 100vh !important;
}

.process__item {
  display: flex;
  align-items: center;
  padding: 0 100px;
}

.process__item span {
  font-size: 30px;
  display: block;
}

.wrapperRollingText {
  white-space: nowrap;
}

.rollingText {
  font-size: var(--font-size-72);
  display: inline-block;
  padding-left: 1rem;
  line-height: 6rem;
}

.wrapperRollingText02 {
  white-space: nowrap;
  margin-top: 10px;

}

.rollingText02 {
  font-size: var(--font-size-72);
  display: inline-block;
  padding-left: 13px;
}

#scrollingText {
  overflow: hidden;

}

.big-title {
  font-size: 200px;
  font-weight: var(--font-weight-Bold);
  position: absolute;
  text-transform: uppercase;
  overflow: hidden;
  line-height: 190px;
}

@keyframes infiniteScroll {
  from {
    transform: translateX(0)
  }

  to {
    transform: translateX(-50%)
  }
}

.container {
  width: 100%;
  overflow-x: hidden;
}

.horizontal-scrolling-items {
  display: flex;
  width: 100%;
  animation-name: infiniteScroll;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.horizontal-scrolling-items__item {
  white-space: nowrap;
  opacity: 0.3;
}