@font-face {
	font-family: 'themify';
	src:url('../fonts/themify.eot?-fvbane');
	src:url('../fonts/themify.eot?#iefix-fvbane') format('embedded-opentype'),
		url('../fonts/themify.woff?-fvbane') format('woff'),
		url('../fonts/themify.ttf?-fvbane') format('truetype'),
		url('../fonts/themify.svg?-fvbane#themify') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="ti-"], [class*=" ti-"] {
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ti-arrow-up:before {
	content: "\e627";
}

.grecaptcha-badge {
    opacity: 0 !important;
}


#loading{
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    text-transform: uppercase;
    color: #09F;
}

/*________________________________________swipe icon animated_____________________________________________*/

.disableSelection{
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
outline: 0;
}

.hide:hover .hide-item,
.hide:focus .hide-item {
  opacity: 0;
  display: none;
/*
  alternatively:
  opacity: 0%;
  filter: opacity(0%);
*/
}

.icon-wrapper{

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon-wrapper div {
  text-align: center;
}

.icon-wrapper svg {
  display: inline-block;
  width: 300px;
  margin: 3% auto;
  padding: 0px 100px;
}

/* SVG RULES */

.hand, 
.hand-double, 
.hand-flick, 
.hand-hold, 
.hand-rock, 
.hand-tap, 
.hand-x, 
.hand-y {
  fill: #fff;
  /*stroke: #000;*/
  /*stroke-width: 3px;*/
  stroke-linecap: round;
  stroke-linejoin: round;
}

.arrow-down, 
.arrow-head, 
.arrow-left, 
.arrow-right, 
.arrow-up, 
.arrow-up-1, 
.arrow-up-2, 
.arrow-up-3,   
.hold-1,
.hold-2, 
.line-horizontal, 
.line-rotate, 
.line-vertical, 
.notes, 
.tap-1, 
.tap-2 {
  fill: transparent;
  stroke: #fff;
  stroke-width: 3px;
  stroke-linecap: round;
  stroke-linejoin: round;
}



.arrow-up-3, 
.swipe-horizontal, 
.swipe-rotate, 
.swipe-vertical {
  /*opacity: .75;*/
}


/* ANIMATION KEYFRAMES */

@keyframes swipe-x {
  0% {
    transform: translateX(0px);
  }
  25% {
    transform: translateX(50px) rotateZ(10deg);
  }
  50% {
    transform: translateX(0px);
  }
  75% {
    transform: translateX(-50px) rotateZ(-10deg);
  }
}



/* SVG ANIMATION */

.icon-wrapper * {
  transform-origin: 50% 50%;
  perspective: 100px;
}

.hand-x {
  animation: swipe-x 1.25s ease-in-out backwards;
  animation-iteration-count:infinite;
}


/*________________________________________loader_____________________________________________*/

.box {
  width: 300px;
  height: 300px;
  flex-direction: column;
  /*background: #1a237e;*/
  display: flex;
  justify-content: center;
  align-items: center;
  /*box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.3);*/
}

.loadercontainer {
  height: 15px;
  width: 105px;
  display: flex;
  position: relative;
}
.loadercontainer .circle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #09F;
  animation: move 500ms linear 0ms infinite;
  margin-right: 30px;
}
.loadercontainer .circle:first-child {
  position: absolute;
  top: 0;
  left: 0;
  animation: grow 500ms linear 0ms infinite;
}
.loadercontainer .circle:last-child {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 0;
  animation: grow 500ms linear 0s infinite reverse;
}

