



@keyframes float {
	0% {
		transform: translatey(-20px) translateX(-15px);
	}
	50% {
		transform: translatey(0px) translateX(0);
	}
	100% {
		transform: translatey(-20px) translateX(-15px);
	}
}

@keyframes float-lg {
	0% {
		transform: translatey(-40px);
	}
	50% {
		transform: translatey(0px);
	}
	100% {
		transform: translatey(-40px);
	}
}

@keyframes float-from-right {
	0% {
		transform: translatey(-20px) translateX(15px);
	}
	50% {
		transform: translatey(0px) translateX(0);
	}
	100% {
		transform: translatey(-20px) translateX(15px);
	}
}

@keyframes grow {
	0% {
		transform: scale(1.15);
    -webkit-transform-origin : 50% 100%;
    -moz-transform-origin : 50% 100%;
    -o-transform-origin : 50% 100%;
    -ms-transform-origin : 50% 100%;
    transform-origin : 50% 100%;
	}
	50% {
		transform: scale(1);
    -webkit-transform-origin : 50% 100%;
    -moz-transform-origin : 50% 100%;
    -o-transform-origin : 50% 100%;
    -ms-transform-origin : 50% 100%;
    transform-origin : 50% 100%;
	}
	100% {
		transform: scale(1.15);
    -webkit-transform-origin : 50% 100%;
    -moz-transform-origin : 50% 100%;
    -o-transform-origin : 50% 100%;
    -ms-transform-origin : 50% 100%;
    transform-origin : 50% 100%;
	}
}

@keyframes grow-sm {
	0% {
		transform: scale(1.07);
	}
	50% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.07);
	}
}

@keyframes rotateOnY {
	0% {
		opacity: 1;
		-webkit-transform:  perspective(200px) rotatey(3deg) translatex(125px)  scale(1.3);
            transform:  perspective(200px) rotatey(3deg) translatex(125px) scale(1.3);
	}

	50% {
		opacity: 0.95;
		-webkit-transform:  perspective(200px) rotatey(0) translatex(0)  scale(1.4);
            transform:  perspective(200px) rotatey(0) translatex(0)  scale(1.4);
	}
	100% {
		opacity: 1;
		-webkit-transform:  perspective(200px) rotatey(3deg) translatex(125px)  scale(1.3);
            transform:  perspective(200px) rotatey(3deg) translatex(125px)  scale(1.3);
	}

}
mark {
    color: #f3ca6d;
    padding: 0;
    background: 0 0;
    background-image: linear-gradient(120deg, rgb(246 229 221) 0, rgb(254 254 252) 100%);
    background-repeat: no-repeat;
    background-size: 100% .3em;
    background-position: 0 80%;
    position: relative;
}

#video-container {
	opacity: 0.8;
	transform:  perspective(250px);
	perspective-origin: -170%;
	-webkit-animation: rotateOnY 18s infinite ease-in-out;
}
.gi_main-header{
  line-height: 0.8;
}
.gi-simple-ws{
  word-spacing: 0.01em;
}
.gi_header-section{
  background-color: #faf3e9;
 /* background-color:#f2e6df;
 background-image: url(/assets/img/background-fade.jpg); */
 background-size: 100%;
 height: 675px;
}
.gi_top-row{
  margin-top: 150px;
}
.navbar-brand{
  z-index: 100;
}
.gi_curved-top {
  position: relative;
  display: block;
  width: 150vw;
  height: 400px;
  top: -200px;
  left: -25vw;
  overflow: hidden;
  background-color: #fbfcfd;
  border-top-left-radius: 0%;
  border-top-right-radius: 0%;
  margin-bottom: -300px;
  z-index: 9;
}
.gi_curved-top-standard {
  position: relative;
  display: block;
  width: 150vw;
  height: 200px;
  top: -200px;
  left: -25vw;
  overflow: hidden;
  background-color: #fbfcfd;
  border-top-left-radius: 60%;
  border-top-right-radius: 60%;
  margin-bottom: -300px;
}
.gi_curved-bottom{
  position: relative;
  display: block;
  width: 150vw;
  height: 400px;
  top: -320px;
  left: -25vw;
  z-index: -2 !important;
  background-color: #fbfcfd;
  border-bottom-left-radius: 0%;
  border-bottom-right-radius: 0%;
  margin-bottom: -300px;
}
.gi_between-curves{
  margin-top: -400px;
  background: #fbfcfd;
  padding-top: 0 !important;
  z-index: 12;
}

