html {
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

*,
*:before,
*:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

body {
  overflow: hidden;
  /*New*/
  background-image: url("../img/bg-white-wave.jpg") !important ;
  height: 100%;
    background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
/*
.container {
  height: 100%;
  background-color: #131417;
}*/
#langBtn{
  position: absolute; 
  z-index: 2;
  width: 5vw; 
  height: 7vh; 
  font-size: 1vw;    
  font-size: 1vw;
  color: red;
    border: crimson;
    background-color: #fff8f8a8;
}
.longTxt {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 8; /* number of lines to show */
   -webkit-box-orient: vertical;
}

#slogan{
    font-style: italic;
    text-align: center;
    font-size: 3vh;
    font-size: 2vh;
    padding-left: 50%;
    padding-right: 20%;
    padding-top: 9%;

    transform: translateX(2);

    opacity: 1;
  z-index: 1;
  transition: all 0.8s 0.4s,opacity 0.3s 0.7s, z-index 0.1s 0.1s;
}

.box {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  /*background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/537051/smoke_texture2714-min.jpg") center center no-repeat;*/
   /*background: url("./bg2.jpg") center center no-repeat;*/
  background-size: cover;
  box-shadow: 0 0 50px 0 rgba(75, 27, 27, 0.7);
  z-index: 1;
  overflow: hidden;
}
.box__row-cell {
  position: absolute;
  top: 35%;
  left: 50%;
  width: 24%;
  height: 29%;
  background-color: rgb(211 211 211 / 50%);
  transform: translateZ(0);
  transition: all 400ms 600ms, width 300ms 300ms, background-color 300ms 600ms;
  cursor: pointer;
  overflow: hidden;
  z-index: 2;
}
.box__row-cell:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-color: rgba(0, 0, 0, 0.5);*/
  opacity: 0;
  transition: 500ms;
  
}.box__row-cell .special-cell:before {
  content: "";
  position: absolute;
  top: -5%;
  left: -5%;
  width: 110%;
  height: 110%;
  background-color: rgba(0, 0, 0, 0);
  opacity: 1;
  transition: 300ms;
  z-index: -3;
}
.special-cell:hover:before {
 background-color: #ffeb00 !important; /*#F25555;*/
 color: black !important;
  /*box-shadow: 2 2 5px  #F25555;*/
  box-shadow: 0px 10px 20px grey;
  /*box-shadow: 120px 80px 40px 20px #0ff;*/
}
.box__row-cell:before {
  content: "";
  position: absolute;
  top: -5%;
  left: -5%;
  width: 110%;
  height: 110%;
  background-color: rgba(0, 0, 0, 0);
  opacity: 1;
  transition: 300ms;
  z-index: -3;
}
.box__row-cell:hover:before {
 background-color:#F25555;
  /*box-shadow: 2 2 5px  #F25555;*/
  box-shadow: 0px 10px 20px grey;
  /*box-shadow: 120px 80px 40px 20px #0ff;*/
}
.box__row-cell-info {
  margin-left: 20px;
  width: 100px;
  color: #fff;
  transition: 400ms 850ms;
}
.box__row-cell-info-ep {
  margin-top: 25px;
  font-size: 10px;
}
.box__row-cell-info-ep span {
  padding-left: 10px;
}
@media screen and (max-height: 915px) {
  .box__row-cell-info-ep {
    margin-top: 10px;
  }
}
.box__row-cell-info-title {
  letter-spacing: 2px;
  margin-top: 15px;
  font-size: 20px;
}
@media screen and (max-height: 692px) {
  .box__row-cell-info-title {
    margin-top: 8px;
    font-size: 18px;
  }
}
@media screen and (max-height: 692px) {
  .box__row-cell-info-title {
    font-size: 16px;
    margin-top: 4px;
  }
}
.box__row-cell-info-sign {
  margin: 15px 0 0 2px;
  height: 3px;
  width: 20px;
  background-color: #fff;
  border-radius: 1px;
  transition: 200ms;
  z-index: 10;
}
@media screen and (max-height: 800px) {
  .box__row-cell-info-sign {
    margin-top: 10px;
  }
}
.box__row-cell-info--time {
  position: absolute;
  bottom: 18px;
  font-size: 10px;
}
@media screen and (max-height: 650px) {
  .box__row-cell-info--time {
    right: 20px;
    text-align: right;
  }
}
.box__row-cell-info--full {
  transform: translateX(-50px);
  opacity: 0;
  margin: 50px 0 0 90px;
  transition: 300ms;
}
.box__row-cell-info--full-heading {
  line-height: 60px;
  width: 70%;
  color: #131313;
  font-size: 7vh;
  font-weight: 900;
}
.box__row-cell-info--full-par {
  padding-top: 50px;
  color: #fff;
}
.box__row-cell:nth-child(2) {
  left: 75%;
}
.box__row-cell:nth-child(3) {
  left: 50%;
  top:65%;
}
.box__row-cell:nth-child(4) {
  left: 75%;
  top:65%;
}
.box__row:nth-child(2) .box__row-cell {
  top: 67.5%;
}
.box__row:nth-child(3) .box__row-cell {
  top: 100%;
}
.box__content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background-color: #d6d6d65c; /*#ffffff; /* #1C1E22;*/
  transform: translateZ(0);
  opacity: 0;
  z-index: -10;
  transition: all 400ms 600ms, z-index 0ms 0ms;
}
.box__content-wrapper {
  position: relative;
  margin-left: auto;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.box__content-inner {
  position: absolute;
  left: 18px;
  transform: translateX(50px);
  width: 100%;
  height: 100%;
  overflow: auto;
  opacity: 0;
  transition: 400ms, opacity 200ms;
}
.box__content-text {
  padding: 20px 0 30px 8px;
  width: 300px;
  max-width: 100%;
  color:black; /*#6a6a6a;/*#ababab;*/
}
.box__content-text-heading {
  position: relative;
  margin: 50px 0 20px 0;
  color: #ff0000;/*#f5f5f5;*/
  font-size: 16px;
}
.box__content-text-heading:after {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #a73c3c;
  box-shadow: 0 0 1px 0 #a73c3c;
}
.box__content-text-par {
  line-height: 22px;
  padding-bottom: 10px;
  font-size: 14px;
}
.box__content-text-list {
  list-style-type: none;
}
.box__content-text-item {
  padding-bottom: 3px;
  font-size: 14px;
}
.box__content-text-link {
  text-decoration: none;
  color: #ababab;
  font-size: 14px;
}
.box__content-text-link:hover {
  text-decoration: underline;
}
.box__close {
  position: absolute;
  top: 50px;
  left: 100px;
  height: 20px;
  width: 20px;
  font-size: 0;
  cursor: pointer;
  z-index: 9999;
}
.box__close:after, .box__close:before {
  content: "";
  position: absolute;
  top: 9px;
  left: -14px;
  transform: rotate(45deg);
  width: 35px;
  height: 2px;
  background-color: #fff;
  opacity: 0;
  transition: 500ms;
}
.box__close:before {
  transform: rotate(-45deg);
}
.box__close span {
  position: relative;
  display: inline-block;
  margin: 1px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  transition: 400ms 500ms;
}
.box__close span:nth-child(6) {
  right: 6px;
}
.box__close span:nth-child(7) {
  right: 6px;
}
.box__close span:nth-child(8) {
  right: 6px;
}
.box__close span:nth-child(9) {
  right: 6px;
}
.box__close span:nth-child(10) {
  right: 6px;
}
.box__episodes {
  position: absolute;
  top: 28%;
  right: 15px;
  color: #fff;
  letter-spacing: 2px;
  font-size: 10px;
}
.box__episodes:after {
  content: "";
  position: absolute;
  top: -20px;
  right: 2px;
  width: 15px;
  height: 1px;
  background-color: #fff;
}
.box__smokebg {
  position: absolute;
  top: -10%;
  left: -10%;
  transform: translate3d(0, 0, 0) rotate(0.01deg);
  width: 120%;
  height: 120%;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/537051/smoke-min.png") center center no-repeat;
  background-size: cover;
  z-index: -10;
  opacity: 0.5;
  -webkit-animation: smokebg 60s infinite alternate;
          animation: smokebg 60s infinite alternate;
}
@-webkit-keyframes smokebg {
  25% {
    transform: translate3d(100px, 0, 0) rotate(0.01deg);
  }
  50% {
    transform: translate3d(75px, -25px, 0) rotate(0.01deg);
  }
  75% {
    transform: translate3d(45px, 30px, 0) rotate(0.01deg);
  }
  100% {
    transform: translate3d(25px, -15px, 0) rotate(0.01deg);
  }
}
@keyframes smokebg {
  25% {
    transform: translate3d(100px, 0, 0) rotate(0.01deg);
  }
  50% {
    transform: translate3d(75px, -25px, 0) rotate(0.01deg);
  }
  75% {
    transform: translate3d(45px, 30px, 0) rotate(0.01deg);
  }
  100% {
    transform: translate3d(25px, -15px, 0) rotate(0.01deg);
  }
}
.box__title {
  position: absolute;
  top: 25%;
  left: 9%;
}
.box__title-heading {
    position: relative;
    color: #ff4242;
    letter-spacing: 0.5vw;
    line-height: 6vh;
    font-size: 6vh;
}
.box__title-heading:after {
  content: "";
  position: absolute;
  top: 170px;
  left: 0;
  width: 20px;
  height: 2px;
  box-shadow: 0 0 1px 0 #000;
  background-color: #000;
}
.box__title-heading span {
  letter-spacing: 6px;
  color: #fff;
}
.box__title-par {
  text-transform: uppercase;
  margin-top: 35%;
  color: #7b2222;
  font-size: 13px;
  font-weight: bold;
}

.active {
  left: 0 !important;
  top: 0 !important;
  height: 100%;
  width: 50%;
  background-color: #F25555;
  z-index: 5;
  transition: all 400ms 400ms, width 300ms 800ms;
  cursor: default;
  opacity: 1 !important;
  box-shadow: 0px 10px 15px grey;
}
.special-cell.active {
  left: 0 !important;
  top: 0 !important;
  height: 100%;
  width: 50%;
  background-color: #fbff02;
  z-index: 5;
  transition: all 400ms 400ms, width 300ms 800ms;
  cursor: default;
  opacity: 1 !important;
  box-shadow: 0px 10px 15px grey;
}

.active .box__row-cell-info:nth-child(1) {
  transform: translateX(50px);
  opacity: 0;
  transition: 300ms 0ms ease-in, opacity 375ms 0ms;
}
.active .box__row-cell-info:nth-child(2) {
  transform: translateX(50px);
  opacity: 0;
  transition: 300ms 50ms ease-in, opacity 375ms 50ms;
}
.active .box__row-cell-info:nth-child(3) {
  transform: translateX(50px);
  opacity: 0;
  transition: 300ms 100ms ease-in, opacity 375ms 100ms;
}
.active .box__row-cell-info:nth-child(4) {
  transform: translateX(50px);
  opacity: 0;
  transition: 300ms 150ms ease-in, opacity 375ms 150ms;
}
.active .box__row-cell-info--full {
  transform: translateX(0);
  opacity: 1;
  transition: 300ms 900ms;
}

.cell-fade {
  opacity: 0;
  transition: all 400ms 400ms, width 300ms 800ms, opacity 200ms 300ms;
}

.hover-cell:after {
  opacity: 1;
}

.show-content {
  opacity: 1;
  z-index: 2;
  transition: all 300ms 400ms, z-index 0ms 0ms;
}
.show-content .box__content-inner {
  transform: translateX(0);
  opacity: 1;
  transition: 300ms 1100ms;
}

.box-close-active:after, .box-close-active:before {
  opacity: 1;
  transform: rotate(135deg);
  transition: 500ms 800ms;
}
.box-close-active:before {
  transform: rotate(45deg);
}
.box-close-active span {
  opacity: 0;
  transition: 0ms 800ms;
}

.box-TitleNew
{
  text-align: center;
  font-size:  3vh;
  color: white;

}

.box-TitleNew-sign
{
 margin: 15px 0 0 2px;
  height: 3px;
  width: 20px;
  background-color: #fff;
  border-radius: 1px;
  transition: 200ms;
  z-index: 10;
  text-align: center;
  font-size: 30px;

}


/*-----------------new---------------*/
.StMinaLogo
{
	position: absolute;
    top: 3%;
    right: 11%;
    max-width: 8%;
    transform: translateX(0);

    opacity: 1;
	z-index: 1;
	transition: all 0.8s 0.4s,opacity 0.3s 0.7s, z-index 0.1s 0.1s;

}
.jesus{

    position: absolute;
    top: 15%;
    left: 0%;
    width: 40%;
    height: 100%;
    transform: translateZ(0);

	opacity: 1;
	bottom:0;
	z-index: 1;
	transition: all 0.8s 0.8s,opacity 0.3s 0.7s, z-index 0.1s 0.1s;/* right 0.2s 0.2s;*/
}
.objectDeactive{

  opacity: 0 !important;
  z-index: -1;
  transform: translateX(50px);

}

.JesusDeactive{

  opacity: 0 !important;
  z-index: -1;

}

.centeredX {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.centeredXX{
	position: relative; 
	left: 50%;
	transform: translate(-30%, -90%);
}

.circle-border {
  width: 200px;
  height: 200px;
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgb(63,249,220);
  background: radial-gradient(orange, yellow, red);
  animation: spin 5s linear 0s infinite;
}

.circle-core {
  width: 50%;
  height: 50%;
  background-color: #1d2630;
  border-radius: 100%;
}

.active .box-TitleNew {
  transform: translateX(50px);
  opacity: 1;
  font-size: 4vh;
  transition: 300ms 0ms ease-in, opacity 375ms 0ms;
  }

  .headingTitle{
    position: absolute;
    top: 5%;
    right: 20%;
    /*color: #ff4242;
    letter-spacing: 3px;
    line-height: 65px;
    font-size: 6vh;
    text-shadow: 2px 2px 10px #9e9797;*/
    transition: all 0.8s 0.4s, opacity 0.3s 0.7s, z-index 0.1s 0.1s;
}

/********** for mobiles  **********/

@media screen and (max-device-width: 990px) 
{
	.jesus {
    	top: 30%;
	}

}

@media screen and (max-device-width: 857px) 
{
	.StMinaLogo {
    top: 25%;
    right: 11%;
    max-width: 15%;
}

	.jesus {
    position: absolute;
    top: 15%;
    left: 0%;
    width: 60%;
    height: 100%;
    transform: translateZ(0);
    opacity: 1;
    bottom: 0;
    z-index: 1;
    transition: opacity 0.3s 0.7s, z-index 0.1s 0.1s;
}

  .box__row-cell {
  position: absolute;
  top:65%;
  left: 0%;
  width: 24%;
  height: 29%;
  background-color: rgb(211 211 211 / 50%);
  transform: translateZ(0);
  transition: all 400ms 600ms, width 300ms 300ms, background-color 300ms 600ms;
  cursor: pointer;
  overflow: hidden;
  z-index: 2;
}

.box__row-cell:nth-child(2) {
    left: 25%;
}

.box__row-cell:nth-child(3) {
    left: 50%;
}

.box__row-cell:nth-child(4) {
    left: 75%;
}

.box__row-cell:nth-child(5) {
    left: 100%;
}

.box__row:nth-child(2) .box__row-cell {
     top: 75%; 
}

.active {
  left: 0 !important;
  top: 0 !important;
  height: 30%;
  width: 100%;
  background-color: #F25555;
  z-index: 5;
  transition: all 400ms 400ms, width 300ms 800ms;
  cursor: default;
  opacity: 1 !important;
  box-shadow: 0px 10px 15px grey;
}

.box__content-wrapper {
    position: relative;
    top: 30%;
    margin-left: auto;
    width: 70%;
    height: 70%;
    overflow: hidden;
}

 .headingTitle {
    position: absolute;
    top: 10%;
    right: 1%;
    max-width: 65%;
    color: #ff4242;
    letter-spacing: 1px;
    line-height: 10px;
    font-size: 5vh;
    text-shadow: 2px 2px 10px #9e9797;
    transition: opacity 0.3s 0.7s, z-index 0.1s 0.1s;
}

.box__title-heading {
	line-height: 12vh;
    font-size: 8vh;
    max-width: 60%;
    left: 20%;
}


.box-TitleNew
{
  text-align: center;
  font-size:  4vh;
  color: white;

}


.box__row-cell-info--full {
  margin: 20px 0 0 90px;
}
.box__row-cell-info--full-heading {
  line-height: 2vh;
  width: 90%;
  color: #131313;
  font-size: 3vh;
  font-weight: 900;
}
}

@media screen and (max-device-width: 786px){

	.box__title-heading {
    line-height: 10vh;
    font-size: 6vh;
    max-width: 60%;
    left: 05%;
    top: 3vh;
	}
  #slogan{
  padding-right: 35%;
    padding-top: 15%;
  }
}

@media screen and (max-device-width: 770px){

	.box__title-heading {
    line-height: 10vh;
    font-size: 5vh;
    max-width: 60%;
    left: 1%;
    top: 8vh;
	}

	.jesus {
    	top: 20%;
	}

	.StMinaLogo {
    top: 25%;
    right: 5%;
    max-width: 15%;
	}
  #slogan{
  padding-right: 35%;
    padding-top: 15%;
  }

}

