/*
* Theme: Infosys supply chain 
* Author: http://www.getmorph.com
* Version: 1.0.0
* Updated: 20/01/2022 (DD/MM/YYY)
*/
/* FONTS  */
@font-face {
  font-family: Tungsten-Medium;
  src: url("../fonts/Tungsten-Medium.ttf");
}

@font-face {
  font-family: MYRIADPRO-REGULAR;
  src: url("../fonts/MYRIADPRO-REGULAR.OTF");
}

@font-face {
  font-family: MYRIADPRO-BOLD;
  src: url("../fonts/MYRIADPRO-BOLD.OTF");
}

@font-face {
  font-family: MyriadPro-Light;
  src: url("../fonts/MyriadPro-Light.otf");
}

@font-face {
  font-family: Tungsten-Semibold;
  src: url("../fonts/Tungsten-Semibold.otf");
}

@font-face {
  font-family: MYRIADPRO-SEMIBOLD;
  src: url("../fonts/MYRIADPRO-SEMIBOLD.OTF");
}

/* BASE STYLES */
:root {
  /* base colors */
  --heading: #6382f7;
  --tagline: rgb(136, 62, 143);
}

* {
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: auto;
}

html {
  /* ratio of font size for responsiveness */
  font-size: calc(1vh + 1vw);
  font-style: normal;
  overflow: hidden;
}

body {
  overflow: hidden;
  background: white;
  /* screen rotate */
  /* controls for game  */
  /* senario buttons	 */
}

body button {
  background: transparent;
  border: none;
  outline: none;
  z-index: 11;
}

body .heading_strt {
  font-family: MYRIADPRO-BOld;
  color: var(--tagline);
  font-size: 2rem;
}

body h1 {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-family: Tungsten-medium;
  font-weight: 600;
  font-size: 3rem;
  line-height: 4.1rem;
  word-spacing: 0.3rem;
  margin: 0;
  color: var(--heading);
}

body h2 {
  font-family: Tungsten-Semibold;
  color: var(--heading);
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin: 0;
}

body h3 {
  font-family: MyriadPro-Light;
  font-size: 1.3rem;
  margin: 0;
  font-weight: 100;
  color: var(--tagline);
}

body h4 {
  font-family: MYRIADPRO-SEMIBOLD;
  font-size: 2rem;
  word-spacing: 0.2rem;
  margin: 0;
  color: var(--tagline);
}

body p {
  font-size: 0.8rem;
  color: var(--tagline);
}

body .top_heading {
  position: absolute;
  top: 0;
}

body #bgVideo {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

body #loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.233);
}

body #loader img {
  width: 15rem;
  height: 15rem;
  -o-object-fit: contain;
     object-fit: contain;
}

body .screen-rotate {
  position: absolute;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 11;
  display: none;
  top: 0;
}

@media screen and (max-aspect-ratio: 1 / 1) {
  body .screen-rotate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body #bgVideo {
    display: none;
  }
}

body #menu, body #home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: white;
  color: var(--heading);
  font-size: 1rem;
  top: 2rem;
}

body #menu:hover, body #home:hover {
  color: white;
  background: var(--heading);
}

body #menu {
  left: 2rem;
}

body #home {
  right: 2rem;
}

body #home i {
  font-size: 1.5rem;
  font-weight: 400;
}

body #menu-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  width: 15rem;
  height: 100%;
  background: rgba(255, 255, 255, 0.541);
  border-right: 0.15rem solid rgba(255, 255, 255, 0.219);
  -webkit-box-shadow: 0.2rem 0 3rem rgba(229, 143, 255, 0.281);
          box-shadow: 0.2rem 0 3rem rgba(229, 143, 255, 0.281);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
  z-index: 11111;
}

body #menu-bar #close {
  position: absolute;
  color: var(--heading);
  font-weight: bold;
  font-size: 1.5rem;
  top: 2rem;
  right: 2rem;
}

body #menu-bar #close:hover {
  color: var(--tagline);
}

body #menu-bar #trade, body #menu-bar #transport, body #menu-bar #supplier {
  width: 90%;
  font-family: MYRIADPRO-SEMIBOLD;
  color: var(--tagline);
  font-size: 0.8rem;
  margin: 1rem 0;
  text-align: start;
}

body #menu-bar #trade img, body #menu-bar #transport img, body #menu-bar #supplier img {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.2rem;
}

