 /*   my reset  */
h1,h2,h3,h4,p,a,ul,li{
    margin:0;
    padding:0;
    font-size: 100%;
    font-weight: normal;
    color: #000;
    text-decoration: none;
    line-height: 1;
   
}

img{
    vertical-align: top;
}
em{
    font-style:normal;
}
.hidden{
    display:none;
}  
   
   
   

/*    slogan  */



#contentmain{
    font-family: 'Source Sans Pro',sans-serif;
    font-weight: 300;
    font-size: 18px;
	margin:0 auto;
	position:relative;
}





/*   device  */

.device{
    width:90%;
    padding: 80px 0 116px;
    margin: 0 auto;

}
.device .container{
    width:100%;
    position: relative;
    display: block;
	justify-content:left;
    align-items: center;

}
.device .container .appliance img{
    position: absolute;
	top:0;
	left:0;

	
}

.device .container .texts{
	padding: 20px auto;
	width: 100%;
    text-align: center;
	}
.device .container .appliance{
	position: relative;
    left: 0px;
	top: 50px;
	}
.device .container .appliance img{
    position: absolute;
	top:0;
	left:0;
}
.device .texts h2{
	font-size:48px;
    color:#033;
    margin-bottom:20px;
    text-align: center;
	font-weight:900;
	
}

.device .texts p{
    font-size: 22px;
	line-height:2;
	padding-left:0;
    
}


.device .container .appliance #monitor{
    position:relative;
    left:0;
    top:0;
}
.device .container .appliance #phone{
    margin-top:40px;
    position: absolute;
    left:0;
	opacity:0.6;
	
}
#phone.animate{
    transform: translateX(15em);
}
#monitor.animate{
    transform: translateX(3em);
}
.slice{
    animation:fadIn 2s forwards ease-in;
    transition: 2s ease-in-out;
}
.animate{
    animation:fadIn 2s forwards ease-in;
    transition: 2s ease-in-out;
}
.grow-img{
    animation:fadIn 1s forwards ease-in;
    transition: 2s ease-in-out;
}
.animate-down{
    animation:fadIn 3s forwards ease-in;
    transition: 2s ease-in-out;
}
/*   features  */
.features{
    width:100%;
	 display: flex;
    position:relative;
    justify-content: center;
    margin: auto;
    padding:50px 0;
    background: #f0f0f0;
}
.features  .container{
    width: 100%;
    position:relative;
    display: flex;
    justify-content:center;
    align-items: center;
    
}
.features .container .item{
    width:100%;
    text-align: center;
    padding: 0 ;
}

.features .item img{
    width: 80%;
    height: 80%;
}

.features .item h4{
    font-size: 13px;
    color: #2c2f36;
    margin: 10px auto;
   
}
.features .item span{
    font-size: 10px;
    color: #2c2f36;
	padding:2px 5px;
	border:solid #FFF;
	border-radius:5px;
	
  
}
/*  location  */
.location{
    position: relative;
    width:100%;
}
.stripes{
    display: flex;
}
.stripes .stripe{
    height:0;
    width: 10%;
    
}
.stripes .stripe.animate-down{
    height:700px;
}

.location #s1{ background: #2c2f36; transition-delay:0.1s; }
.location #s2{ background: #444850; transition-delay:0.2s; }
.location #s3{ background: #36383c; transition-delay:0.3s; }
.location #s4{ background: #1e2026; transition-delay:0.4s; }
.location #s5{ background: #444850; transition-delay:0.5s; }
.location #s6{ background: #2b2d30; transition-delay:0.6s; }
.location #s7{ background: #212326; transition-delay:0.7s; }
.location #s8{ background: #36383c; transition-delay:0.8s; }
.location #s9{ background: #444850; transition-delay:0.9s; }
.location #s10{ background: #2c2f36; transition-delay:1s; }
.location .contents{
    position:absolute;
    right: 0;    
    left: 0;    
    top:80px;
   
}
.location .container{
    position:relative;
	width:100% ;
	display:block;
	  
}
.location .contents .map{
    position:relative;
   	width:80%;
    
}
.location .contents .map img{
	position:absolute;
	left:0;
	top:0;	
}
.location .contents  .container .hans{
	position:relative;
    text-align: center;
	
} 

.testimonial p{
  
}
#radar{
    position:absolute;
    left:50px;
    top:-50px;
    animation:rotation 10s infinite linear;
}
@keyframes rotation{
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}
.location .contents .hans h2{
    margin-bottom:30px;
   
	font-weight:bold;
}

