@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');

@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");


body{
    overflow-x: hidden;
}

/* Hero section */
#hero{
    background-image: url('../images/hero-bg-2.png');
    background-position: center;
}
#hero{
    position: relative;
}
#hero .text1{
    position: absolute;
    top: 18%;
    left: 10%;
}
#hero .text2{
    position: absolute;
    top: 34%;
    left: 46%;
}
#hero .text3{
    position: absolute;
    top: 62%;
    left: 31%;
}

#hero p{
    font-family: 'Righteous', sans-serif;
}


/* Hero section */
#hero1{
    background-image: url('../images/forecastSteps4.png');
    background-position: center;
}

#a-little-about-us p{
    margin: 0;
}
#a-little-about-us p::before{
    content: '';
    display: inline-block;
    width: 10px;
    height: 2px;
    background: #fff;
    margin-right: 8px;
    vertical-align: middle;
}

/* #a-little-about-us p span{
    font-size: 30px;
} */

.content {
	position: relative;
    width: 800px;
}

.content p {
	color: #fff;
	font-size: 2.3em;
    width: 100%;
    position: absolute;
    letter-spacing: 1px;
	/* transform: translate(-50%, -50%); */
}

.content p:nth-child(1) {
	color: transparent;
	-webkit-text-stroke: 2px #ffb254;
}

.content p:nth-child(2) {
	color: #ffb254;
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    /* clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0); */
	/* animation: water 3s ease-in-out infinite; */
}

@keyframes water {
	0%,
	100% {
		clip-path: polygon(0 47%, 8% 36%, 19% 27%, 31% 29%, 42% 45%, 48% 66%, 58% 79%, 76% 79%, 89% 75%, 100% 63%, 100% 100%, 0 100%);
	}

	50% {
		clip-path: polygon(0 64%, 8% 76%, 19% 80%, 31% 78%, 42% 68%, 48% 46%, 58% 30%, 76% 28%, 89% 37%, 100% 48%, 100% 100%, 0 100%);
	}
    /* 0%{
        clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    }
    50%{
        clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
    }
    100%{
        clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    } */
}

@keyframes animate {
	0%,
	100% {
		clip-path: polygon(
			0% 45%,
			16% 44%,
			33% 50%,
			54% 60%,
			70% 61%,
			84% 59%,
			100% 52%,
			100% 100%,
			0% 100%
		);
	}

	50% {
		clip-path: polygon(
			0% 60%,
			15% 65%,
			34% 66%,
			51% 62%,
			67% 50%,
			84% 45%,
			100% 46%,
			100% 100%,
			0% 100%
		);
	}
}

#industry{
    padding-bottom: 100px;
    padding-top: 0;
}
#industry h2{
    margin-top: 0;
}
#industry .images{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
}

#industry .img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
  }
  
  /* #industry .img img {
    max-width: 100%; 
    height: auto; 
  } */

#industry .images img{
    width: 100%;
    height: 500px;
}


/* Modify slick slider */
.slick-dots li button:before {
    width: 10px !important;
    height: 10px !important;
    text-align: center !important;
    content: '' !important;
    background: #fff !important;
    border-radius: 50% !important;
    opacity: 0.5 !important;
}

.slick-dots li.slick-active button:before{
    opacity: 1 !important;
    background: #fff !important;
}

.slick-dots{
    z-index: 1;
    margin: 0 !important;
}

/* Modify nicepage.css */

.u-section-3 .u-container-layout, .demos .demo {
    background: black;
    color: #fff;
    border: 2px solid #ffb254;
    transition: 0.3s all ease;
}
.u-section-3 .u-container-layout:hover, .demos .demo:hover {
    background: #ffb254;
    color: #000;
    border: 2px solid #ffb254;
}
.u-section-3 .u-container-layout:hover span, .u-section-3 .u-container-layout:hover p, .u-section-3 .u-container-layout:hover h4, .demos .demo:hover span, .demos .demo:hover p, .demos .demo:hover h4{
    color: #000 !important;
}
.u-section-3 .u-container-layout:hover a, .demos .demo:hover a{
    color: #000 !important;
}

.u-container-layout span, .u-container-layout p, .u-container-layout h4, .demos .demo span, .demos .demo p, .demos .demo h4{
    color: #fff !important;
}

/* A little about us */
#a-little-about-us .text{
    width: 70%;
    padding: 20px;
    margin: auto;
    text-align: center;
}

/* Predictive Analysis Demo */
.predictiveAnalysisWrapper{
    width: 80%;
    margin: 0 auto;
}
.predictiveAnalysisLink{
    display: flex;
    width: 100%;
    margin: auto;
    align-items: flex-start;
    gap: 10px;
    font-weight: 600;
    text-align: left;
}
.predictiveAnalysisLink p{
    margin: 0;
}
#predictive-analysis-demo .demo{
    padding: 20px;
    padding-bottom: 40px;
}

#predictive-analysis-demo .demo h4{
    margin: 0;
    text-align: left;
    font-family: sans-serif;
    font-weight: 600;
    color: #ffb254 !important;
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 20px;
}
#predictive-analysis-demo .demo:hover h4{
    color: #000 !important;
}