.logo-height{
  height: 500px;
}
.gi_logo-grid-container{
  position: relative;
  height: auto;
  width: 80%;
  left: 10%;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-content: flex-start;

}
.gi_logo-grid-item{
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  margin-right: 10px;
  margin-left: 10px;
}
.power-up-bottom{
  margin-bottom: 260px;
  padding-top: 40px !important;
}
.gi_divider{
  margin-top: 100px;
  margin-bottom: 50px;
}
.front-main-end{
  /* padding-bottom: 350px !important; */
  margin-bottom: 0px;
}

/* =========COMPANY LOGOS */
.company-logo{
  width: auto;
  height: 50px;
}
/* APP LOGOS */
.gi_app-logo{
   width: 4.5rem;
  height: 4.5rem;
  border-radius: 10px;
}




/* =========MAIN BANNER */

#gistMainBanner {
    z-index: 20;
    position: absolute;
    margin: auto;
    display: block;
    left: 15px;
    width: 100%;
    width: calc(100% - 30px);
}

#gistMainBanner .row {
	height: 650px;
	margin-top: 0;
}

#gi_homepage-header-row {
	height: 675px;
}
/* #gistMainBanner .row.align-items-center {
  align-items: flex-start !important;
} */

#gistMainBannerImage1 {
  transform: translatey(-40px);
  animation: float-lg 4s ease-in-out infinite;
}

@media screen and (min-width: 576px) {
  #gistMainBanner {
    left: 50%;
    margin-left: -270px;
  }
}

@media screen and (min-width: 768px) {
  #gistMainBanner {
      left: 50%;
      margin-left: -360px;
  }
}

@media screen and (min-width: 992px) {
  #gistMainBanner {
      left: 50%;
      margin-left: -480px;
  }
}

@media screen and (min-width: 1200px) {
  #gistMainBanner {
      left: 50%;
      margin-left: -570px;
  }
}

@media screen and (max-width: 992px) {
	.gi_main-header{
	  margin-top: 100px
	}
	#video-container {
    opacity: 1;
    transform: 0;
    perspective-origin: -170%;
    -webkit-animation: none;
	}
}


/* =========MAIN BANNER ANIMATIONS */

@keyframes ga1 {
	0% {
    opacity: 0;
		transform: translateY(500px);
	}
	33% {
    opacity: 1;
		transform: translatey(0);
	}
  66% {
    opacity: 1;
		transform: translatey(0);
	}
  100% {
    opacity: 1;
		transform: translatey(0);
	}
}

@keyframes ga2 {
	0% {
    opacity: 0;
		transform: translateX(500px);
	}
  33% {
    opacity: 1;
		transform: scale(0.7) translateX(0);
	}
  66% {
    opacity: 1;
		transform: scale(0.7) translateX(0);
	}
	100% {
    opacity: 0;
		transform: scale(0.1);
	}
}

@keyframes ga3 {
	0% {
    opacity: 0;
		transform: scale(2) rotate(360deg);
	}
  33% {
    opacity: 1;
		transform: scale(0.7) rotate(0deg);
	}
  66% {
    opacity: 1;
		transform: scale(0.7) rotate(0deg);
	}
	100% {
    opacity: 0;
		transform: scale(0);
	}
}

