/*
* Template Name: Webiz
* Template URI: https://www.salvatoremandis.it
* Description: Webiz Digital Agency - Responsive Bootstrap Template
* Author: Salvatore Mandis
* Author URI: https://www.salvatoremandis.it
*/
/* body{font-family: sans-serif;background-color: #888;-webkit-font-smoothing: antialiased;} */

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Prompt',;
    background-color: #888;
    -webkit-font-smoothing: antialiased;
}

#nav-bar {
    position: sticky;
    top: 0;
    z-index: 5;
    
}

.navbar {
    /* background: linear-gradient(to right, #1723b1,#58f0ff);*/
    background: #fff;
    padding: 0 !important;
}
/* Logo resize */
.navbar-brand img {
    height: 0.7rem;
    width: 15rem;
    padding-left: 3rem;
  
}
/* img all_device resize */
.all-device {
    max-width: 710px;
    max-height: 442px;
}
.img-fluid {
    max-width: 100%;
    height: auto;
    margin:0;
    padding:0;
}
.navbar-nav {
    margin-right: 3rem;
}

    .navbar-nav li {
        padding: 0 1rem;
    }

    .navbar-nav li {
        padding: 0 1rem;
    }

.fa-bars {
    color: #fff !important;
    font-size: 25px !important;
}

.imglogo1 {
    max-width: 250px;
}

.navbar-toggler {
    outline: none !important;
}
/* --------- Banner ---------- */
.banner {
    /*background: linear-gradient(to right, #1723b1,#58f0ff);*/
    background: linear-gradient(to right, #f55a42,#f55a42);
    color: #fff;
    padding-top: 5%;
    height:650px;
}


.link-play {
    text-decoration: none;
}

    .link-play:hover {
        color: #58f0ff;
        text-decoration: none !important;
    }

.play-btn {
    width: 45px;
    margin: 20px 0;
    margin-right: 2em;
    text-decoration: none !important;
    transition: transform 1.2s;
}

    .play-btn:hover {
        color: #444;
        text-decoration: none !important;
        transform: scale(1.2);
    }

.banner a {
    color: #fff;
    text-decoration: none !important;
}



.bottom-img {
    width: 100%;
}
/* ---------- Services --------- */
#services {
    padding: 50px 0;
}

.service-img {
    width: 130px;
    margin-top: 2rem;
}

.services {
    padding: 20px;
}

    .services h4 {
        padding: 1em;
        margin-top: 5px;
        /*text-transform: uppercase;*/
    }

.title::after {
    content: '';
    background: linear-gradient(to right, #1723b1,#58f0ff);
    height: 8px;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-radius: 70px;
    transform: translateY(23px);
}

/* -----------   About -------------*/
#about {
    /*  background-color: #f8f9fa;*/
    background-color: #ff2200;
    padding-bottom: 3rem;
    padding-top: 3rem;
}

.about-title {
    font-size: 1.6rem;
    margin-top: 8%;
    font-weight: 600;
}

#about ul li {
    margin: 10px 0;
}

#about ul {
    margin-left: 20px;
}
/* ------- Testimonials Section -----*/
#testimonials {
    margin: 100px 0;
}

.testimonials {
    border-left: 3px solid #1723b1;
    margin: 50px 0;
}

    .testimonials img {
        height: 60px;
        width: 60px;
        border-radius: 50%;
        margin: 0 10px;
    }

.user-details {
    display: inline-block;
    font-size: 12px;
}

.feedback {
    font-style: italic;
}
/* ----- Footer ------*/
#footer {
    background: linear-gradient(to right, #f55a42,#f55a42);
    color: #fff;
}

.footer-img {
    width: 100%;
}

.footer-box {
    padding: 20px;
}

    .footer-box img {
        width: 4rem;
        margin-bottom: 20px;
    }

    .footer-box .fa {
        margin-right: 8px;
        font-size: 25px;
        height: 40px;
        width: 40px;
        text-align: center;
        padding-top: 7px;
        border-radius: 2px;
        display: inline-block;
    }

    .footer-box .form-control {
        box-shadow: none !important;
        border: none;
        border-radius: 0;
        margin: 20px 0;
    }

    .footer-box .btn-primary {
        box-shadow: none !important;
        width: 8rem;
        border: none;
        border-radius: 50px;
        background: linear-gradient(to right, #f55a42,#f55a42);
        color: #fff;
        transition: transform 1.2s;
    }

        .footer-box .btn-primary:hover {
            transform: scale(1.2);
            color: #fff;
        }
/*-------- Social Media icons ---------- */
#social p {
    font-weight: 600;
    font-size: 16px;
    margin-top: 20px;
}