@media screen and (max-device-width: 648px){

	.headingTitle {
    position: absolute;
    top: 10%;
    right: 5%;
    max-width: 65%;
}

	.box__title-heading {
    line-height: 8vh;
    font-size: 5vh;
    max-width: 60%;
    left: 15%;
    top: 10vh;
	}

	.jesus {
    	top: 20%;
	}

	.StMinaLogo {
    top: 27%;
    right: 5%;
    max-width: 15%;
	}
  #slogan{
  padding-right: 35%;
    padding-top: 15%;
  }
}
@media screen and (max-device-width: 604px){


	.headingTitle {
    position: absolute;
    top: 0%;
    right: 35%;
    max-width: 100%;
}

.box__title-heading {
    line-height: 8vh;
    font-size: 5vh;
    max-width: 100%;
    top: 2vh;
    }

	.jesus {
    top: 25%;
    left: 20%;
    max-width: 80%;	
	}

	.StMinaLogo {
    top: 5%;
    right: 10%;
    max-width: 15%;
}

#slogan{
      padding-left: 20%;
    padding-right: 25%;
    padding-top: 11%;
  }


}

@media screen and (max-device-width: 495px){


	.headingTitle {
    top: 2%;
    right: 45%;
}

.box__title-heading {
    line-height: 4vh;
    font-size: 4vh;
    max-width: 100%;
    top: 2vh;
    }

	.jesus 
	{
	  top: 25%;
      left: 15%;
	}

	.StMinaLogo {
    top: 5%;
    right: 10%;
    max-width: 15%;
}

#slogan{
      padding-left: 20%;
    padding-right: 25%;
    padding-top: 11%;
  }

}
@media screen and (max-device-width: 483px){

.headingTitle {
   top: 2%;
   right: 40%;
}

.box__title-heading {
    line-height: 4vh;
    font-size: 4vh;
    max-width: 100%;
    top: 4vh;
}
.jesus
{
    top: 25%;
    left: 10%;
    width: 80%;
}
#slogan{
  padding-right: 35%;
    padding-top: 15%;
  }
}

