/* loader new css */

* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  top: 0px;
  left: 0px;
  margin: 0 auto;
  height: 100%;
}

.res-container {
  width: 100%;
  position: absoulte;
  margin-bottom: 0;
}

.res-row {
  background-color: #f6f6f6;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW - Opera 12.1, Firefox 20+ */
}

#box {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  width: 100%;
  /* Old syntax, otherwise collapses. */

}

/*...................*/
#block-1 {
  position: relative;
  top: 0;
  Bottom: 0;
  left: 0;
  right: 0;
  background: white;
  /* height: 100vh;   */
  width: 100%;
  margin-bottom: 0;
  display: block;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
}

#block-2 {
  position: relative;
  top: 0;
  Bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  height: 100vh;
  width: 100%;
  margin-bottom: 0;
  display: block;
}

.b3 {
  position: fixed;
}

/*****************/
#loader-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

#loading {
  background-color: #ec1f2f;
  /* background-color: #09142e; */
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 2;
  margin-top: 0px;
  top: 0px;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 2px solid white;
  transform: translate(-50%, -50%);
}

#object {
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
}


#object {
  animation: object .9s linear;
  transform-origin: center center;
}

@keyframes object {
  0% {
    transform: scale(0);
    opacity: 0
  }

  50% {
    transform: scale(1.5);
    opacity: 1
  }

  100% {
    transform: scale(1);
    opacity: 1
  }
}


#loader:before,
#loader:after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  /* height: 3px; */
  transform: translate(-50%, 0);
}

#loader:before {
  background-color: #262626;
  animation: loading 3400ms cubic-bezier(0.23, 1, 0.32, 1);
}

#loader:after {
  background-color: #fff;
  animation: loading 2500ms 500ms cubic-bezier(0.23, 1, 0.32, 1);
}

@keyframes loading {
  75% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(100%, 0);
  }
}

/***********************/




/* @keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 16413.73046875px;
    stroke-dasharray: 16413.73046875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 16413.73046875px;
  }
} */

/* .svg-elem-1 {
  animation: animate-svg-stroke-1 2s cubic-bezier(0.95, 0.05, 0.795, 0.035) 0s both;
} */

/* .child-svg-2{
  border: 1px solid black;
  width: 300px;
  height: 300px;
} */


/***************************************************
* Generated by SVG Artista on 4/26/2024, 5:41:18 PM
* MIT license (https://opensource.org/licenses/MIT)
* W. https://svgartista.net
**************************************************/
/* .main{
  margin: 0;
  height: 100%;
  display: flex;
  justify-content: center;
} */
.loader-container {
  left: 50%;
  top: 50%;
  width: fit-content;
  transform: translate(-50%, -50%);
  position: absolute;
  display: flex;
  align-items: center;
}

.loader-container .company-logo {
  position: absolute;
  left: 50%;
  width: 100px;
  transform: translateX(-50%);
  transition: transform 1s, left 1s ease-in-out;
  transform-origin: center;
}

.loader-container .company-name {
  width: 500px;
  opacity: 0;
  left: 50%;
  transition: opacity 1.5s ease-in-out;
}

@media (max-width: 760px) {
  .loader-container .company-logo {
    width: 20%;
  }

  .loader-container .company-name {
    width: 100%;

  }
}

/* .loader-container img {
  position: absolute;
  top: 20%;
  left: 35%;
  transform: translate(-50%, -50%);
  max-width: 40%; 
  max-height: 80%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  animation: animateImage 2s forwards; 
} */

/*************************/

/* *********************************** */
/* RESPONSIVE CSS FOR PRELOADER START */
/* *********************************** */


/* *********************************** */
/* RESPONSIVE CSS FOR PRELOADER END */
/* *********************************** */


/**************************/



/***********SLIDE DOWN***************/

