* {
  box-sizing: border-box;
    font-family: "Archivo", sans-serif;
  box-shadow: none;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  box-shadow: none;
}

body {
    font-family: "Archivo", sans-serif;
  transition: all 0.3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  line-height: 1.5;
  background-color: var(--ds-btn-color);
  box-shadow: none;
  overflow-x: hidden;
  overflow-y: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1;
  margin: 0;
  padding: 0;
    font-family: "Archivo", sans-serif;
}

ul,
p {
  margin: 0;
  padding: 0;
  font-weight: 400;
    font-family: "Archivo", sans-serif;
}

span {
    font-family: "Archivo", sans-serif;
}

ul li {
  list-style-type: none;
}

a {
  text-decoration: none;
  font-family: "Archivo", sans-serif;
}

.form-control:focus {
  box-shadow: none;
}

input:focus-visible {
  outline: none;
}

.form-control:focus {
  box-shadow: none;
  border-color: transparent;
}

img {
  max-width: 100%;
}

:root {
  --ayur-primary-color: #6CAAA8;
  --ayur-white-color: #ffffff;
  --ayur-para-color: #9BAEAE;
  --ayur-box-bgcolor: #F2FBFB;
  --ayur-textbtn-color:#222222;
  --ayur-copyright-textcolor:#97B2B1;
  --ayur-footerbg-color: #333333;

}

:focus-visible {
  outline: none;
  border-color: transparent;
}