.location .contents .hans p{
  
    
}




/* contentier_card */
#sectiontop{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 70px 0;
    background:#f0f0f0;
}
#sectiontop::before{
    content:'';
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    height: 50px;
    opacity:60%;
    background: #ccb297;
}
.container{
    position: relative;
    width: 900px;
    align-items: center;
    display:flex;
    justify-content: space-around;
}
.container .card{
    position:relative;
    width:250px;
    height: 300px;
    text-align: center;
    z-index: 10;
    margin: 20px 20px 60px;
    transition:0.5s;

}
#sectiontop .container .card:hover{
    transform: translateY(-20px);
    box-shadow: 0 15px 35px rgba(0,0,0,.5)
}

#sectiontop .container .card .box{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255,255,255,0.05);
    box-shadow: 0 15px 35px rgba(0,0,0,0.5);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255,255,255,0.1);
    z-index: 10;
    border-radius: 10px;
    transition:0.5s;
}
#sectiontop .percent{
    position:relative;
    width:150px;
    height:150px;
    border-radius:50%;
    z-index:100;
}
#sectiontop .percent .number{
    position:absolute;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#sectiontop .card h2{
    color:#777;
    font-weight:700;
    font-size:45px;
}
#sectiontop .card:hover h2{
    color:#11262e;
    font-size:60px;
}
#sectiontop .percent .number h2 span{
    font-size:24px; 
}
#sectiontop .text{
    position: absolute;
    bottom: -42px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    padding: 30px 20px 10px;
    background: #11262e;
    border-radius: 10px;
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    z-index: 1;
    pointer-events: none;
    transition: bottom 0.5s, z-index 0s, transform 0.5s, padding 0.5s;
    transition-delay: 0.5s,0.5s,0s,0.5s;
    color: #fff;
}

#sectiontop .card:hover .text{
    transition-delay:0s,0.5s,0.5s,0s;
    bottom:-70px;
    z-index: 11;
    transform:translateX(-50%) translateY(-50px);
    padding: 10px 20px 10px;
    font-size: 18px;
}

#sectiontop svg{
    position: relative;
    width: 150px;
    height: 150px;
    z-index: 1000;
}
#sectiontop svg circle{
    width: 100%;
    height: 100%;
    fill: none;
    stroke: rgba(255,255,255,0.05);
    stroke-width: 10;
    stroke-linecap: round;
    transform: translate(5px,5px);
    animation: 5s;
}


#sectiontop svg circle:nth-child(2){
    stroke-dasharray: 440;
    stroke-dashoffset: 440;
}
#sectiontop .card:nth-child(1) svg circle:nth-child(2){
    stroke-dashoffset: calc(440 - (440 * 80) / 100);
    stroke: #00ff43;
}
#sectiontop .card:nth-child(2) svg circle:nth-child(2){
    stroke-dashoffset: calc(440 - (440 * 72) / 100);
    stroke: #00a1ff;
}
#sectiontop .card:nth-child(3) svg circle:nth-child(2){
    stroke-dashoffset: calc(440 - (440 * 65) / 100);
    stroke: #ff04f7;
}



/* sectionbottom */

#section_wrap{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    background:#161623;
    margin: auto;
}
#section_wrap .section{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    height:700px;
    width:1200px;
    max-width:1200px;
}
#section_wrap .section .card{
    position:relative;
    width:280px;
    height:400px;
    margin:30px;
    box-shadow:30px 20px 50px rgba(0,0,0,0.5);
    border-radius: 15px;
    background :rgba(255,255,255, 0.1);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top:1px solid rgba(255,255,255,0.5);
    border-left:1px solid rgba(255,255,255,0.5);
    backdrop-filter:blur(5px) ;
}
#section_wrap .section .card .content{
    padding:20px;
    text-align: center;
    transition: 0.5s;
}
#section_wrap .section .card .content h2{
    position:absolute;
    top:-40px;
    right:30px;
    font-size:8em;
    color:rgba(255,255,255,0.05);
    pointer-events:none;
    font-weight: 800;
}
#section_wrap .section .card .content h3{
    font-size:1.8em;
    color:#fff;
    z-index:1;
    padding-bottom: 20px;
}
#section_wrap .section .card .content p{
    font-size:1em;
    color:#fff;
    font-weight:300;
}
#section_wrap .section .card .content a{
    position:relative;
    display:inline-block;
    padding:10px 25px;
    margin-top:20px;
    background: #fff;
    color:#000;
    border-radius:20px;
    text-decoration:none;
    font-weight:500;
}