body #back, body #next {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-family: Tungsten-Medium;
  color: var(--heading);
  letter-spacing: 0.3rem;
  font-size: 0.9rem;
  padding: 0.5rem;
}

body #back span, body #next span {
  vertical-align: center;
}

body #back i, body #next i {
  font-size: 0.8rem;
  margin: 0 0.2rem;
}

body #back:hover, body #next:hover {
  color: var(--tagline);
}

body #back {
  left: 1rem;
}

body #next {
  right: 1rem;
}

body .playbox {
  height: 100%;
  width: 27%;
  background: rgba(255, 255, 255, 0.397);
  border: 0.2rem solid rgba(255, 255, 255, 0.74);
  -webkit-box-shadow: 0.2rem 0 3rem rgba(229, 143, 255, 0.281);
          box-shadow: 0.2rem 0 3rem rgba(229, 143, 255, 0.281);
  border-radius: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0.5rem;
  padding: 0.8rem 1rem;
  padding-bottom: 0;
}

body .playbox div {
  width: 80%;
  height: 80%;
  padding-top: 0.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

body .playbox p {
  color: var(--tagline);
  font-size: 0.65rem;
  line-height: 0.9rem;
  margin: 1rem 0;
}

body .box-2 {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 1rem;
}

body .game-controls {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.473);
  border: 0.2rem solid rgba(255, 255, 255, 0.419);
  border-radius: 1rem;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  z-index: 11;
  margin-top: -4rem;
}

body .game-controls div {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
  width: 60%;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}

body .game-controls div img {
  background: white;
  border-radius: 50%;
  -webkit-transform: scale(0.8, 0.8);
          transform: scale(0.8, 0.8);
}

body .game-controls:hover {
  background: var(--heading);
  border-color: rgba(255, 255, 255, 0.919);
}

body .game-controls:hover h1, body .game-controls:hover .sub-heading-2 {
  color: white !important;
}

body .scenario-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.3rem 0.6em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 1rem;
  background: rgba(255, 255, 255, 0.473);
  color: var(--heading);
  border-radius: 1.5rem;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  border: 0.2rem solid rgba(255, 255, 255, 0.74);
  margin-top: -4rem;
}

body .scenario-box:hover {
  background: var(--heading);
}

body .scenario-box:hover span {
  color: white;
}

body .img-container {
  width: 25%;
  border-radius: 50%;
}

body .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

body #checkbox-scenario .checkbox-scenario-div {
  cursor: pointer !important;
}

body #checkbox-scenario .checkbox-scenario-div .card {
  background-color: #F4E8FB;
  border: 0.2rem solid #ffffff;
  border-radius: 1.5rem;
}

body #checkbox-scenario .checkbox-scenario-div .card .card-img-top img {
  width: 50%;
  margin: 2rem;
}

body #checkbox-scenario .checkbox-scenario-div .card .icon-Group-3 {
  position: absolute;
  font-size: 2.5rem;
  bottom: -1.7rem;
  left: 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
  background-color: #6984EF;
  border-radius: 50%;
}

body #checkbox-scenario .checked .card {
  background-color: #6984EF;
}

body #checkbox-scenario .checked .card .card-text p {
  color: #ffffff;
}

body #checkbox-scenario .checked .card .icon-Group-3 {
  display: block;
}

body .modal {
  opacity: 1 !important;
  z-index: 11;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

body .modal .modal-header {
  border: none;
  padding: 0;
}

body .modal .btn-close {
  position: absolute;
  right: 0px;
  top: 0px;
  opacity: 1;
  background: transparent;
}

body .modal .btn-close img {
  width: 2rem;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

body .modal .btn-close:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

body .modal .modal-body {
  padding: 0.3rem;
}

body .modal .modal-dialog {
  max-width: 80% !important;
}

body .modal .modal-dialog .modal-content {
  background-color: #F8E5FE;
  background-image: -webkit-gradient(linear, left top, right top, from(#F8E5FE), to(#ffffff));
  background-image: linear-gradient(to right, #F8E5FE, #ffffff);
  border-radius: 1.5rem;
}

body .modal table {
  border-radius: 0.3rem;
  width: 100%;
}

body .modal table thead {
  background-color: #6282F7;
}

body .modal table thead tr th {
  font-size: 0.8rem;
  font-weight: 600;
  color: #ffffff;
  padding: 1rem 0;
}

body .modal table thead tr th:first-child {
  border-top-left-radius: 1.5rem;
}

body .modal table thead tr th:last-child {
  border-top-right-radius: 1.5rem;
}

body .modal table tbody tr td {
  color: #893F90;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 1rem;
}

body #benefitsTable table thead tr th:nth-child(5), body #benefitsTable_second table thead tr th:nth-child(5) {
  border-right: 1px solid #ffffff;
}

body #benefitsTable table tbody tr td:nth-child(5), body #benefitsTable_second table tbody tr td:nth-child(5) {
  border-right: 1px solid #883e8f;
}

body .popup-tr th {
  padding: 0.1rem 0.3rem;
}

body .popup-tr th span {
  padding: 0.6rem 2.5rem;
  background: white;
  color: #6282f7;
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  font-size: 1rem;
  font-weight: 700;
}

body #productForecast .modal-dialog, body #productForecast_second .modal-dialog, body #productForecast_third .modal-dialog {
  max-width: 50% !important;
}

body #exampleModal .modal-dialog {
  max-width: 70% !important;
}

body #benefitsTable .modal-dialog, body #benefitsTable_second .modal-dialog {
  width: 85% !important;
}