#social .social-icons .svg-icons img {
    width: 23px;
    transition: transform .7s;
    margin-right: 1rem;
}

    #social .social-icons .svg-icons img:hover {
        transform: scale(1.2);
    }

.copyright {
    padding-top: 2%;
    font-size: 15px;
}

    .copyright a {
        text-decoration: none;
        color: #fff;
    }

        .copyright a:hover {
            text-decoration: none;
            color: #1723b1;
        }


.titletext {
    font-family: 'Prompt';
    font-weight: 400;
    font-size: 2.5rem;
}
.content-text {
    font-family: 'Prompt';
    font-weight: 400;
    font-size: 1.2rem;
}


.promo-title {
    font-family: 'Prompt';
    font-size: 3rem;
    font-weight: 500;
    margin-top: 3em;
}

.join-title {
    font-family: 'Prompt';
    font-size: 1.44rem;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
}

.logoimages {
    width: 10rem;
    height: 10rem;
   margin:0;
   padding:0;
}
.logo-dowload {
    width: 394px;
    height: 124px;
}
.logo-install {
    max-width: 100%;
    max-height: 100%;
}
    .navbar-nav .nav-item .nav-link {
        color: #333333 !important;
        font-family: 'Prompt';
        font-weight: 400;
        float: right;
        text-align: left;
        font-size: 1.2rem;
    }

    .navbar-nav .nav-item .nav-link:hover {
        color: black !important;
    }

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Prompt',;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
}

#nav-bar {
    position: sticky;
    top: 0;
    z-index: 10;
}

.navbar {
    /*background: linear-gradient(to right, #1723b1,#58f0ff);*/
    background: #fff;
    padding: 0 !important;
}
/* Logo resize */
.navbar-brand img {
    /*height: 4rem;*/
    width: 160px;
    height: 36px;
    padding-left: 2rem;
   /* margin-left: 20rem;*/
}

.img-fav {
    max-width:97px;
    max-height:27.53px;
}

.navbar-nav {
    margin-right: 3rem;
}

    .navbar-nav li {
        padding: 0 1rem;
    }

    .navbar-nav li {
        padding: 0 1rem;
    }

.fa-bars {
    color: #333333 !important;
    font-size: 25px !important;
}

.navbar-toggler {
    outline: none !important;
}
/* --------- Banner ---------- */
.banner {
    /*background: linear-gradient(90deg, rgba(0,137,215,1) 0%, rgba(0,163,215,1) 73%, rgba(33,240,240,1) 100%);
    color: #fff;*/
    background: rgb(255,209,0);
    background: linear-gradient(90deg, rgb(255,209,0,1) 0%, rgba(244,208,63) 73%);
    padding-top: 5%;
}


.link-play {
    text-decoration: none;
}

    .link-play:hover {
        color: #58f0ff;
        text-decoration: none !important;
    }

.play-btn {
    width: 45px;
    margin: 20px 0;
    margin-right: 2em;
    text-decoration: none !important;
    transition: transform 1.2s;
}

    .play-btn:hover {
        color: #444;
        text-decoration: none !important;
        transform: scale(1.2);
    }

.banner a {
    color: #fff;
    text-decoration: none !important;
}


.bottom-img {
    width: 100%;
}
/* ---------- Services --------- */
#services {
    padding: 50px 0;
}

.service-img {
    width: 130px;
    margin-top: 2rem;
}

.services {
    padding: 20px;
}

    .services h4 {
        padding: 1em;
        margin-top: 5px;
        /*ext-transform: uppercase;*/
    }

.title::after {
    content: '';
    background: linear-gradient(to right, #1723b1,#58f0ff);
    height: 8px;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-radius: 70px;
    transform: translateY(23px);
}

/* -----------   About -------------*/
#about {
    background-color: #f8f9fa;
    padding-bottom: 3rem;
    padding-top: 3rem;
}

.about-title {
    font-size: 1.6em;
    margin-top: 8%;
    font-weight: 600;
}

#about ul li {
    margin: 10px 0;
}

#about ul {
    margin-left: 20px;
}
/* ------- Testimonials Section -----*/
#testimonials {
    margin: 100px 0;
}

.testimonials {
    border-left: 3px solid #1723b1;
    margin: 50px 0;
}

    .testimonials img {
        height: 60px;
        width: 60px;
        border-radius: 50%;
        margin: 0 10px;
    }

.user-details {
    display: inline-block;
    font-size: 12px;
}

.feedback {
    font-style: italic;
}
/* ----- Footer ------*/
#footer {
    background: rgb(84,88,89);
    
}

.footer-img {
    width: 100%;
}