@keyframes ga4 {
	0% {
    opacity: 0;
		transform: translateY(500px);
	}
	100% {
    opacity: 1;
		transform: translateY(0px);
	}
}


#gA1 {
  position: absolute;
  right: 15%;
  top: 130px;
  width: 350px;
  transform: translateY(500px);
  animation: ga1 3s ease-in-out;
  z-index: 4;
}
#gA2 {
  position: absolute;
  right: calc(15% + 70px);
  top: 192px;
  width: 200px;
  transform: scale(0.7);
  animation-delay: 0.5s;
  animation: ga2 3s ease-in-out;
  z-index: 5;
}
#gA3 {
  position: absolute;
  right: calc(15% + 110px);
  top: 230px;
  width: 120px;
  transform: scale(0.7);
  animation-delay: 0.5s;
  animation: ga3 3s ease-in-out;
  z-index: 6;
}

#gA4 {
  position: absolute;
  right: calc(15% + 25px);
  top: 155px;
  width: 300px;
  transform: translateY(500px);
  animation: ga4 1s ease-in-out;
  animation-delay: 2s;
  z-index: 7;
}

@keyframes icons {
	0% {
    opacity: 0;
		transform: translateX(110px);
	}
  15% {
    opacity: 1;
		transform: translateY(0px);
	}
  85% {
    opacity: 1;
		transform: translateY(0px);
	}
	100% {
    opacity: 1;
		transform: translateX(110px);
	}
}

#gA5, #gA6, #gA7, #gA8 {
  opacity: 0;
  width: 85px;
  right: calc(15% + 375px);
  position: absolute;
  z-index: 3;
  transform: translateX(110px);
  animation: icons 3s ease-in-out;
}

#gA5 {
  top: 155px;
  animation-delay: 2.2s;
}
#gA6 {
  top: 265px;
  animation-delay: 2.3s;
}
#gA7 {
  top: 375px;
  animation-delay: 2.4s;
}
#gA8 {
  top: 485px;
  animation-delay: 2.5s;
}

.hover-top-icon:hover {
  transform: translateY(-10px);
}
#gA1, #gA2, #gA3, #gA4, #gA5, #gA6, #gA7, #gA8 {
  -webkit-animation-fill-mode: forwards; /* Chrome 16+, Safari 4+ */
  -moz-animation-fill-mode: forwards;    /* FF 5+ */
  -o-animation-fill-mode: forwards;      /* Not implemented yet */
  -ms-animation-fill-mode: forwards;     /* IE 10+ */
  animation-fill-mode: forwards;         /* When the spec is finished */
}

@keyframes brands {
	0% {
    opacity: 1;
		transform: translateY(150px);
	}
  10% {
    opacity: 1;
  }
	100% {
    opacity: 1;
		transform: translateY(-150px);
	}
}
@keyframes brandsMobile {
	0% {
    opacity: 1;
		transform: translateY(100px);
	}
  10% {
    opacity: 1;
  }
	100% {
    opacity: 1;
		transform: translateY(-100px);
	}
}

/* =========BRANDS ANIMATION */
#gistBrandWrapper {
  text-align: center;
  position: relative;
	opacity: 0.5;
}
#gistBrandWrapper img {
  position:absolute;
  width: 14.28%;
  top: 100%;
  padding: 10px;
  transform: translateY(200px);
  animation: brands 9s linear infinite;
}
#gistBrandWrapper img:nth-of-type(1) {
  left: 0;
  animation-delay: 3s;
}
#gistBrandWrapper img:nth-of-type(2) {
  left: 14.28%;
  animation-delay: 2s;
}
#gistBrandWrapper img:nth-of-type(3) {
  left: 28.56%;
  animation-delay: 1s;
}
#gistBrandWrapper img:nth-of-type(4) {
  left: 42.84%;
  animation-delay: 0s;
}
#gistBrandWrapper img:nth-of-type(5) {
  left: 57.12%;
  animation-delay: 1s;
}
#gistBrandWrapper img:nth-of-type(6) {
  left: 71.4%;
  animation-delay: 2s;
}
#gistBrandWrapper img:nth-of-type(7) {
  left: 85.68%;
  animation-delay: 3s;
}

