/* ================================
    Template name: Appli;
    Template Version: v1.0.0;
================================ */


/* ================================
    *CSS INDEX
    *BASE CSS
    *HEADER AREA CSS
    *HERO AREA CSS
    *SERVICE AREA CSS
    *FEATURE AREA CSS
    *BENEFIT AREA CSS
    *VIDEO AREA CSS
    *BUSINESS AREA CSS
    *PRICE AREA CSS
    *COUNTING AREA CSS
    *TESTIMONIAL AREA CSS
    *DOWNLOAD AREA CSS
    *CONTACT AREA CSS
    *FOOTER AREA CSS
================================ */


/* ================================
    *BASE CSS
================================ */

.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus, input:focus, textarea:focus { outline: 0 solid }
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin: 0;
}

body {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    color: #5A5A5A;
    line-height: 28px;
    font-weight: 300;
}

a:hover { text-decoration: none }

.margin-60 {
    margin-top: 60px;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999999999999;
    height: 100%;
}

#status {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    padding: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99999999999999;
}

#status img {
    height: 150px;
    width: 150px;
}

/* ================================
    *HEADER AREA CSS
================================ */

.main-header.header-absolute {
    position: absolute;
    width: 100%;
    z-index: 99;
    background: transparent;
}

.main-header {
    padding: 60px 0;
    background: #000;
}

.mainmenu {
    padding: 6px 0;
}

.mainmenu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mainmenu li {
    display: inline-block;
    padding: 0 13px;
}

.mainmenu li a {
    display: block;
    color: #fff;
    font-weight: 600;
    transition: all .3s;
}

.mainmenu li a:hover {
    border-bottom: 2px solid #2D8EFF;
}

.mainmenu-phone {
    padding: 6px 0;
}

.mainmenu-phone ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mainmenu-phone li {
    display: inline-block;
    padding: 0 13px;
}

.mainmenu-phone li a {
    display: block;
    color: #fff;
    font-weight: 600;
    transition: all .3s;
}

.mainmenu-phone li a:hover {
    border-bottom: 2px solid #2D8EFF;
}

/* ================================
    *HERO AREA CSS
================================ */

.hero-area {
    background-image: url(../img/hero-area-bg.jpg);
    height: 1080px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-color: #ddd;
    position: relative;
    display: table;
}

.hero-area-wrap {
    display: table-cell;
    vertical-align: middle;
    border-bottom: 1px solid #D5D6D8;
}

.hero-area-content {
    color: #fff;
    padding-top: 160px;
}

.hero-area-content h1 {
    font-size: 45px;
    line-height: 53px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 40px;
}

a.default-btn {
    display: inline-block;
    background: #2D8EFF;
    color: #fff;
    font-weight: 600;
    padding: 11px 37px;
    border-radius: 15px;
    margin-top: 25px;
    transition: all .3s;
}

a.video-play {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
}

.video-play i:before {
    font-size: 30px;
    margin-left: 30px;
    margin-right: 10px;
    transition: all 2s;
}

.video-play:hover i:before {
    color: #2D8EFF;
}

.hero-area-btn {
    display: inline-block;
}

.hero-area-btn a {
    color: #fff;
}

.hero-area-btn p {
    display: inline-block;
    cursor: pointer;
}

a.default-btn:hover {
    -webkit-box-shadow: 0px 18px 26px -9px #2D8EFF;
    -moz-box-shadow: 0px 18px 26px -9px #2D8EFF;
    box-shadow: 0px 0px 26px -9px #2D8EFF;
}

.hero-area-btn a.video-play {
    margin-top: 7px;
}

/* ================================
    *DOWNLOAD AREA CSS
================================ */

.download-area {
    background-image: url(../img/download-area-bg.jpg);
    background-size: cover;
    background-position: center;
    background-color: #ddd;
    padding: 100px 0;
}

.download-content h2 {
    font-size: 35px;
    color: #1c1f28;
    margin-bottom: 25px;
}

.downlaod-btn a {
    padding: 10px;
}

.downlaod-btn {
    margin-top: 35px;
}

.phone-download{display: none;}
@media (max-width: 768px){.phone-download{display: block !important;}}
.pc-download{display: block;}
@media (max-width: 768px){.pc-download{display: none;}}

/* ================================
    *CONTACT AREA CSS
================================ */

.contact-form {
    padding: 100px 0;
}

.contact-form h2 {
    font-size: 35px;
    color: #1c1f28;
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}

.contact-form h2:before {
    position: absolute;
    left: 290px;
    bottom: -25px;
    width: 150px;
    height: 1px;
    background: #8D8E93;
    content: "";
}

