/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 21 2022 | 16:45:47 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

/*common Style*/
.page-template-template-oryza-user .ast-container {
	display: block;
}
a {
    text-decoration: none!important;
}
/* a:visited {
    color:#FFF;
} */
.section-space{
    margin: 5rem 0;
}

.section-h2{
    text-align: center;
    color: #00849d;
    font-size: 2.5rem;
    margin-bottom: 2rem;
}

/* banner css starts */
.custom-cta {
    color: #fff!important;
    background-image: linear-gradient(to left, #416c98, #31abd0 71%);
    font-size: 1rem;
    font-weight: bold;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    text-decoration: none;
    border: none;
    outline: none!important;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.custom-cta .chevron-icon {
    filter: brightness(0)invert(1);
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.custom-cta:hover {
    color: #fff;
    text-decoration: none; -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.custom-cta:hover .chevron-icon {
    opacity: 1;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.custom-navbar {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 1;
}
.banner-section {
	height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
	-o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    position: relative;
}
.banner-section .banner-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
}
.banner-section .banner-container .banner-logo {
    margin-bottom: 1rem;
    width:20rem;
}
@media only screen and (max-width:790px) {
    .banner-section {
        height: 75vh;
    }
    .banner-section .banner-container .banner-logo {
        width: 10rem;
    }
}
.mobile-banner-section {
    display:none;
}
@media only screen and (max-width:790px) {
    .desktop-banner-section {
        display:none;
    }
    .mobile-banner-section {
        display:block;
		background-attachment: unset;
    }
}
/* banner css ends   */

/* About us section css starts */
.about-us{
    overflow: hidden;
}
.about-us-container {
    display: flex;
    align-items: center;
    position: relative;
}
@media screen and (max-width: 790px){
   .about-us-container {
        flex-direction: column;
    } 
}
.about-us-container .floating-icon-1{
    position: absolute;
    bottom: 1rem;
    left: 20rem;
    width: 200px;
}
@media screen and (max-width: 790px) {
    .about-us-container .floating-icon-1  {
        left: unset;
        right: 0;
        bottom: unset;
        width: 150px;
        z-index:-1;
    }
}
.about-us-container .description-container {
    width: 50%;
    padding: 1rem;
}
@media screen and (max-width: 790px){
    .about-us-container .description-container {
        width: 100%;
    }
}
.about-us-container .description-container .description-title,.about-us-container .description-container h2 {
    color: #00849d;
    font-size: 2.5rem;
    margin-bottom: 2rem;
}
@media screen and (max-width: 640px){
    .about-us-container .description-container .description-title,.about-us-container .description-container h2 {
        font-size: 2rem;
    }
}
.about-us-container .description-container .description-content,.about-us-container .description-container p {
    color: #7d7d7d;
    font-size: 1rem;
}
.about-us-container .slider-container {
    width: 50%;
}
@media screen and (max-width: 790px){
    .about-us-container .slider-container {
        width: 100%;
    }
}
.slick-slide {
    clip-path: polygon(50% 0, 100% 10%, 100% 90%, 50% 100%, 0 90%, 0 10%);
	-webkit-clip-path: polygon(50% 0, 100% 10%, 100% 90%, 50% 100%, 0 90%, 0 10%);
}
/* About us section css ends */

.waves-container{
	position: absolute;
	bottom: 0;
	width: 100%;
}
.waves {
  position:relative;
  width: 100%;
  height:12vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:130px;
}
/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height:40px;
    min-height:40px;
  }
}


/*-------*/
.prod-section{
	overflow: hidden;
}

.prod-section .wrapper {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 790px){
.prod-section .wrapper {
  flex-direction: column;
}
}
.card {
  width: 50%;
  height: 620px;
  perspective: 1500px;
  border: none;
}
@media screen and (max-width: 790px){
.card {
  width: 100%;
}
}
.card .content {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.8s cubic-bezier(0.75, 0, 0.85, 1);
}
.more {
  display: none;
}
.more:checked ~ .content {
  transform: rotateY(-180deg);
}
.front, .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
.front .inner {
/*   height: 100%; */
  padding: 1.5em;
  transform: translateZ(80px) scale(0.94);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
	position: absolute;
	bottom: 2rem;
	right: 0;
}
.front .inner .button-container {
  display: flex;
  align-items: center;
}
.front, .back {
  background-color: #fff;
  background-size: cover;
  background-position: center center;
}
/* .front:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65%;
    height: 80%;
    display: block;
    backface-visibility: hidden;
    background: linear-gradient(40deg, rgba(67, 138, 243, 0.7), rgb(232 244 255 / 70%));
    clip-path: polygon(50% 0, 100% 20%, 100% 80%, 50% 100%, 0 80%, 0 20%);
	-webkit-clip-path: polygon(50% 0, 100% 20%, 100% 80%, 50% 100%, 0 80%, 0 20%);
}
@media screen and (max-width: 790px){
  .front:after {
    width: 90%;
	height: 65%;
  }
} */
.back:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  backface-visibility: hidden;
  background: linear-gradient(40deg, rgba(67, 138, 243, 0.7), rgba(255, 242, 166, 0.7));
}
.front .inner {
  grid-template-rows: 3fr 0fr 0.5fr 0fr 3fr;
  justify-items: center;
}
.front h2 {
  grid-row: 2;
  margin-bottom: 0.3em;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff;
  font-weight: 500;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.back {
  transform: rotateY(180deg);
  background-color: #fff;
  padding: 5rem;
}
@media screen and (max-width: 990px){ 
	.back {
  		padding: 2rem;
	}
}
.back .inner {
  display: flex;
  justify-items: center;
  flex-direction: column;
  transform: translateZ(80px) scale(0.94);
  text-shadow: 2px 2px #507aa2;
}
.back .inner .prod-name{
	font-size: 2em;
    font-weight: 700;
    color: white;
}
.back .inner .prod-desc{
	font-weight: 600;
    color: white;
}
.back .inner .prod-desc p {
	font-size: 1.35em;
}

.back .description {
  grid-row: 5;
  grid-column: 1/-1;
  font-size: 0.86em;
  border-radius: 5px;
  font-weight: 600;
  line-height: 1.4em;
  overflow: auto;
  color: white;
  padding-right: 10px;
}

.back .button {
  grid-column: 1/-1;
  justify-self: center;
}
.button {
  grid-row: -3;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  cursor: pointer;
  display: block;
  padding: 0 1.5em;
  height: 3em;
  line-height: 2.9em;
  min-width: 3em;
/*   background-color: transparent; */
	
  border: solid 2px #fff;
  background-color: #fff;
	color: #355cc9;
  border-radius: 4px;
  text-align: center;
  left: 50%;
/*   backface-visibility: hidden; */
  transition: 0.3s ease-in-out;
/*   text-shadow: 0 0 6px rgba(0, 0, 0, 0.3); */
  margin: 0 0.5rem;
}
.button:hover {
  background-color: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  text-shadow: none;
  color: #355cc9;
}
.button:visited {
	color: #355cc9;
}
.prod-btns{
	display: flex;
    position: absolute;
    bottom: 2rem;
    transform: translateZ(80px) scale(0.94);
}
.prod-btns .button{
	margin-right: 1rem;
	text-decoration: none;
}
.button.return {
  max-width: 9rem;
}
.button.return:hover {
  background-color: white;
  box-shadow: none;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #859ddf;
}
::-webkit-scrollbar-thumb:hover {
  background: #355cc9;
}


/**/

/*-----faq-section-------*/

.faq-section {
    background-size: cover;
    background-attachment: fixed;
    object-fit: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    padding: 50px 0;
    position: relative;
}
@media only screen and (max-width:790px) {
	.faq-section {
		
	}
}
.faq-section:after{
	position: absolute;
	content: '';
	background: #0000006e;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.faq-section .wrapper {
	position: relative;
	z-index: 1;
  width: 60%;
  margin: auto;
}

.faq-section h1 {
  margin-bottom: 20px;
  color: white;
  text-align: center;
}

.faq-section .container {
  background-color: white;
  color: black;
  border-radius: 20px;
  box-shadow: 0 5px 10px 0 rgb(0,0,0,0.25);
  margin: 20px 0;
}

.question {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 20px 80px 20px 20px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.question::after {
  content: "\002B";
  font-size: 2.2rem;
  position: absolute;
  right: 20px;
  transition: 0.2s;
}

.question.active::after {
  transform: rotate(45deg);
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answer {
  padding: 0 20px 20px;
  line-height: 1.5rem;
}

.question.active + .answercont {
}

@media screen and (max-width: 790px){
  html {
    font-size: 14px;
  }
  .faq-section .wrapper {
  width: 80%;
}
}

/*-----faq-sec-end-----*/

.key-ingrediants ul {
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: 0;
    padding-left: 15px;
}
@media screen and (max-width: 790px){
	.key-ingrediants ul {
		flex-direction: column;
	}
}
.key-ingrediants ul li{
	min-width: 50%;
    color: white;
    font-size: 18px;
    font-weight: 600;
}
@media screen and (max-width: 790px){
	.key-ingrediants ul li {
		font-size: 14px;
	}
}

/*======= wow section ========*/

.section-h4{
	color: #416c98;
	margin-bottom: 1rem;
	text-align: center;
}
@media screen and (max-width: 640px){
	.section-h2{
	font-size: 2rem;
}
	.section-h4 {
		text-align: unset;
	}
}
.ing-container{
	margin-bottom: 3rem;
}
.key-ing{
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 640px){
	.key-ing{
		flex-direction: column;
		justify-content: unset;
	}
}
.key-ing .fa-star {
	color: #416c98;
}
.key-ing p {
	margin-right: 1rem; 
}

.features-container h4 {
	margin-bottom: 2rem;
}
.single_feature{
background: #fff none repeat scroll 0 0;
box-shadow:0 2px 30px rgba(0, 0, 0, 0.1);
margin-bottom: 30px;
padding: 40px 30px;
min-height: 12rem;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.single_feature:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to left, #416c98, #31abd0 71%);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.single_feature:hover, .single_feature:focus, .single_feature:active {
  color: white;
}
.single_feature:hover:before, .single_feature:focus:before, .single_feature:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.feature_icon{}
.single_feature i {
  border: 1px solid #e8e8e9;
  border-radius: 50%;
  color: #333;
  float: left;
  font-size: 20px;
  height: 60px;
  line-height: 60px;
  margin-right: 15px;
  position: relative;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 60px;
  z-index: 3;
  margin-top: 25px;
}
.single_feature:hover i{
  background: #fff;border: 1px solid #fff;color:#0b0861;
}
.single_feature h3 {
  text-transform: capitalize;
  font-size: 20px;
  font-weight:400;
  margin-top:0px;
  overflow: hidden;
}
.single_feature:hover h3{color:#fff;}
.single_feature span {
border-bottom: 1px dashed #ccc;
display: block;
margin: 15px auto 10px;
width: 80px;
}
.single_feature p { margin-bottom: 0 ;overflow: hidden;}
.features-container {
	position: relative;
	overflow: hidden;
}
.wow-section {
  position: relative;
}
.wow-section .floating-icon-1 {
    position: absolute;
    bottom: 1rem;
    right: 0rem;
    width: 200px;
    z-index: -1;
}
@media screen and (max-width: 640px) {
	.wow-section .floating-icon-1 {
		display: none;
	}
}
/* wow end */
.custom-footer a,.custom-footer a:visited,.custom-footer a:focus {
	color: #007bff;
	outline: none;
}