/* Scroll */
::-webkit-scrollbar {
  width: 8px;
} 
::-webkit-scrollbar-track {
  background-color: var(--ayur-white-color);
  -webkit-border-radius: 10px;    
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  height: 100px;
  background-color: var(--ayur-primary-color);
}
/* Scroll */
/* button css start*/
.ayur-btn, button.ayur-btn, input.ayur-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 145px;
  min-height: 45px;
  border-radius: 23px;
  font-size: 16px;
  font-weight: 500;
  color: var(--ayur-white-color);
  background-color: var(--ayur-primary-color);
  border: 1px solid var(--ayur-primary-color);
  font-family: "Inter", sans-serif;
  position: relative;
  z-index: 1;
}
.ayur-btn:hover{
  box-shadow:0 0 0 2em inset var(--ayur-textbtn-color);
  border-color: var(--ayur-white-color);
}
/* button css End*/
.ayur-bgcover{
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 118px 0 40px;
  overflow: hidden;
}
p{
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--ayur-para-color);
  font-family: "Inter", sans-serif;
}
/* loader css */
.ayur-loader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}
.ayur-loader img {
  width: 100px;
}
/*-------------- Banner section css start ----------*/
.ayur-banner-section{
  position: relative;
  background-image: url('../images/banner-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 45px 0 543px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ayur-heading-text {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.ayur-heading-text h1{
  font-size: 54px;
  font-weight: 800;
  color: var(--ayur-white-color);
  padding: 31px 0 0; 
}
.ayur-heading-text p {
  max-width: 700px;
  margin: 0 auto;
  padding: 18px 0 31px;
}
.ayur-head-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.ayur-head-btn .ayur-btn:nth-child(2){
  background-color: transparent;
  border-color: var(--ayur-white-color);
}
.ayur-head-btn .ayur-btn:nth-child(2):hover{
  box-shadow: inset 0 0 0 2em var(--ayur-primary-color);
  border-color: var(--ayur-primary-color);

}
.ayur-banner-leafimg img, .ayur-banner-images img{ 
  position: absolute;
}
.ayur-banner-leafimg img:nth-child(1) {
  top: 7.2%;
  left: 20.8%;
  animation: topbottomfloat 2s infinite alternate;
}
.ayur-banner-leafimg img:nth-child(2){
  right: 0;
  top: 0;
} 
.ayur-banner-images img:nth-child(1) {
  top: 20px;
  left: 17px;
  animation: topbottomfloat 2s infinite alternate;
}
.ayur-banner-images img:nth-child(2) {
  left: 27px;
  bottom: 48px;
  animation: topbottomfloat 2s infinite alternate;
}
.ayur-banner-images img:nth-child(3) {
  left: 23%;
  bottom: 26px;
}
.ayur-banner-images img:nth-child(4){
  top: 37px;
  right: 0px;
  animation: topbottomfloat 2s infinite alternate;
}
.ayur-banner-images img:nth-child(5){
  right: 0;
  bottom: 0;
  animation: topbottomfloat 2s infinite alternate;
}
@keyframes topbottomfloat {
  0% {
    transform: translate(0)
  }
  to {
    transform: translateY(-10px)
  }
}
@keyframes horizontalmove {
  0% {
    transform: translate(0)
  }
  to {
    transform: translateX(-10px)
  }
}
@keyframes floating-circle {
  from {
    -webkit-transform: rotate(0deg) translate(-12px) rotate(0deg);
    -moz-transform: rotate(0deg) translate(-12px) rotate(0deg);
    -ms-transform: rotate(0deg) translate(-12px) rotate(0deg);
    -o-transform: rotate(0deg) translate(-12px) rotate(0deg);
    transform: rotate(0deg) translate(-12px) rotate(0deg);
    transition:1s ease-in-out;
  }
  to {
    -webkit-transform: rotate(360deg) translate(-12px) rotate(-360deg);
    -moz-transform: rotate(360deg) translate(-12px) rotate(-360deg);
    -ms-transform: rotate(360deg) translate(-12px) rotate(-360deg);
    -o-transform: rotate(360deg) translate(-12px) rotate(-360deg);
    transform: rotate(360deg) translate(-12px) rotate(-360deg);
    transition:1s ease-in-out;
  }
}
/*-------------- Banner section css End ----------*/
/*-------------- Layout section css start ----------*/
.ayur-heading-sec {
  text-align: center;
  position: relative;
  margin: 0 0 52px;
}
.ayur-head-shadow h3{
  font-size: 40px;
  font-weight: 700;
  color: var(--ayur-primary-color);
}
.ayur-head-shadow h3.text-shadow {
  font-size: 40px;
  font-weight: 700;
  color: var(--ayur-primary-color);
  background: linear-gradient(180deg, #6CAAA8 0%, #FFFFFF 82%);
  opacity: 30%;
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  top: -38px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
.ayur-demoinner-wrapper{
  padding: 10px;
  border: 1px solid #E4FAFA;
  background-color: var(--ayur-box-bgcolor);
  border-radius: 10px;
  margin: 0 0 40px;
  position: relative;
  transition: all .5s ease-in-out;
}
.newdemo{
  position: absolute;
  content: '';
  top: -15px;
  right: -15px;
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 16px;
  color: var(--ayur-white-color);
  background-color: #CD8973;
  animation: rotateY 2s linear 0s infinite alternate;
}
@keyframes rotateY {
  0% {
    transform: rotateY(0deg);
  }
  20% {
      transform: rotateY(360deg);
  }
  100% {
      transform: rotateY(360deg);
  }
}
.ayur-demo-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgba(204, 229, 229, 1);
}
.ayur-demoinner-wrapper:hover .ayur-demo-img img{
  transform: scale(1.05);
}
.ayur-demo-btn{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 19px 6px;
}
.ayur-demo-btn h3{
  font-size: 16px;
  font-weight: 500;
  color: var(--ayur-textbtn-color);
  line-height: 26px;
}
.ayur-demo-btn a.ayur-btn {
  min-width: 130px;
  min-height: 38px;
}
.ayur-layout-leafimg img{
  position: absolute;
  z-index: -1;
  animation: 3s installation01 infinite alternate;
}
@keyframes installation01 {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-20px);
	}
}
.ayur-layout-leafimg img:nth-child(1){
  left: 0;
  bottom: 90px; 
}
.ayur-layout-leafimg img:nth-child(2){
  top: 80px;
  right: 0;
}
/*-------------- Layout section css End ----------*/
/*-------------- Innerpage section css start ----------*/
.ayur-innerpage-section{
  background-image: url('../images/innerpage-bg.jpg');
  max-width: 1820px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 118px 0 98px;
}
.ayur-heading-inner h3{
  color: var(--ayur-white-color);
}
.ayur-heading-inner h3.text-shadow{
  background: linear-gradient(180deg, #FFFFFF 0%, #103F3D 82%);
  opacity: 20%;
  -webkit-background-clip: text;
  background-clip: text;
}
.ayur-innerdemo-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.ayur-demoinner-wrapper.ayur-inner-demo{
  margin: 0;
}
.ayur-innerpage-leafimg img{
  position: absolute;
  animation: 3s installation01 infinite alternate;
}
.ayur-innerpage-leafimg img:nth-child(1){
  left: 0;
  bottom: 6px;
}
.ayur-innerpage-leafimg img:nth-child(2){
  top: 20px;
  right: 0;
}
/*-------------- Innerpage section css End ----------*/
/*-------------- Responsive section css start ----------*/
.ayur-responsive-image{
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.ayur-responsive-image::after{
  position: absolute;
  content: url('../images//mockup-bgimg.png');
  top: -58px;
  left: 192px;
  z-index: -1;
}
.ayur-resp-leafimg img{
  position: absolute;
  z-index: -1;
}
.ayur-resp-leafimg img:nth-child(1){
  top: 0;
  left: 125px;
  animation: horizontalmove 2s infinite alternate;
}
.ayur-resp-leafimg img:nth-child(2){
  right: 0;
  top: 20px;
  animation: 3s installation01 infinite alternate;
}
.ayur-resp-leafimg img:nth-child(3){
  right: 0;
  bottom: 42px;
  animation: horizontalmove 2s infinite alternate;
}
/*-------------- Responsive section css end ----------*/
/*-------------- Feature section css start ----------*/
.ayur-feature-section{
  overflow: hidden;
  padding: 125px 0 50px;
}
.ayur-feat-box-wrapper{
  text-align: center;
  border: 1px solid #EDEDED;
  border-radius: 10px;
  max-width: 270px;
  padding: 26px 0 38px;
  margin: 0 0 30px;
  transition: all .5s ease-in-out;
}
.ayur-feat-box-wrapper h2{
  font-size: 18px;
  font-weight: 600;
  color: var(--ayur-textbtn-color);
  margin-top: -8px;
}
.ayur-feat-leafimg img{
  position: absolute;
  z-index: -1;
  animation: topbottomfloat 1.5s infinite alternate;
}
.ayur-feat-leafimg img:nth-child(1){
  bottom: 0;
  left: 0;
  animation: horizontalmove 2s infinite alternate;
}
.ayur-feat-leafimg img:nth-child(2){
  right: 0;
  top: 27%;
}
.ayur-feat-box-wrapper:hover {
  transform: translateY(-5px);
}
.ayur-feat-box-wrapper:hover .ayur-feat-boximg img{
  animation:swing 0.8s ease-out 1;
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -moz-animation: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
}
/*-------------- Feature section css end ----------*/
/*-------------- Footer section css start ----------*/
.ayur-footer-section{
  background-image: url('../images/footer-bg.jpg');
  padding: 100px 0 0;
}
.ayur-footer-heading{
  margin: 0 auto 89px;
  text-align: center;
}
.ayur-footer-heading h4{
  font-size: 36px;
  font-weight: 700;
  color: var(--ayur-white-color);
  padding: 26px 0 13px;
}
.ayur-footer-heading h3{
  font-size: 50px;
  font-weight: 700;
  color: var(--ayur-white-color);
  padding: 0 0 36px;
}
.ayur-footer-heading a.ayur-btn{
  min-height: 50px;
  min-width: 160px;
  border-radius: 5px;
}
.ayur-copy-text p{
  font-size: 14px;
  font-weight: 400;
  color: var(--ayur-copyright-textcolor);
  padding: 13px 0 14px;
  text-align: center;
  position: relative;
}
.ayur-copy-text p::before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1170px;
  height: 1px;
  background-color: rgb(255 255 255 / 10%);
  z-index: 1;
}
.ayur-footer-leafimg img{
  position: absolute;
}
.ayur-footer-leafimg img:nth-child(1){
  bottom: 0;
  left: 0;
  animation: 3s installation01 infinite alternate;
}
.ayur-footer-leafimg img:nth-child(2){
  right: 0;
  top: 0;
}
.ayur-footer-leafimg img:nth-child(3){
  bottom: 0;
  right: 48px;

}
.ayur-footer-leaves img{
  position: absolute;
  animation: floating 10s infinite alternate;
}
@keyframes floating {
  from {
      transform: rotate(0deg) translate(-12px) rotate(0deg);
  }
  to {
      transform: rotate(360deg) translate(-12px) rotate(-360deg);
  }
}
.ayur-footer-leaves img:nth-child(1) {
  top: 4.5%;
  left: 26%;
}
.ayur-footer-leaves img:nth-child(2) {
  top: 5.6%;
  right: 14.2%;
}
.ayur-footer-leaves img:nth-child(3) {
  bottom: 12%;
  left: 17.9%;
}
.ayur-footer-leaves img:nth-child(4) {
  bottom: 10.4%;
  right: 27.7%;
}
/*-------------- Footer section css end ----------*/
/*-------------- Banner section css start ----------*/
