@charset "utf-8";

/*========== BASE ==========*/
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-size: .938rem;
    background-color: #D1D1D1;
}
.fonts{
    font-size: .938rem;
}

h1,
h2,
h3 {
    margin: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

p {
    line-height: 1.4;
}

img,
video {
    max-width: 100%;
    height: auto;
}

button,
input {
    border: none;
    font-family: 'Lato', sans-serif;
    font-size: .938rem;
}

button {
    cursor: pointer;
}

input {
    outline: none;
}

/* Regular CSS */
main {
    width: 100%;
    height: 100%;
    background-image: url("../images/jig-img/home/bg4.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;    
}

.main__container {
    width: 100%;
    background-color: #F6F8F8;
}
.section__height{
    padding: 1rem 0;
}

.social__mediabox {
    height: 40px;
}

.content__box {
     max-height: 100%;
     position: relative;
     left: 0%;
     top: 0%;
     padding-right: 0;
     padding-left: 0;
     max-width: 1200px;
     /*transform: translate(0%,5%);*/
    overflow: auto;
}

.left__container {
    max-height: 90vh;
    height: 100%;
    margin-right: 1rem;
    padding: 1rem;
    position: sticky;
    backdrop-filter: blur(16px) saturate(150%);
    -webkit-backdrop-filter: blur(16px) saturate(150%);
    background-color: rgba(255, 255, 255, 0.35);
}

/* Logo box start */
.logo_box {
    background-color: #001c5c;
    height: 100%;
    border-radius: 6px;
}

.logo {
    padding: 24px;
}

.vision__video video {
    border-radius: 6px 6px 0 0;
}

.vision {
    color: white;
    padding: 24px;
}

.vision h3 {
    color: #00e5ff;
    margin-top: 0;
    font-size: 1.25rem;
}

.vision p {
    font-size: .9rem;
    font-weight: 400;
    margin-bottom: 0;
    text-align: justify;
}

/* Logo box end */
/*==========================*/
/*===========================*/
/*===== RIGHT CONTAINER =====*/
/*===========================*/
.custom__margin__top{
    margin-top: 0;
}
.right__container {
    height: 100%;
    width: 100%;
    backdrop-filter: blur(16px) saturate(150%);
    -webkit-backdrop-filter: blur(16px) saturate(150%);
    background-color: rgba(255, 255, 255, 0.35);
    padding: 1rem;
}

.grid__container {
    display: grid;
    grid-template-columns: repeat(3, minmax(180px, 1fr));
    grid-gap: 1rem;
}

.grid__container .grid__item a {
    color: #e2eafd;
}

.grid__item {
    background-color: #001c5c;
    padding: .75rem;
    max-height: 250px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, .2);
    border-radius: 6px;
}

.item__three {
    grid-row: span 1 / 3;
}

.item__eight {
    grid-column: span 2 / -1;
}

/* header section start */
.inv_btnBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 100%;
}

.social__media {
    display: flex;
    justify-content: center;
    align-items: center;
}

.social__media .fa {
    color: #002878;
    font-size: 1rem;
    margin-right: 15px
}

.social__media .fa:hover {
    color: #002878;
}

.inv_btnBox .menu_box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.inv_btnBox .menu_box .login_btn {
    background-color: #002878;
    width: 100%;
    color: white;
    height: 100%;
    border: none;
    padding: 0 20px;
    margin-right: 14px;
    max-width: 300px;
}

.inv_btnBox .menu_btn {
    height: 100%;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #002878;
    font-size: 1rem;
    font-weight: 600;
}

.inv_btnBox .menu_btn .fa {
    margin-right: 6px;
}

/* header section end */
/*===== Leadership css start =====*/
.leaderBox {
    width: 100%;
}

.leader__card {
    width: 100%;
    background-color: transparent;
    padding: 0.8rem 0.5rem;
    display: flex;
    align-items: center;
}

.leader__card:not(:last-child){
    border-bottom: 1px solid rgba(255,255,255,.4);
}

.leader__img {
    width: 45px;
    height: 55px;
    margin-right: 5px;
}

.leader__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.leader__info h6 {
    font-size: .813rem;
    margin-bottom: 0;
}

.leader__info span {
    font-size: .75rem;
}

/*===== Leadership css end =====*/
/*History CSS start*/
.history__container {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.swiper {
    width: 70%;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 100%;
    background-color: #FFFFFF;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.history__box {
    position: relative;
    width: 100%;
    padding: 4px;
}

.history__box .years {
    position: absolute;
    right: 10px;
    font-weight: 600;
    background-color: crimson;
    color: white;
    padding: 0.3rem 0.5rem;
}

.history__box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: none;
}

/* Card news start */
.news__box {
    width: 100%;
    height: 100%;
    max-height: 180px;
    overflow: hidden;
    position: relative;
}

.news__box ul {
    list-style: none;
    position: relative;
}

.news__box li {
    height: auto;
    background-color: transparent;
   /* padding: .75rem;*/
    border-radius: 5px;
    /*max-width: 180px;
    box-shadow: 0 2px 6px rgba(0,0,0,.15);*/
}