@keyframes grow {
  from {
    transform: scale(0, 0);
    opacity: 0;
  }
  to {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes move {
  from {
    transform: translateX(0px);
  }
  to {
    transform: translateX(45px);
  }
}

header a.logo {
    margin-top: 25px;
}

header a.logo img{
	max-height: 9vh ;
  width: auto;
}

header.sticky a.logo {
    margin-top: 0px;
}

.feature-box-5 .icons {
    position: absolute;
    top: 0;
    left: 0;

}

.feature-box-5 img {
    width: 50px;
    height: auto;
}

.icon-round-small {
    border-radius: 100%;
    display: table-cell;
    height: 100px;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    width: 100px;
    font-size: 32px;
    padding: 10px;
}


.no-webp .cloud {
    background-image: url(../images/clouds.jpg);
}

.webp .cloud{
    background-image: url(../images/clouds.webp);
}



.cloud {
    /*background-image: url(../images/clouds.webp);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: 2;
}


.webp .hero::before{
  background-image: url(../images/device.webp);
}

.no-webp .hero::before{
  background-image: url(../images/device.png);
}

.hero::before {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: -30%;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: right 35% bottom 45%;
    z-index: 1;
}

.webp .sky{
  background-image:url(../images/sky-bg.webp);
  position: relative;"
}

.no-webp .sky{
  background-image:url(../images/sky-bg.jpg);
  position: relative;"
}

.webp .ion{
 background-position: center;
 background-repeat: no-repeat;
 background-image:url('../images/ion.webp');"
}

.no-webp .ion{
 background-position: center;
 background-repeat: no-repeat;
 background-image:url('../images/ion.jpg');"
}

.divider {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    z-index: 2;
    user-select: none;
}

.divider svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    max-height: 350px;
}

.divider .shape-fill {
    fill: #FFFFFF;
}

.bannerwrap {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex;
}

.wrap-sections {
    position: relative;
    margin: 0;
    padding: 0;
}

.showlogo {
    display: none;
}

.hidelogo {
    display: block;
}

header.sticky .showlogo {
    display: block !important;
}

header.sticky .hidelogo {
    display: none !important;
}

/* Style the button that is used to open and close the collapsible content */
.collapsible {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active,
.collapsible:hover {
    background-color: #00a8ff;
}

/* Style the collapsible content. Note: hidden by default */
.content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #ccc;
}

.collapsed-t {
    height: 250px;
    overflow: hidden;
    background-color: yellow;
}


.hideContent {
    height: 350px;
    overflow: hidden;
}

.showContent {

    height: auto;
}

#success-project-contact-form .success {
    position: absolute;
    width: 50%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 10%;
    text-align: center;
    border-radius: 25px;

}

#success-project-contact-form {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 11111111;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;

}

.full-screen__video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 720px;
}
/*--------------three.js label---------------*/
.point
{
    position: absolute;
    top: 50%;
    left: 50%;
    /* pointer-events: none; */
}

.point .label
{
    position: absolute;
    top: -20px;
    left: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #00000077;
    border: 1px solid #ffffff77;
    color: #ffffff;
    font-family: Helvetica, Arial, sans-serif;
    text-align: center;
    line-height: 40px;
    font-weight: 100;
    font-size: 14px;
    cursor: help;
    transform: scale(0, 0);
    transition: transform 0.3s;
}

.point .text
{
    position: absolute;
    top: 30px;
    left: -120px;
    width: 200px;
    padding: 20px;
    border-radius: 4px;
    background: #00000077;
    border: 1px solid #ffffff77;
    color: #ffffff;
    line-height: 1.3em;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 100;
    font-size: 14px;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
}

.point:hover .text
{
    opacity: 1;
}

.point.visible .label
{
    transform: scale(1, 1);
}



@media screen and (min-width: 1200px) {
    .hero::before {
        background-position: right 50% bottom 45%;
    }
}

@media screen and (max-width: 960px) {
    .hero::before {
        background-position: right 0% bottom 30%;
    }

    header a.logo {
        margin-top: 0px;
    }
}

@media screen and (max-width: 640px) {
    .hero::before {
        background-position: right 35% bottom 30%;
    }

    h1
}



@media (max-width: 1024px) {

    header a.logo {
        margin-top: 0px;
    }

    header a.logo img {
        max-height: 50px;
        width: auto;
    }
}

@media (max-width: 768px) {

    .dd {
        font-size: 42px;
    }

    header a.logo img {
        max-height: 26px;
        width: auto;
    }

    .feature-box-5 .icons {
        display: block;
        width: 100%;
        position: inherit;
        margin-bottom: 15px;
    }

    .mobile-slide {
        height: 100%;
    }

    .cloud {
        background-size: cover;
        height: 100% !important;
    }

    .hero::before {
        background-size: contain;
        right: 0%;
        bottom: -150px;
    }
}