@media screen and (max-device-width: 433px){

.headingTitle {
    right: 35%;
	}
}
@media screen and (max-device-width: 433px){

.headingTitle {
    right: 40%;
	}

	.box__title-heading {
    line-height: 3vh;
    font-size: 3vh;
    max-width: 100%;
    top: 4vh;
}
#slogan{
  padding-right: 35%;
    padding-top: 15%;
  }
}

@media screen and (max-device-width: 350px){
	.jesus
	{
    top: 40%;
	}

}

@media screen and (max-device-width: 250px){
	.jesus
	{
    top: 50%;
	}

}

/*end*/

/******************** for pc **********************/

  @media screen and (max-width: 992px) and (max-width: 857px) 
{
	.jesus {
    position: absolute;
    top: 15%;
    left: 0%;
    width: 60%;
    height: 100%;
    transform: translateZ(0);
    opacity: 1;
    bottom: 0;
    z-index: 1;
    transition: opacity 0.3s 0.7s, z-index 0.1s 0.1s;
}

  .box__row-cell {
  position: absolute;
  top:65%;
  left: 0%;
  width: 24%;
  height: 29%;
  background-color: rgb(211 211 211 / 50%);
  transform: translateZ(0);
  transition: all 400ms 600ms, width 300ms 300ms, background-color 300ms 600ms;
  cursor: pointer;
  overflow: hidden;
  z-index: 2;
}

.box__row-cell:nth-child(2) {
    left: 25%;
}

.box__row-cell:nth-child(3) {
    left: 50%;
}

.box__row-cell:nth-child(4) {
    left: 75%;
}

.box__row-cell:nth-child(5) {
    left: 100%;
}

.box__row:nth-child(2) .box__row-cell {
     top: 75%; 
}

.active {
  left: 0 !important;
  top: 0 !important;
  height: 30%;
  width: 100%;
  background-color: #F25555;
  z-index: 5;
  transition: all 400ms 400ms, width 300ms 800ms;
  cursor: default;
  opacity: 1 !important;
  box-shadow: 0px 10px 15px grey;
}

.box__content-wrapper {
    position: relative;
    top: 30%;
    margin-left: auto;
    width: 70%;
    height: 70%;
    overflow: hidden;
}

 .headingTitle {
    position: absolute;
    top: 10%;
    right: 1%;
    max-width: 65%;
    color: #ff4242;
    letter-spacing: 1px;
    line-height: 10px;
    font-size: 5vh;
    text-shadow: 2px 2px 10px #9e9797;
    transition: opacity 0.3s 0.7s, z-index 0.1s 0.1s;
}

.box__title-heading {
    position: relative;
    color: #ff4242;
    letter-spacing: 5px;
    line-height: 11vh;
    font-size: 10vh;
    max-width: 60%;
    left: 30%;
    text-shadow: 2px 2px 10px #9e9797;
}

.box__row-cell-info--full {
  margin: 20px 0 0 90px;
}

.box__row-cell-info--full-heading {
  line-height: 2vh;
  width: 90%;
  color: #131313;
  font-size: 3vh;
  font-weight: 900;
}
}


