@font-face {
    font-family: 'butlermedium';
    src: url('butler_medium-webfont.woff2') format('woff2'),
         url('butler_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
  margin: 0;

  background: #fff;
  font-family: 'futura-pt',sans-serif;

}

h1{
  font-family: 'futura-pt',sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 72px;
	line-height: 96px;
	display: flex;
	align-items: center;
	letter-spacing: -0.08em;
}

h2{
  font-family: 'Butler';
	font-style: normal;
	font-weight: 500;
	font-size: 65px;
	line-height: 78px;
  line-height: 88%;
  color: #000;
}

h3{
	font-family: 'Butler';
	font-style: normal;
	font-weight: 500;
	font-size: 55px;
  color: #000;

}

h4{
  font-family: 'Butler';
  font-style: normal;
  font-weight: 400;
  font-size: 45px;
  line-height: 54px;
  color:#000;
}



h5{
  font-family: 'Butler';
  font-style: normal;
  font-weight: 200;
  font-size: 37px;
  line-height: 54px;
  color:#000;
}

h6{
  font-family: 'Butler';
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
}


p{
font-family: 'Karla', sans-serif;
font-size: 18px;
line-height: 21px;
}

#return-to-top {
    z-index: 100;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #fff;
    /* background: rgba(0, 0, 0, 0.7); */
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#return-to-top i {
    color: #000;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}




html{
	scroll-behavior: smooth;
}


.img-fluid{
	max-width: 100%;
}



.row{
  margin-right: 0;
  margin-left: 0;
}


/* hero */

.hero{
  background-color:#b695f8;
  height: 765px;


}
.hero-detail{
    padding-left: 109px;
    padding-top: 410px;
}

.hero-detail p{
  font-size: 18px;
  font-family: 'Butler';
  line-height: 129.6%;

}

.hero-datee-img{
  max-width: 100%;
  margin-top: 60px;
/* box-shadow: 60px 40px 60px rgba(0, 0, 0, 0.1); */
}



/* projects */
.wrap{
  padding: 0 30px;
}

.space{
  padding-top: 198px;
}

.space-bottom{
  padding-bottom: 198px;
}

.project-details{
  padding-top: 25em;
  padding-bottom: 240px;
}



.flowerimg{
  max-width: 80%;
  padding-top: 30px;
}



/* horizontal*/

.scrolling-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;

}

 .scrolling-wrapper h2 {
  color: white;
}

.ho-scroll {
  display: inline-block;
  /* border: 2px solid red; */


}

.persona-img{
	width: 837px;
	height: 599px;
}

.userflow1{
	max-width: 100%;
}

.userflow-max-gif{
	max-width: 100%;
}


/*  */
.datee_proof_user1{
	width: 1070px;
	height: 587px;
}

.more-title{
	font-family: 'futura-pt',sans-serif;
	font-size: 45px;
	text-align: center;
	margin-bottom: 60px;
}
.more{
	max-width: 100%;
}

.space-bottom-sm{
	margin-bottom: 60px;
}


.dateestyle{
	max-width: 100%;
}


/*  */
.col {
  flex: 1;
  min-width: 22%;
}
footer{
	margin-bottom: 60px;
}






   /*  Large devices (desktops, less than 1200px) */
   @media (max-width: 1199.98px) {

   }

   /*  Medium devices (tablets, less than 992px) */
   @media (max-width: 991.98px) {

   }




   /*  Small devices (landscape phones, less than 768px) */
   @media (max-width: 767.98px) {
     h1{
       font-size: 40px;
       line-height: 53px;
     }

     h2{
       font-size: 60px;
       line-height: 72px;
     }

     h4{
       font-size: 40px;
       line-height: 48px;
     }

     h5{
       font-size: 25px;
       line-height: 21px;
     }




     .hero-detail{
       padding-left: 29px;
         padding-top: 216px;
     }

     .hero-datee-img{
       max-width: 80%;
       margin-top: 60px;
     }

     .project-details {
       padding-top: 33em;
       padding-bottom: 7em;
     }

     .g-datee{
       max-width: 50%;
     }
     .space {
        padding-top: 7em;
     }

     .space-bottom {
        padding-bottom: 7em;
     }


   }


      /* Extra small devices (portrait phones, less than 576px) */
      @media (max-width: 575.98px) {
        h1{
          font-size: 40px;
          line-height: 53px;
        }

        h2{
          font-size: 60px;
          line-height: 72px;
        }

        h4{
          font-size: 40px;
          line-height: 48px;
        }

        h5 {
          font-size: 24px;
          line-height: 32px;
        }
        p{
        font-size: 15px;
        line-height: 18px;
        }


       .hero-detail{
         padding-left: 29px;
           padding-top: 216px;
       }

       .hero-datee-img{
         max-width: 80%;
         margin-top: 60px;
       }

       .project-details {
       padding-top: 33em;
       }
			 .scrolling-wrapper {
	 			padding-left: 30px;
	 		}


      }

			@media (max-width:500px) {
			  .col {
			    min-width: 50%;
			  }
				.more{
					margin-bottom: 30px;
				}
			}


      /* Extra small devices (portrait phones, less than 576px) */
      @media (max-width: 375.98px) {
        h1{
          font-size: 40px;
          line-height: 53px;
        }

        h2{
          font-size: 60px;
        	line-height: 72px;
        }

        h4{
          font-size: 40px;
          line-height: 48px;
        }

        h5 {
          font-size: 18px;
          line-height: 21px;
        }
        p{
        font-size: 15px;
        line-height: 18px;
        }


       .hero-detail{
          padding-left: 29px;
          padding-top: 216px;


       }

       .hero-datee-img{
         max-width: 100%;
         margin-top: 60px;
       }

       .project-details {
         padding-top: 23em;
         padding-bottom: 140px;
      }



      .g-datee {
         max-width: 100%;
      }

			.scrolling-wrapper {
				padding-left: 30px;
			}

      .app {
          max-width: 100%;
          padding-top: 7px;
      }

      }
