/*
* ----------------------------------------------------------------------------------------
* 1. Theme default css
* ----------------------------------------------------------------------------------------
*/
*
{
	margin:0px;
	padding:0px;
}
body
{
	font-family: 'Poppins', sans-serif;
	font-size:14px;
	font-weight:400;
	line-height:1.5;
}
.width-100
{
	width:100%;
}
.opacity-1
{
	opacity:1 !important;
}
.spanel
{
	width:100%;
	height:0px;
	position:fixed;
	left:0px;
	right:0px;
	top:100%;
	bottom:0px;
	background:rgba(255,255,255,0.97);
	z-index:999;
	padding-left:160px;
	padding-right:70px;
	padding-top:70px;
	padding-bottom:70px;
	transition: all 1s;
}
.contactformsucc,
.supportformsucc,
.supportformerror
{
	opacity:0;
	position:absolute;
}
.spanel .content
{
	margin-top:30px;
}
.spanel .content ul
{
	list-style:square;
	padding-left:15px;
}
.spanel .content ul li
{
	 font-size:16px;
	 margin-bottom:10px;
	 color:#555;
}
.spanel .content a
{
	color:rgb(255, 63, 63);
}
.spanel.open
{
	top:0px;
	height:100%;
}
.spanel .spanel-title
{
	font-size:42px;
	font-weight:700;
}
.spanel .close-btn
{
	width:40px;
	height:40px;
	display:block;
	position:absolute;
	top:30px;
	right:30px;
	transform:rotate(45deg);
	cursor:pointer;
}
.spanel .close-btn:after
{
	content:"";
	width:40px;
	height:1px;
	background:#000;
	position:relative;
	display:block;
	bottom:20px;
}
.spanel .close-btn:before
{
	content:"";
	width:1px;
	height:40px;
	background:#000;
	position:relative;
	display:block;
	left:20px;
}
.spanel .content form input
{
width: 100%;
padding: 15px;
background: none;
border: 0px;
border-bottom: 2px solid rgb(255, 63, 63);
margin-bottom:30px;	
}
.spanel .content form select
{
	width: 100%;
padding: 15px;
background: none;
border: 0px;
border-bottom: 2px solid rgb(255, 63, 63);
margin-bottom:30px;	
}
.spanel .content form textarea
{
	width: 100%;
padding: 15px;
background: none;
border: 0px;
border-bottom: 2px solid rgb(255, 63, 63);
margin-bottom:30px;	
}
.spanel .content form  #submit-btn
{
	border:0px;
	padding:15px;
	background:rgb(255, 63, 63);
	color:#FFF;
	width:auto;
}
.spanel .content form  #submit-btn:hover
{
	background:#000;
}
.spanel .content .info 
{
	padding-left:80px;
	margin-top:30px;
	
}

.spanel .content .info:before
{
	content:"";
	width:1px;
	height:500px;
}
.spanel .content .info .label
{
font-size: 13px;
color: #666;
margin-bottom: 10px;	
}
.spanel .content .info .con
{
	font-size:18px;
	margin-bottom:30px;
	
}
.spanel .content .info .con
{
	color:#081b22;
}
.spanel .content .info .con i
{
	color:rgb(255, 63, 63);
	margin-right:5px;
}
.spanel .content .info ul
{
	padding:0px;
}
.spanel .content .info ul li
{
	display:inline-block;
	margin-right:15px;
}
.spanel .content .info ul li a
{
	color:rgb(255, 63, 63);
	font-size:18px;
}
.spanel .content .info ul li a:hover
{
	color:#000;
}
.spanel .content .info .con a
{
	color:#081b22;
	text-decoration:none;
}
a
{
	text-decoration:none;
	  transition: 0.3s;
	outline:none;
}
.buy-btn
{
	position:fixed;
	top:0px;
	right:0px;
	z-index:999;
}
.top-btn
{
	position:fixed;
	bottom:0px;
	right:0px;
	z-index:999;
}
.top-btn a
{
width: 60px;
height: 60px;
display: flex;
justify-content: center;
align-items: center;
text-decoration:none;
color:#FFF;
font-size:16px;
background:rgba(255, 63, 63, 0.95);
}