@media screen and (max-width: 856px) and (max-width: 500px)
{
	.headingTitle {
    position: absolute;
    top: 20%;
    right: 1%;
    max-width: 65%;
    color: #ff4242;
    letter-spacing: 1px;
    line-height: 10px;
    font-size: 100vh;
    text-shadow: 2px 2px 10px #9e9797;
    transition: opacity 0.3s 0.7s, z-index 0.1s 0.1s;
}

.box__title-heading {
    position: relative;
    color: #ff4242;
    letter-spacing: 3px;
    line-height: 10vh;
    font-size: 7vh;
    max-width: 60%;
    left: 30%;
    text-shadow: 2px 2px 10px #9e9797;
}

.box__row-cell-info--full {
  margin: 20px 0 0 90px;
}

.box__row-cell-info--full-heading {
  line-height: 2vh;
  width: 90%;
  color: #131313;
  font-size: 3vh;
  font-weight: 900;
}

#slogan{
  padding-right: 35%;
    padding-top: 15%;
	}
}


@media screen and (max-width: 499px) and (max-width: 220px)
{
.headingTitle {
    position: absolute;
    top: 0%;
    right: 12%;
    max-width: 100%;
    color: #ff4242;
    letter-spacing: 1px;
    line-height: 1px;
    font-size: 10vh;
    text-shadow: 2px 2px 10px #9e9797;
    transition: opacity 0.3s 0.7s, z-index 0.1s 0.1s;
}


.box__row-cell-info--full {
  margin: 20px 0 0 90px;
}
.box__row-cell-info--full-heading {
  line-height: 2vh;
  width: 90%;
  color: #131313;
  font-size: 3vh;
  font-weight: 900;
	}

.box__title-heading {
    position: relative;
    color: #ff4242;
    letter-spacing: 3px;
    line-height: 5vh;
    font-size: 4vh;
    max-width: 100%;
    left: 0%;
    /* top: 0%; */
    text-shadow: 2px 2px 10px #9e9797;
    z-index: 2;
	}

}

  