body #benefitsTable table thead th, body #benefitsTable_second table thead th {
  padding: 0.5rem 0.5rem;
  border-radius: 0;
}

body #benefitsTable table tbody tr td, body #benefitsTable_second table tbody tr td {
  padding: 0.5rem;
}

body #landing-main {
  display: none;
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 2rem 0;
}

body #updates {
  position: relative;
  z-index: 1;
}

body .btn-2 {
  position: absolute;
  bottom: -0.5rem;
  font-family: MYRIADPRO-REGULAR;
  background: var(--heading);
  color: var(--heading);
  font-size: 1rem;
  font-weight: bold;
  padding: 0 2rem;
  z-index: 9999999;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform-origin: center;
          transform-origin: center;
  border-radius: 0.5rem;
  color: white;
  -webkit-animation: blink  1s infinite ease-in-out;
          animation: blink  1s infinite ease-in-out;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

body #product_112, body #product_113, body #initiate_1 {
  display: none;
}

@-webkit-keyframes blink {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    color: white;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    color: white;
    background-color: #A67EF7;
    background-image: -webkit-gradient(linear, left top, right top, from(#A67EF7), to(#6567D9));
    background-image: linear-gradient(to right, #A67EF7, #6567D9);
  }
}

@keyframes blink {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    color: white;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    color: white;
    background-color: #A67EF7;
    background-image: -webkit-gradient(linear, left top, right top, from(#A67EF7), to(#6567D9));
    background-image: linear-gradient(to right, #A67EF7, #6567D9);
  }
}

body .btn-3 {
  font-family: Tungsten-Semibold;
  position: absolute;
  top: 4rem;
  right: -8rem;
  font-size: 1.5rem;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

body .btn-3 button {
  color: var(--heading);
  opacity: 0.4;
}

body #p-graph-btn, body #p-graph-btn_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .temp_clr, body .temp_clr_2 {
  font-size: 1.5rem;
  opacity: 1 !important;
  -webkit-animation: boom  0.6s infinite ease-in-out alternate;
          animation: boom  0.6s infinite ease-in-out alternate;
}

body .move {
  -webkit-transition: -webkit-transform ease-in 0.5s;
  transition: -webkit-transform ease-in 0.5s;
  transition: transform ease-in 0.5s;
  transition: transform ease-in 0.5s, -webkit-transform ease-in 0.5s;
  -webkit-transform: translateY(10rem);
          transform: translateY(10rem);
}

body #bgVideo-4 {
  background: rgba(255, 255, 255, 0.397);
  border: 0.2rem solid rgba(255, 255, 255, 0.74);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  margin-top: -1rem;
  padding: 0;
  outline: 0;
  border-radius: 1rem;
}

body #PFCLOSE path:hover, body #SPBPFCLOSE path:hover, body #TPforecastprobclose path:hover, body #TPISPPROBLEM path:hover, body #INCLOSE path:hover, body #BISPCLOSE path:hover, body #TPforecastsolutionclose path {
  cursor: pointer;
}

@-webkit-keyframes boom {
  0% {
    color: var(--tagline);
  }
  100% {
    color: white;
  }
}

@keyframes boom {
  0% {
    color: var(--tagline);
  }
  100% {
    color: white;
  }
}
/*# sourceMappingURL=style.css.map */