.predictiveAnalysisInstructions ol{
    text-align: left;
}

.predictiveAnalysisInstructions li{
    list-style: decimal !important;
    font-family:  Roboto,sans-serif;
    font-weight: 500;
}

 /* Meet the team */

.meet-the-team .card{
    margin: 0 20px;
}

.meet-the-team2{
    gap: 10px;
}

.meet-the-team2 img{
    width: 30% !important;
}

.meet-the-team2 .card-body{
    padding: 0;
}

.meet-the-team2 .card{
    min-height: 300px;
}

.meet-the-team2 .card-body h5:nth-of-type(2){
    font-size: 16px;
}

.meet-the-team2 .card-body .position{
    font-size: 14px !important;
}

.meet-the-team2 .card-body p:nth-of-type(2){
    font-size: 15px;
}

/* technology */
.logos{
    /* background-color: rgba(33, 37, 41, 1) !important; */
    padding: 20px;
    border-radius: 10px;
    border: 2px solid orange;
    row-gap: 40px;
    margin: 0 !important;
}

/* Live demo */
.demos{
    align-items: stretch;
    row-gap: 30px;
}
.demos .demo{
    padding: 50px 20px;
    padding-top: 40px;
    border-radius: 20px !important;
    min-height: 100%;
}

.logos div{
    text-align: center;
}

.logos img{
    height: 100px !important;
}

.u-section-6{
    padding-bottom: 80px;
}

section{
    padding-top: 60.5px;
}

/* How to use */

.howToUse iframe,
.productDemo iframe{
    width: 100%;
    height: 345px;
    border: 2px solid orange;
    border-radius: 10px;
}

.howToUse h4,
.productDemo h4{
    text-align: center !important;
    color: #ffb254;
    font-weight: 700;
    font-family: 'Titillium Web',sans-serif;
}

.effect-wrap{
    position: relative;
}

.effect-wrap .effect {
    position: absolute;
}

.effect-1 {
    width: 30px;
    height: 30px;
    border: 4px solid #ffb254;
    right: 10%;
    bottom: 50px;
    animation: spin 10s linear infinite;
}

.effect-2 {
    left: 3%;
    width: 40px;
    bottom: 200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    animation: topBounce 3s ease-in-out infinite;
}

.effect-2 div {
    height: 3px;
    width: 3px;
    background: #ffb254;
    margin: 0 3px 8px;
}

@keyframes topBounce {
    0%, 100% {
        transform: translateY(0);
    }
    
    50% {
        transform: translateY(25px);
    }
}

@keyframes spin{
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .text1{
        left: 3% !important;
        top: 23% !important;
    }
    .text2{
        left: 38% !important;
    }
    .text3{
        left: 23% !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
    .text1{
        left: 13% !important;
    }
    .text2{
        left: 50% !important;
        top: 32% !important;
    }
    .text3{
        left: 35% !important;
        top: 64% !important;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1282px) {
    .text1{
        top: 26% !important;
        left: 11.2% !important;
    }
    .text2{
        left: 48% !important;
        top: 35% !important;
    }
    .text3{
        left: 31% !important;
        top: 61% !important;
    }
}

@media screen and (max-width: 768px){
    .content p {
        color: #fff;
        font-size: 1.5em;
        width: 100%;
        position: absolute;
    }
    .content {
        position: relative;
        width: 400px;
    }
    #hero .text1{
        top: 30%;
        left: 15%;    
    }
    #hero .text2{
        top: 38%;
        left: 50%;
    }
    #hero .text3{
        top: 56.5%;
        left: 36%;    
    }
    .content p:nth-child(1) {
        color: transparent;
        -webkit-text-stroke: 1px #e9bd43;
    }
}


@media screen and (max-width: 450px){
    #industry .images{
        width: 95%;
    }
    #industry .images img{
        width: 100%;
        height: 200px;
    }
    #a-little-about-us .text{
        width: 90%;
        padding: 20px;
        margin: auto;
        text-align: center;
    }
    .howToUse iframe, .productDemo iframe{
        height: 220px;
    }
    .content p {
        color: #fff;
        font-size: 1em;
        width: 100%;
        position: absolute;
    }
    .content {
        position: relative;
        width: 220px;
    }
    .meet-the-team2{
        justify-content: center;
    }
    #hero{
        background-image: url('../images/hero-bg-1.png');
        background-position: center;
    }
    #hero .text1{
        top: 38%;
    }
    #hero .text2{
        top: 42%;
    }
    #hero .text3{
        top: 51.5%;
    }
    .content p:nth-child(1) {
        color: transparent;
        -webkit-text-stroke: 1px #e9bd43;
    }
    .effect-1 {
        bottom: 150px;
    }
}


@media only screen and (min-width: 1441px){
    .text1{
        left: 15% !important;
    }
    .text2{
        left: 51% !important;
        top: 32% !important;
    }
    .text3{
        left: 36% !important;
        top: 64% !important;
    }
}