.contact-form h2:after {
    position: absolute;
    left: 360px;
    bottom: -30px;
    width: 10px;
    height: 10px;
    border: 1px solid #2D8EFF;
    border-radius: 50%;
    content: "";
    background: #fff;
}

.contact-form-wrap input[type=text], .contact-form-wrap input[type=email] {
    width: 100%;
    border-bottom: 1px solid #8D8E93;
    padding: 15px 0;
}

.contact-form-wrap input, .contact-form-wrap textarea {
    border: none;
}

.contact-form-wrap input[type=submit] {
    padding:  16px 37px;
    background: #2d8eff;
    border-radius: 15px;
    color: #fff;
    font-weight: 600;
    margin-top: 60px;
}

.contact-form-wrap input[type=text] {
    width: 100%;
    border-bottom: 1px solid #8D8E93;
    padding: 15px 0;
}

.contact-form-wrap input[type=text]:focus, .contact-form-wrap input[type=email]:focus {
    border-color: #2D8EFF;
}

/* ================================
    *FOOTER AREA CSS
================================ */

.footer-area {
    padding-top: 70px;
    background: #1A1C26;
}

.logo h2 a {
    font-size: 35px;
    font-weight: 500;
    color: #fff;
}
.footer-meta h4 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.footer-meta ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 15px;
}

.footer-meta li {
    color: #fff;
    line-height: 2;
    transition: all .3s;
}

.footer-meta li:hover {
    color: #2D8EFF;
    cursor: pointer;
}

.footer-border {
    padding: 50px 0;
    border-bottom: 1px solid #8D8E93;
}

/* ================================
    *COPYRIGHT AREA CSS
================================ */

.copyright-area {
    background: #1A1C26;
    padding: 40px 0;
    color: #87888D;
}

/* tips */
.open-tips{position: fixed; z-index:9; left: 0; right: 0; top:0; bottom: 0; background: rgba(0,0,0,.8); overflow: hidden; display: none;}
.open-tips img{width: 300px; float: right; margin-right: 20px;}


#a img {
 
    display:none; 

}

#a:hover img { 

    display:block;

}

#sweep_code{

    position: absolute;
    right: 20px;
    top:40px;

}

#beepcode {
    max-width: 300px;
    height: auto;
}

/* ================================
    *MAIN PAGE - ONE SCREEN CSS
================================ */

.main-page {
    background-image: url(../img/hero-area-bg.jpg);
    height: 100vh;
    min-height: 600px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-color: #1a1c26;
    position: relative;
    display: table;
    overflow: hidden;
}

.main-page-wrap {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.main-content {
    color: #fff;
    padding: 20px 0;
}

.logo-area {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.logo-area img {
    width: 48px;
    height: 48px;
    margin-right: 12px;
}

.logo-text {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.main-title {
    font-size: 42px;
    line-height: 1.3;
    color: #fff;
    font-weight: 300;
    margin-bottom: 16px;
}

.main-subtitle {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 24px;
    font-weight: 300;
}

.device-info {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 8px 20px;
    margin-bottom: 30px;
    font-size: 14px;
}

.device-label {
    color: rgba(255, 255, 255, 0.7);
    margin-right: 8px;
}

.device-type {
    color: #2D8EFF;
    font-weight: 600;
}

.device-type.ios {
    color: #fff;
}

.device-type.android {
    color: #3DDC84;
}

.device-type.windows {
    color: #00A4EF;
}

.device-type.mac {
    color: #fff;
}

.download-section {
    margin-top: 10px;
}

.download-item {
    margin-bottom: 16px;
}

.download-btn {
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 10px;
    transition: transform 0.3s ease;
}

.download-btn:hover {
    transform: translateY(-2px);
}

.download-btn img {
    height: 48px;
    width: auto;
}

.pc-btn {
    font-size: 16px;
    padding: 14px 40px;
    border-radius: 12px;
    margin-top: 0;
}

.qr-section {
    margin-top: 20px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 24px;
    max-width: 360px;
}

.qr-item {
    text-align: center;
}

.qr-label {
    display: block;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    margin-bottom: 10px;
}

.qr-item img {
    width: 120px;
    height: 120px;
    border-radius: 8px;
    background: #fff;
    padding: 8px;
}

.qr-tip {
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    margin-top: 16px;
    margin-bottom: 0;
}

.phone-showcase {
    text-align: center;
}

.phone-showcase img {
    max-height: 80vh;
    width: auto;
    max-width: 100%;
}