.slideDown {
  bottom: 0 !important;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

.slideDown {
  animation-name: slideDown;
  -webkit-animation-name: slideDown;

  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}

@keyframes slideDown {
  from {
    transform: translateY(0%);
  }

  to {
    transform: translateY(100%);
  }
}

@-webkit-keyframes slideDown {
  from {
    transform: translateY(0%);
  }

  to {
    transform: translateY(100%);
  }
}

/*********************/

.slideInUp {
  animation-name: slideInUp;
  -webkit-animation-name: slideInUp;

  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  -webkit-animation-timing-function: ease-in;
  visibility: visible !important;
}

@keyframes slideInUp {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0%);
  }
}

@-webkit-keyframes slideInUp {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0%);
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;

  animation-name: zoomOut;
  -webkit-animation-name: zoomOut;

  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-iteration-count: 2;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}


/* loader new css */







/* PEOPLE SWIPER */

/* ESG CSS */
.section-esg .gallery-box {
  transition: width 0.35s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .section-esg .gallery-box {
    transition: none;
  }
}

.section-esg .gallery-box .gal-outer {
  position: relative;
  /* Add this line */
  overflow: hidden;
  /* Add this line */
}

.section-esg .gallery-box .gal-outer .overlay {
  background: #000;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.7035189076) 87%,
      rgb(0, 0, 0) 100%);
  top: 0;
  right: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  border-radius: 0.5rem;
  opacity: 0;
  /* Change initial opacity to 0 */
  transition: opacity 0.35s ease-in-out;
}

.section-esg .gallery-box:hover .gal-outer .overlay {
  opacity: 1;
  /* Change opacity to 1 on hover */
}

.section-esg .gallery-box .gal-outer .gal-text {
  bottom: 10px;
  left: 25px;
}

.section-esg .gallery-box .gal-outer .gal-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}

/* NEWS LINK */
.news-item a {
  color: white;

}

.news-item a:hover {
  width: 40px;
}

.navbar .nav-item {
  z-index: 100000;
}

.loading .charka-img {
  width: 30%;
  height: 20%;
}

.loading .parent-span {
  width: 30%;
  height: 20%;
}

canvas {
  /* z-index: 3; */
  /* background-image: radial-gradient(#666, #333); */
  background-color: #EC1E2F;
}

#instructions {
  position: absolute;
  color: #fff;
  bottom: 0;
  padding-bottom: 6px;
  font-family: sans-serif;
  width: 100%;
  text-align: center;
  pointer-events: none;
}

/* ********TRADING VIEW AND CORPORATE VIDEO CSS */
.corp-and-trade-view-container {
  display: flex;
}

/* ********ESG CARDS CSS */

.grid {
  position: relative;
  margin: 0 auto;

  padding: 1em 0 4em;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  text-align: center;
}

.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  max-height: 360px;
  width: 48%;
  height: 340px;
  background: #3085a3;
  text-align: center;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  width: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.grid figure figcaption>a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  font-weight: 300;
  font-size: 30px;
  color: #fff;
}

.grid figure h2 span {
  font-weight: 800;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

figure.effect-sarah {
  background: #000;
}

figure.effect-sarah img {
  max-width: none;
  width: 105%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure.effect-sarah:hover img {
  opacity: 0.4;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-sarah figcaption {
  text-align: left;
}

figure.effect-sarah figcaption p a {
  color: white;
}

figure.effect-sarah figcaption p a:hover {
  color: red;
}



figure.effect-sarah h2 {
  position: relative;
  overflow: hidden;
  padding: 0.5em 0;
}

figure.effect-sarah h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: red;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

figure.effect-sarah:hover h2::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-sarah p {
  padding: 1em 0;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

figure.effect-sarah:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 1024px) {
  .grid figure {
    display: block;
    width: 100%;
    /* height: 100%; */
  }


@media (max-width: 468px) {
  .grid figure {
    display: block;
    width: 100%;
    /* height: 100%; */
  }

  .grid figure h2 {
    font-weight: 300;
    font-size: 20px;
    color: #fff;
  }
}

/* .loader-container img{
  animation: animateImage 1s ease-in-out;
} */
@keyframes animateImage {
  from {
    transform: rotate(360deg) scale(0.5);
  }

  to {
    transform: rotate(0deg) scale(1);
  }
}