.news__box .headline {
    color: #002878;
    margin: 0 0 0.35rem;
    font-size: .938rem;
    font-weight: 600;
}

.news__box p {
    text-align: left;
    color: #333333;
    overflow: hidden;
/*    text-overflow: ellipsis;
    white-space: nowrap;*/
    margin: 0;
}

.news__description{
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
}

.iijs_video{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.iijs_video iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*============================*/

.wrap {
  overflow: hidden;
}

.carousel {
  display: flex;
  left: -100%;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  transform: translateX(100%);
}
/*@media (min-width: 30em) {
  .carousel {
    left: -50%;
    transform: translateX(50%);
  }
}
@media (min-width: 40em) {
  .carousel {
    left: -33.33333%;
    transform: translateX(33.33333%);
  }
}*/

.carousel.is-reversing {
  transform: translateX(-100%);
}
/*@media (min-width: 30em) {
  .carousel.is-reversing {
    transform: translateX(-50%);
  }
}
@media (min-width: 40em) {
  .carousel.is-reversing {
    transform: translateX(-33.33333%);
  }
}*/

.carousel.is-set {
  transform: none;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.carousel-seat {
  background: #ddd;
  flex: 1 0 100%;
  order: 2;
}
/*.carousel-seat:nth-child(even) {
  background: #d5d5d5;
}*/
/*@media (min-width: 30em) {
  .carousel-seat {
    flex-basis: 50%;
  }
}
@media (min-width: 40em) {
  .carousel-seat {
    flex-basis: 33.33333%;
  }
}*/

.carousel-seat.is-ref {
  order: 1;
}
.news-heading{
    color: aqua !important;
    margin-bottom: .5rem;
    border-bottom: 1px solid rgba(255,255,255,.5);
}
.controls {
  padding: 10px 0;
  text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}
.controls button {
  background-color: transparent;
  border: 0;
  border-radius: 0.25em;
  color: #e2eafd;
  padding: 0.25em .5em;
}
.controls button:hover, .controls button:focus {
  color: #02d8f3;
    outline: none;
}


/* components */
.page {
  color: #000000;
  display: grid;
  font-size: 1em;
  background-color: #FFFFFF;
 /* min-height: 100vh;*/
  grid-template-areas: "main__slider";
}
.page__main {
  grid-area: main__slider;
}

.main__slider {
  display: grid;
  place-items: center;
}

.slider {
  width: 100%;
  display: grid;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  max-width: 450px;
  /*grid-template-rows: repeat(2, auto) 3em;*/
  grid-template-areas: "front" "back" "controls";
}
.slider__front {
  --__header_ht: 40px;
  z-index: var(--slider__front_zx, 400);
  display: grid;
  grid-area: front;
  grid-template-rows: 40px 1fr 40px;
}
.slider__header {
  color: #ffffff, #FFFFFF);
  display: flex;
  align-items: center;
}
.slider__body {
  display: flex;
  justify-content: space-between;
  align-self: center;
}
.slider__footer {
  color: var(--slider__footer_cr, var(--slider_cr, #FFFFFF));
  display: flex;
  font-size: var(--slider__footer_ft-se, var(--slider_ft-se, 1em));
  justify-content: center;
  align-items: center;
}
.slider__back {
  grid-area: front;
}
.slider__controls {
  gap: var(--slider__controls_gap, var(--space-200));
  z-index: var(--zx-400);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--slider__controls_bd-cr, #FFFFFF);
  grid-area: controls;
}
.slider__caption {
  transform: translateY(150%);
  opacity: 0;
  position: absolute;
  transition: opacity 300ms linear 150ms, transform 300ms linear;
  margin-bottom: var(--slider__caption_mn-bm, var(--space-200));
}
.slider__caption_active {
  opacity: 1;
  transform: translateY(0);
}
.slider__img:not(.slider__img_active) {
  display: none;
}
.slider__img-selector_active {
  --button-circle_bd-cr: var(--white-3);
}
.slider__img-counter {
  padding-inline: var(--slider__img-counter_pg-ie, var(--space-250));
}
.slider__arrow-button {
  --button-rect_cr: var(--slider_cr);
}

.img-box {
  position: relative;
}
.img-box__img {
  width: 100%;
  height: auto;
  display: block;
}

.button-rect {
  color: var(--button-rect_cr, #FFFFFF);
  padding: var(--button-rect_pg, var(--space-250));
  cursor: pointer;
  background-color: var(--button-rect_bd-cr, transparent);
  font-family: var(--button-rect_ft-fy);
  font-size: var(--button-rect_se, 1em);
  border: var(--button-rect_br, none);
  border-radius: var(--button-rect_br-rs, 2px);
  transition: var(--button-rect_tn, var(--tn-400));
}
.button-rect:hover {
  --button-rect_bd-cr: var(--button-rect_bd-cr_hov, rgba(0, 0, 0, 0.5));
}

.button-circle {
  width: var(--button-circle_wh, var(--space-fd-300));
  cursor: pointer;
  aspect-ratio: 1;
  background-color: var(--button-circle_bd-cr, var(--white-2));
  border: var(--button-circle_br, none);
  border-radius: var(--button-circle_br-rs, 50%);
  transition: var(--button-circle_tn, var(--tn-400));
}
.button-circle:hover {
  --button-circle_bd-cr: var(--button-circle_hov, var(--white-3));
}

/* utilities */
.br-rs-lt_none {
  border-top-left-radius: none;
  border-bottom-left-radius: none;
}

.br-rs-rt_none {
  border-top-right-radius: none;
  border-bottom-right-radius: none;
}

.img-counter {
  display: flex;
  font-family: var(--img-counter_ft-fy, var(--ft-fy-2));
  font-size: var(--img-counter_ft-se, var(--ft-se-100));
  align-items: center;
}
.img-counter__separator {
  margin-inline: var(--img-counter__separator_mn-ie, var(--space-50));
}

/*============================*/


/* Card news end */


/* people card start */
.people__icon {
    text-align: center;
    color: #e2eafd;
    margin-top: 1rem;
    padding: 0.25rem 0.25rem 0.5rem;
}

/* people card end */
/* ethical card start */
.ethical {
    height: 100%;
    width: 100%;
    position: relative;
}

.ethical img {
    max-height: 100px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.ethical:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    backdrop-filter: blur(16px) saturate(150%);
    -webkit-backdrop-filter: blur(16px) saturate(150%);
    background-color: rgba(216, 227, 253, 0.35);
}

.ethical__head {
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    width: 50%;
    transform: translate(0%, -50%);
    padding: 1rem;
}

/* ethical card end */
/* mining logos start */
.mining__box {
    width: 100%;
    height: 100%;
    margin-top: 1rem;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(16px) saturate(150%);
    -webkit-backdrop-filter: blur(16px) saturate(150%);
    background-color: rgba(255, 255, 255, 0.35);
}

.mining__box .mining__logo-container {
    height: 100%;
    max-height: 80px;
    width: 100%;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden;
}

.mining__logo-container img {
    height: 100%;
    max-height: 80px;
}

/* mining logos end */
/*================*/
/*=== CARD CSS ===*/
/*================*/
.card__header {
    display: flex;
    justify-content: center;
    align-items: baseline;
    font-size: .813rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #e2eafd;
    margin-bottom: 0.5rem;
}

.card__header .fa {
    margin-right: 5px;
    font-weight: 700;
}

.card__img {
    margin-bottom: 0.5rem;
    border-radius: 5px
}

.card__img img {
    border-radius: 5px
}

.card__info p {
    margin-bottom: 0;
    font-size: 14px;
}

/*==================================================*/

@media only screen and (min-device-width: 320px) and (max-device-width: 575px) {
    .section__height{
        padding: 1rem 0;
    }
    .grid__container {
        display: flex;
        flex-direction: column;
    }
    .right__container .card__img{
        max-height: 120px;
    }
    .right__container .card__img img{
        max-height: 120px;
        display: block;
        margin: auto;
    }
    .custom__margin__top{
        margin-top: 1rem;
    }
    .crftVideo{
        height: 100%;
        max-height: 150px;
        display: block;
        margin: auto;
    }
}
/*==================================================*/
@media only screen and (min-device-width: 576px) and (max-device-width: 767px) {
    .section__height{
        padding: 1rem 0;
    }
    .grid__container {
        display: grid;
        grid-template-columns: repeat(2, minmax(180px, 1fr));
        grid-gap: 1rem;
    }

    .left__container {
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .content__box {
        padding: 20px;
        overflow: scroll;
    }
    .grid__item{
        height: auto !important;
    }

    .mining__box .mining__logo-container {
        overflow-x: scroll;
    }

    .mining__logo-container img {
        margin-right: 1.5rem;
    }

    .journey__video {
        max-height: 180px;
    }
    
    .journey__video video {
        max-height: 180px;
        display: block;
        margin: auto;
        border-radius: 5px;
    }
    .custom__margin__top{
        margin-top: 1rem;
    }
    #iijs_video2{
        position: relative;
        padding-top: 100%;
        height: 0;
        overflow: hidden;
    }
    #iijs_video2 iframe{
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        border: none;
    }

}

/*==================================================*/
@media screen and (max-device-width: 767px) {
    .section__height{
        padding: 1rem 0;
    }
    .left__container {
        margin-right: 0;
    }

    .mining__logo-container img {
        margin-right: 3rem;
    }
}


@media screen and (min-device-width: 768px) and (max-device-width: 992px) {
    
    .section__height{
        padding: 1rem 0;
    }
    
    .left__container {
        margin-right: 0;
    }

    .vision {
        padding: 0 40px;
        grid-column: span 2;
    }
    .custom__margin__top{
        margin-top: 1rem;
    }
}

@media screen and (min-device-width: 993px) and (max-device-width: 1199px){
    
    .section__height{
        padding: 2rem 0;
    }
    .logo_box {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(1, minmax(60px, auto));
        align-items: center;
        padding-left: 1rem;
    }
    .left__container {
        margin-right: 0;
    }
    .custom__margin__top{
        margin-top: 1rem;
    }
}