#gistBrandWrapper img:nth-of-type(8) {
  left: 0%;
  animation-delay: 6s;
}
#gistBrandWrapper img:nth-of-type(9) {
  left: 14.28%;
  animation-delay: 5s;
}
#gistBrandWrapper img:nth-of-type(10) {
  left: 28.56%;
  animation-delay: 4s;
}
#gistBrandWrapper img:nth-of-type(11) {
  left: 42.84%;
  animation-delay: 3s;
}
#gistBrandWrapper img:nth-of-type(12) {
  left: 57.12%;
  animation-delay: 4s;
}
#gistBrandWrapper img:nth-of-type(13) {
  left: 71.4%;
  animation-delay: 5s;
}
#gistBrandWrapper img:nth-of-type(14) {
  left: 85.68%;
  animation-delay: 6s;
}

#gistBrandWrapper img:nth-of-type(15) {
  left: 0%;
  animation-delay: 9s;
}
#gistBrandWrapper img:nth-of-type(16) {
  left: 14.28%;
  animation-delay: 8s;
}
#gistBrandWrapper img:nth-of-type(17) {
  left: 28.56%;
  animation-delay: 7s;
}
#gistBrandWrapper img:nth-of-type(18) {
  left: 42.84%;
  animation-delay: 6s;
}
#gistBrandWrapper img:nth-of-type(19) {
  left: 57.12%;
  animation-delay: 7s;
}
#gistBrandWrapper img:nth-of-type(20) {
  left: 71.4%;
  animation-delay: 8s;
}
#gistBrandWrapper img:nth-of-type(21) {
  left: 85.68%;
  animation-delay: 9s;
}
#gistBrandsFade {
	height: 75px;
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 0;
	width: 100%;
}

@media screen and (max-width: 670px) {
	.text-center-mobile {
		text-align: center;
	}
	.text-center-mobile > * {
		padding: 0 15px;
		margin: auto;
	}
	.height-0-mobile {
		height: 0;
	}
	#gistMainBannerImage1 {
		transform: translatey(-40px);
		 animation: float-lg 7s ease-in-out infinite;
		 width: 150%;
		 max-width: 200%;
		 margin-left: 12.5%;
		 margin-top: -55%;
	}

	#gistBrandWrapper img {
	  position:absolute;
	  width: 14.28%;
	  top: 100%;
	  padding: 10px;
	  transform: translateY(200px);
	  animation: brandsMobile 4.5s linear infinite;
	}
	#gistBrandsFade {
    top: 625px;
	}
	.gi_curved-top {
    position: relative;
    display: block;
    width: 200vw;
    height: 300px;
    top: -200px;
    left: -50vw;
    overflow: hidden;
    background-color: #fbfcfd;
    border-top-left-radius: 60%;
    border-top-right-radius: 60%;
    margin-bottom: -300px;
    z-index: 9;
	}
	.gi_enhance1 {
		margin-top: -100px;
	}
	.card-body {
    padding: 25px;
	}
	.card.card-body .icon-lg {
	    width: 40px;
	    height: 40px;
	    line-height: 1rem;
	    text-align: center;
	    font-size: 1rem;
	}
	.card.card-body .icon-lg i {
    line-height: 2.25rem;
	}
	.gi_app-logo {
    width: 40px;
    height: 40px;
    border-radius: 5px;
	}
	.mobile-background-white {
	    background: #fff;
	    padding: 25px 15px;
	    box-shadow: 0px 3px 10px 0px rgba(38, 59, 94, 0.1);
	}
	.zi9-mobile {
		z-index: 9;
	}
}