.footer-box {
    padding: 20px;
}

    .footer-box img {
        width: 4rem;
        margin-bottom: 20px;
    }

    .footer-box .fa {
        margin-right: 8px;
        font-size: 25px;
        height: 40px;
        width: 40px;
        text-align: center;
        padding-top: 7px;
        border-radius: 2px;
        display: inline-block;
    }

    .footer-box .form-control {
        box-shadow: none !important;
        border: none;
        border-radius: 0;
        margin: 20px 0;
    }

    .footer-box .btn-primary {
        box-shadow: none !important;
        width: 8rem;
        border: none;
        border-radius: 50px;
        background: linear-gradient(to right, #1723b1,#58f0ff);
        color: #fff;
        transition: transform 1.2s;
    }

        .footer-box .btn-primary:hover {
            transform: scale(1.2);
            color: #fff;
        }
/*-------- Social Media icons ---------- */
#social p {
    font-weight: 600;
    font-size: 16px;
    margin-top: 20px;
}

#social .social-icons .svg-icons img {
    width: 23px;
    transition: transform .7s;
    margin-right: 1rem;
}

    #social .social-icons .svg-icons img:hover {
        transform: scale(1.2);
    }

.copyright {
    padding-top: 2%;
    font-size: 15px;
}

    .copyright a {
        text-decoration: none;
        color: #fff;
    }

        .copyright a:hover {
            text-decoration: none;
            color: #1723b1;
        }

.primary-btn {
    font-family: Prompt;
    line-height: 40px;
    padding: 0 30px;
    border-radius: 20px;
    background: linear-gradient(to right, #1723b1,#58f0ff);
    border: 1px solid #fff;
    color: #ffffff;
    display: inline-block;
    font-weight: 400;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}
.btn-primary:hover {
    transform: scale(1.2);
    color: #fff000;
}
.section-btn {
    font-family: Prompt;
    line-height: 40px;
    padding: 0 30px;
    border-radius: 20px;
    background: linear-gradient(to right, #f55a42,#f55a42);
    border: 1px solid #fff;
    color: #ffffff;
    display: inline-block;
    font-weight: 400;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

/*a:hover {
    color: yellow;
}*/

.footer-text {
    font-family: 'Prompt';
    font-weight: 400;
    font-size: 1rem;
}
.center-dowloadpicture {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 1000%;
}

/* --------------------------
:: 8.0 Screenshots Area CSS
-------------------------- */

.app_screenshots_slides {
    padding: 0 6%;
}

    .app_screenshots_slides .single-shot {
        opacity: 0.7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
        transform: scale(0.85)
    }

    .app_screenshots_slides .center .single-shot {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

.app-screenshots-area .owl-dot {
    height: 11px;
    width: 11px;
    border: 2px solid #a49fba;
    border-radius: 50%;
    display: inline-block;
    margin: 0 6px;
    margin-top: 50px;
}

    .app-screenshots-area .owl-dot.active {
        background-color: #1723b1;
        border: transparent;
    }

.app-screenshots-area .owl-dots {
    height: 100%;
    width: 100%;
    text-align: center;
}

/*close screen shotarea*/
.section_padding_0_100 {
    padding-top: 0;
    padding-bottom: 100px;
}

.section-heading > h2 {
    font-weight: 400;
    color: #1723b1;
    font-size: 48px;
    margin: 0;
    font-family: Prompt;

}

.section-heading {

}

.line-shape {
    width: 80px;
    height: 2px;
    background-color: #58f0ff;
/*    margin-top: 15px;*/
}
.dividerLine {
    width: 100px;
    height: 2px;
    background-color: #58f0ff;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
/* --------------------------
:: in this privacy site page
-------------------------- */
.h1 {
    font-family: 'Prompt';
    font-weight: 400;
}
.bg-backgroud {
    background-color: #58f0ff;
}
.p {
    font-size:80px;
}
.paintext {
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: .01em;
    font-family: 'Prompt';
    font-weight: 400;
    color: black;
}
.contentPolicy {
    background-color: #fff;
}
.mainHeader {
    font-size: 1.9rem;
    line-height: 1.6;
    letter-spacing: .01em;
    color: black;
    text-align: center;
    font-family: 'Prompt';
}
.paragraph {
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: .01em;
    font-family: 'Prompt';
    font-weight: 400;
    color: black;
}
li.counters {
    display: table;
    counter-increment: item;
    margin-bottom: 1rem;
    font-family: 'Prompt';
    font-weight: 400;
}

a :link, a:visited {
    text-decoration: none;
}

.imagelogo {
    width: 200px;
    height:100px;
}

