
/*body, html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}*/







.scroll-container { width: 100%; height: 100%; position: relative; margin: 0; padding: 0; }

.scroll-container section { width: 100%; height: 100%; position: relative; padding: 120px 0 50px 0; }

.dots { z-index: 1; list-style: none; padding: 0; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.dots li a { padding: 10px; width: 4px; height: 5px; display: block; }

.dots li a:before { content: ''; position: absolute; width: 8px; height: 8px; background: rgba(255, 255, 255, 0.48); -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; border-radius: 10px; -webkit-transition: -webkit-transform 0.3s ease, background-color 0.3s ease; -moz-transition: -moz-transform 0.3s ease, background-color 0.3s ease; -ms-transition: -ms-transform 0.3s ease, background-color 0.3s ease; -o-transition: -o-transform 0.3s ease, background-color 0.3s ease; transition: transform 0.3s ease, background-color 0.3s ease; }

.dots li a.active:before { content: ''; background-color: #FFFFFF; width: 14px; height: 14px; margin-top: -4px; left: 7px; background-color: white; -webkit-transform: scale(1.0); -moz-transform: scale(1.0); -ms-transform: scale(1.0); -o-transform: scale(1.0); transform: scale(1.0); }

.dots-right { right: 10px; }

.dots-left { left: 10px; }

.features-swipe { position: relative; height: 100vh;  padding: 0px; margin: 0px 0 0 0; }

.features-page header { position: absolute; top: 0px; z-index: 999; }

.features-left { width: 40%; float: left; padding-right: 40px; }

.features-right { width: 60%; float: left; z-index: 99; position: relative; }

.features-bg { height: calc(100% - 100px); width: 550px; position: absolute; right: 0; top: 0; overflow: hidden; border-radius: 0 0 0 45px; }

.features-bg img { filter: blur(5px); -webkit-filter: blur(5px); height: 100%; width: 100%; object-fit: cover; }

.features-bg::before { content: ""; position: absolute; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.2); z-index: 9; }

#mainWrapper { display: flex; justify-content: center; align-items: center; height: 350px; }

#cardsWrapper { display: flex; justify-content: space-between; width: 700px; }

.card { max-width: 650px; perspective: 850px; position: relative; background-color: transparent; border: none; float: right; }

.image { width: 100%; height: 100%; transform-style: preserve-3d; transform: rotateX(9deg) rotateY(-17deg); }

.screen { background-color: #fff; width: 100%; height: 100%; transform: translateZ(30px) scale(0.940); box-shadow: 10px 10px 60px 0 rgba(0, 0, 0, 0.2); border-radius: 10px; padding: 0px; overflow: hidden; border: 3px solid #fff; }

.text { position: absolute; bottom: 25px; left: 30px; color: white; transform: translateZ(30px) scale(0.940); }

.text p { cursor: default; padding: 0; margin: 0; }

.text p:first-of-type { font-size: 2em; margin-bottom: 5px; }

.text p:last-of-type { font-size: 1em; }

.swipe-bottom { position: absolute; bottom: 0; left: 0; width: 100%; padding: 40px; }

.swipe-bottom h4 { float: right; margin: 0; background: #fff; width: 90px; height: 90px; border-radius: 50%; z-index: 9; position: relative; text-align: center; color: #d3d1ce; font-style: italic; font-size: 18px; padding: 32px 0; transform: rotate(-30deg); box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.1); }

.swipe-bottom h3 { float: left; margin: 12px 0 0 0; font-size: 65px; font-weight: 700; opacity: 0.1; color: #000; }

.swipe-bottom h3 span { padding: 0px 3px; font-weight: 300; }

.swipe-bg-light { background-color: #f3f1ee; }

.swipe-bg-gray { background-color: #d8d2c8; }

.swipe-bg-dark { background-color: #606060; }

.swipe-bg-white { background-color: #fff; }

.swipe-bg-dark h2 { color: #fff; }

.swipe-bg-dark h2 small { color: #d8d2c8; }

.swipe-bg-dark p { color: #d8d2c8; }

.features-page .dots { display: none; }

.features-swipe .features-right::after { position: absolute; bottom: -40px; right: -40px; height: 120px; content: ""; width: 190px; background-image: url(../images/dot.png); background-repeat: repeat; z-index: -9; }

.features-swipe .card::before { position: absolute; top: -10px; height: 18px; content: ""; width: 18px; background-color: rgba(0, 0, 0, 0.2); background-repeat: repeat; border-radius: 50%; z-index: 9; left: -11px; }

.features-swipe .card::after { position: absolute; top: -30px; height: 150px; content: ""; width: 150px; border-radius: 50%; border: 2px solid rgba(0, 0, 0, 0.1); left: -20px; z-index: -9; }