.top-btn a:hover
{
	background:#333333;
}
.top-btn a i
{
	transition: 0.7s;
}
.buy-btn a
{
	width: 60px;

height: 60px;

display: flex;
justify-content: center;
align-items: center;
text-decoration:none;
color:#FFF;
font-size:16px;
background:rgba(255, 63, 63, 0.95);
}
.buy-btn a:hover
{
	background:#333333;
}
.menu-btn
{
	display:block;
	position:relative;
}
#accordion .card
{
	margin-bottom:10px;
	border-radius:0px;
	background:none;
	border:1px solid #000;
}
#accordion .card-header {
	background:none;
}
#accordion .card-header a
{
		color:rgb(255, 63, 63);
}
#accordion .card-body {
	color:#444;
}
#accordion .card-body ul
{
	list-style:none;
	padding-left:15px;
	margin-top:10px;
	font-size:13px;
}
#accordion .card-body ul li
{
	margin-bottom:5px;
}
.darkshow {
    display: none;
}
/*
* ----------------------------------------------------------------------------------------
* 2. Preloader
* ----------------------------------------------------------------------------------------
*/
.preloader {
text-align: center;
position: fixed;
left: 0;
top: 0;
right: 0px;
bottom: 0px;
background: #333333;
opacity: 1;
width: 100%;
height: 100%;
z-index: 9999999;
}

.lds-circle {
  display: inline-block;
  transform: translateZ(1px);
  width:70px;
  height:70px;
  position:absolute;
  top:0px;
  bottom:0px;
  left:0px;
  right:0px;
  margin:auto;
}
.lds-circle > div {
  display: inline-block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  background: #FF3F3F;
  animation: lds-circle 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
@keyframes lds-circle {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(1800deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  100% {
    transform: rotateY(3600deg);
  }
}

/*
* ----------------------------------------------------------------------------------------
* 2. home
* ----------------------------------------------------------------------------------------
*/
.mobile-frame
{
display: flex;
align-items: center;
transform: scale(0.70);
}
.mobile-frame .box
{
position: relative;
width: 375px;
right: 0px;
top: 0px;
border-radius: 40px;
overflow: hidden;
height: 812px;
-webkit-border-radius: 40px;

}
.mobile-frame .phone
{


}
.mobile-frame  .iframe
{
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	width:100%;
	height:100%;
}
.mobile-frame  .iframe iframe
{
position: absolute;

border-radius: 40px;

height: 806px;

width: 378px;

margin: auto;

left: 0px;

right: 0px;

border: 0px;

top: 14px;
}
.bottom-btn a i
{
transform: rotate(180deg);


  /* Legacy vendor prefixes that you probably don't need... */

  /* Safari */
  -webkit-transform: rotate(180deg);

  /* Firefox */
  -moz-transform: rotate(180deg);

  /* IE */
  -ms-transform: rotate(180deg);

  /* Opera */
  -o-transform: rotate(180deg);

  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    transition: 0.7s;

}
.video-bg video {
    width: 100%;
}
.home-section {
    overflow: hidden;
	position:relative;
	margin-left:80px;
}
.video-bg
{
	position:absolute;
}
.subcribeform .succ
{
	position: absolute;
color: green;
text-align: center;
left: 0px;
right: 0px;
opacity:0;
	
}
.subcribeform .erro
{
		position: absolute;
color: red;
text-align: center;
left: 0px;
right: 0px;
opacity:0;
}
.home-section .content-b h1 {
    font-size: 50px;
    color: 
    rgb(255, 63, 63);
    line-height: 1.5;
	font-weight: 700;
}
.home-section .content-b h3 {
    color: 
    #FFF;
    font-size: 18px;
    margin-top: -8px;
    font-weight: 500;
}
.home-section .content-b p {
    font-size: 16px;
    color: 
    #FFF;
    opacity: 0.7;
    line-height: 1.8;
    width: 520px;
    margin-top: 25px;
}
.home-section .btn-box a {
border-radius: 0px;
display: inline-block;
background-color:
rgba(255, 255, 255, 0.1);
color:#ffffff;
border: 1px solid #CCC;
text-decoration:none;

}
.home-section .btn-box a:first-child
{
padding-left: 40px;

padding-right: 40px;

padding-top: 10px;

padding-bottom: 5px;
}
.home-section .btn-box
{
	margin-top:50px;
}
.home-section .btn-box a:last-child
{
padding-left: 50px;

padding-right: 50px;

padding-top: 10px;

padding-bottom: 5px;
}
.home-section .btn-box a:hover
{
	background:
rgb(255, 63, 63);

border: 1px solid
rgb(255, 63, 63);
}
.home-section .btn-box a i
{
	font-size:35px;
	position: relative;

top: 2px;
}
.home-section .btn-box a .left-part,
.home-section .btn-box a .right-part
{
	float: left;
}
.home-section .btn-box a .left-part
{
	margin-right: 12px;
}
.home-section .btn-box a .right-part .top-text
{
	font-size:12px;
	line-height:1.5;
	display: block;
}
.home-section .btn-box a .right-part .bottom-text
{
font-size: 18px;

line-height: 1.5;

display: block;

text-transform: uppercase;

font-weight: 600;
}
.home-section .content-b
{
display: table;
position: absolute;	
}
.home-section .content-b .box
{
	  display: table-cell;
    vertical-align: middle;
}
.video-bg .overlay {
    background: #333;
    opacity: 0.9;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
}
.mobile-box {
transform: scale(0.72);
}
.mobile-box iframe {
    position: absolute;
    right: 31px;
    z-index: 9;
    width: 345px;
    top: 0px;
    height: 735px;
    border: 0px;
    border-radius: 40px;
}
.phone-frame::before {
    content: "";
    background: url(../images/iphone-top.png);
        background-repeat: repeat;
        background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    z-index: 99;
    position: absolute;
    width: 195px;
    top: 11px;
    height: 53px;
    background-size: 100%;
    background-repeat: no-repeat;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
}
.phone-frame::before {
    content: "";
    background: url(../images/iphone-top.png);
        background-repeat: repeat;
        background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    z-index: 99;
    position: absolute;
    width: 195px;
    top: 11px;
    height: 53px;
    background-size: 100%;
    background-repeat: no-repeat;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
}
.phone-frame {
    width: 377px;
    float: right;
    position: absolute;
    right: 15px;
    top: -118px;
}
/*
* ----------------------------------------------------------------------------------------
* 2. side navigation
* ----------------------------------------------------------------------------------------
*/
.side-nav
{
width: 80px;

background:
#FFF;

position: fixed;

height: 100%;

padding-top: 20px;

padding-bottom: 20px;

z-index: 9999;
box-shadow: 0px 1px 7px -2px #888;
}
.side-nav .logo
{
width: 120px;
    margin: auto;
    background: #FFF;
}
.side-nav .social
{
position: absolute;
bottom: 50px;
width: 25px;
left: 0px;
right: 0px;
margin-left: auto;
margin-right: auto;
}
.side-nav .social ul
{
	margin:0px;
	padding:0px;
	list-style:none;
}
.side-nav .social ul li
{
	text-align:center;
	margin-bottom:15px;
}
.side-nav .social ul li a
{
	color:#081b22;
	font-size:14px;
}
.side-nav .social ul li a:hover
{
	color:rgb(255, 63, 63);
}
.menu-btn-box
{
width: 25px;

margin-left: auto;

margin-right: auto;

position: absolute;

left: 0px;

right: 0px;

top: 40%;
}
.menu-btn span
{
	width: 25px;

height: 2px;

background:
#081b22;

display: block;

margin-bottom: 5px;
}
.menu-btn.active span
{
	background:rgb(255, 63, 63);
}
.menu-btn:hover span
{
	background:rgb(255, 63, 63);
}
.side-nav-panel
{
	position: fixed;

height: 100%;

left: 80px;

background:
rgba(255,255,255,0.92);

top: 0px;

width: 350px;
padding:40px;
margin-left: -350px;
transition: all 1s ease-in-out;
z-index:999;
}
.side-nav-panel.open
{
	margin-left:0px;
}
.side-nav-panel .close
{
	font-size: 16px;
font-weight: 500;
position: absolute;
right: 35px;
top: 20px;
cursor:pointer;
}
.side-nav-panel .close:hover
{
	color:rgb(255, 63, 63);
}
.side-nav-panel ul
{
	margin:0px;
	padding:0px;
	list-style:none;
}
.side-nav-panel ul li 
{
	margin-bottom:30px;
	
}
.side-nav-panel ul li a
{
  font-size:28px;
  color: #081b22;
  font-weight:700;	
  text-decoration:none;
}
.side-nav-panel ul li a:hover, .side-nav-panel ul li a.active
{
	color:rgb(255, 63, 63);
}
.side-nav-panel ul li a:hover span, .side-nav-panel ul li a.active span
{
	color:rgb(255, 63, 63);
}
.side-nav-panel ul li a span
{
	display: block;
font-size: 14px;
font-weight: 500;
margin-top: 0px;
color:
#666;
}

.buy-now-btn
{
	position: absolute;
left: 0px;
right: 0px;
bottom: 20px;
}
.buy-now-btn a
{
	display: block;
padding: 10px 20px;
width: 220px;
background:
rgb(255, 63, 63);
height: 45px;
line-height: 28px;
text-align: center;
color:
#FFF;
text-transform: uppercase;
margin: auto;
text-decoration:none;
}
.buy-now-btn a:hover
{
	background:#111;
}
.section
{
	
	padding: 100px 0px;
	margin-left: 80px;
}
.section h4
{
font-size: 16px;
font-weight: 700;
color:
rgb(255, 63, 63);
text-transform: uppercase;
	
}
.section h2
{
font-size: 40px;
font-weight: 700;
font-style: normal;
color:
#1e232d;
}

.section-features, .section-screenshots
{
	background: #DFDFDF;
}
.section-features .box
{
	background:#FFF;
padding: 50px;

}
.section-features .box.active
{
	background: rgb(255, 63, 63);
}
.section-features .box.active .icon i
{
	color:#FFF;
	opacity:0.9;
}
.section-features .box.active  .title
{
	color:#FFF;
	opacity:0.9;
}
.section-features .box.active p
{
	color:#FFF;
	opacity:0.8;
}
.section-features .box p
{
color:
#50545e;
font-size: 14px;
line-height: 28px;
}
.section-features .box .title
{
font-size: 22px;
line-height: 36px;
text-align: left;
margin-bottom: 0.5rem;
color:
#081b22;
font-weight:700;
}
.section-features .box .icon i
{
font-size: 40px;
margin-bottom: 10px;
color:
rgb(255, 63, 63);
}

.section-contact
{
	
	background: #333;

}
/*
* ----------------------------------------------------------------------------------------
* 2. Fun facts
* ----------------------------------------------------------------------------------------
*/
.fun-facts
{
	position: relative;
padding-top: 70px;
padding-bottom: 70px;
background:url(../images/funfact.jpg);
background-attachment:fixed;
background-position:center;
margin-left:80px;
}
.theme-btn {
    position: fixed;
    right: 24px;
    top: 40%;
    z-index: 99;
}
.theme-btn ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.theme-btn ul li {
    margin-bottom: -6px;
}
.theme-btn ul li a.active {
    background: rgb(255, 63, 63);
}
.theme-btn ul li a {
    padding: 18px;
    writing-mode: tb-rl;
    background: #081b22;
    font-size: 16px;
    color: #FFF;
    text-decoration: none;
}
.dark .darkshow {
    display: block;
}
.dark .darkhide {
    display: none;
}
.fun-facts .overlay
{
	background:#333333;
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	width:100%;
	height:100%;
	opacity:0.9;
}
.fun-facts .box
{
	text-align:center;
}
.fun-facts .box .icon
{
	color:#FFF;
	font-size:25px;
	opacity:0.8;
}
.fun-facts .box .value
{
	font-size: 45px;
	font-weight:700;
	color:#FFF;
	
}
.fun-facts .box .name
{
	font-size: 16px;

font-weight: 500;

color:
rgb(255, 63, 63);
}
/*
* ----------------------------------------------------------------------------------------
* 2. screenshots
* ----------------------------------------------------------------------------------------
*/
.swiper-slider-area {
    position: relative;
}
.swiper-slide.swiper-slide-active {

    border-radius: 35px;
    border: 0px;
    opacity: 1 !important;

}
.swiper-slide {

    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 30px;
    border: 1px solid #DFDFDF;
    opacity: 0 !important;

}
.screen-mobile-image::after {

    content: "";
    position: absolute;
    bottom: 20px;
    width: 110px;
    height: 4px;
    background: 

    #f3f2f3;
    border-radius: 2px;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
    z-index: 99;

}
.swiper-wrapper {
    height: 580px;
    width: 320px;
    padding: 30px 0 40px;
}
.swiper-slide.swiper-slide-prev, .swiper-slide.swiper-slide-next {
    opacity: 1 !important;
}
.swiper-slide-shadow-left, .swiper-slide-shadow-right {
    background-image: none !important;
}
.screen-mobile-image {

    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    height: 600px;
    left: calc(50% + 1px);
    position: absolute;
    top: 22px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 297px;
    z-index: 2;
    border-radius: 40px;

}
/*
* ----------------------------------------------------------------------------------------
* 2. footer
* ----------------------------------------------------------------------------------------
*/
.subcribeform .btn:hover
{
	background: #081b22;
}
.section-contact
{
	padding-top:90px;
	padding-bottom:80px;
}
.section-contact p
{
	color:
#FFF;
font-size: 16px;
margin-bottom: 50px;
opacity: 0.5;
}
 .section-contact .form-control
{
height: 55px;
border: 0;
background-color:
#fff;
border-radius: 70px;
padding: 0 0 0 25px;
font-size: 16px;
}
.section-contact .subcribeform
{
	position: relative;
width: 55%;
margin: auto;
margin-bottom: 70px;
}
.section-contact .btn {
text-transform: uppercase;
position: absolute;
margin: 0;
top: 3px;
right: 3px;
bottom: 3px;
box-shadow: 0 0 0
transparent;
background:
rgb(255, 63, 63);
border-radius: 30px;
color:
#FFF;
padding: 10px 30px;
}
.footer-social
{
	margin-bottom:20px;
}
.footer-social ul
{
	margin:0px;
	padding:0px;
	list-style:none;
}
.footer-social li {
    display: inline-block;
}
.footer-social a {
   height: 45px;
width: 45px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
background: #081b22;
text-decoration: none;
color:
#FFF;
font-size: 14px;
margin-right: 5px;
}
.footer-social a:hover
{
	background:rgb(255, 63, 63);
}
.footer-link 
{
	text-align:center;
	margin-bottom: 7px;
}
.footer-link ul
{
	margin:0px;
	padding:0px;
	list-style:none;
}
.footer-link ul li
{
	display:inline-block;
	margin-left: 8px;
margin-right: 8px;
position:relative;
}
.footer-link ul li a
{
	color:#FFF;
	opacity:0.7;
	text-transform:uppercase;
	font-size:12px;
	text-decoration:none;
}
.footer-link ul li a:hover
{
	color:#FFF;
	opacity:1;
}
.footer-link ul li a:before
{
	content:"";
	width:5px;
	height:5px;
	border-radius:100%;
	background:rgb(255, 63, 63);
	position:absolute;
	right:-12px;
	top:8px;
}
.footer-link ul li:last-child a:before
{
	display:none;
}
.copyright
{
color:
#999;
font-size: 14px;
margin-top: 5px;

}
.copyright span
{
	color: #EEE;
}
