/*
* 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
*/

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: sans-serif;
    -webkit-font-smoothing: antialiased;
}

#nav-bar {
    position: sticky;
    top: 0;
    z-index: 10;
}

.navbar {
    background: linear-gradient(to right, #E526E5, #3F80F5);
    padding: 0 !important;
}


/*--------------------------------------------------------------
# Back to top button


.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #007bff;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #2990ff;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

--------------------------------------------------------------*/


/* Logo resize */

.navbar-brand img {
    height: 4rem;
    padding-left: 3rem;
    padding-top: 1rem;
}

.navbar-nav {
    margin-right: 3rem;
}

.navbar-nav li {
    padding: 0 1rem;
}

.navbar-nav li {
    padding: 0 1rem;
}

.navbar-nav .nav-item .nav-link {
    color: #fff !important;
    font-weight: 600;
    float: right;
    text-align: left;
}

.about.navbar-nav .nav-item .nav-link {
    color: rgb(8, 6, 6) !important;
    font-weight: 600;
    float: right;
    text-align: left;
}

.navbar {
    background: linear-gradient(to right, #E526E5, );
    padding: 0 !important;
}

.navbar-nav .nav-item .nav-link:hover {
    color: !important;
}

.fa-bars {
    color: #fff !important;
    font-size: 25px !important;
}

.about.fa-bars {
    color: rgb(1, 1, 1) !important;
    font-size: 25px !important;
}

.navbar-toggler {
    outline: none !important;
}


/* --------- Banner ---------- */

.banner {
    background: linear-gradient(to right, #E526E5, #3F80F5);
    color: #fff;
    padding-top: 5%;
}

.promo-title {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 80px;
    font-size: 5rem;
    font-weight: 700;
}

.outline {
    color: transparent;
    -webkit-text-stroke: 2px rgb(255, 255, 255);
    text-stroke: 2px rgb(255, 255, 255);
}

.slogan {
    font-size: 1.44rem;
}

.banner a {
    color: rgb(255, 255, 255);
    text-decoration: none!important;
}

.img-fluid {
    margin-top: -18rem;
    width: 100%;
}

.bottom-img {
    width: 100%;
}

@media only screen and (max-width: 1180px) {
    .img-fluid {
        margin-top: -6rem;
        width: 100%;
    }
    .outline {
        color: transparent;
        -webkit-text-stroke: 1px rgb(255, 255, 255);
        text-stroke: 1px rgb(255, 255, 255);
    }
}

@media only screen and (max-width: 768px) {
    .promo-title {
        line-height: 36px;
        font-size: 2rem;
    }
    .img-fluid {
        margin-top: -3rem;
        width: 100%;
    }
    .navbar-brand img {
        height: 4rem;
        padding-left: 1rem;
    }
    .outline {
        color: transparent;
        -webkit-text-stroke: 1px rgb(255, 255, 255);
        text-stroke: 1px rgb(255, 255, 255);
    }
}


/* -----------   About -------------*/


/* About Us Section
--------------------------------*/

#about {
    background: #fff;
    padding: 60px 0;
}

#about .about-container .background {
    margin: 20px 0;
}

#about .about-container .content {
    background: #fff;
}

#about .about-container .title {
    color: #333;
    font-weight: 700;
    font-size: 32px;
}

#about .about-container p {
    line-height: 26px;
}

#about .about-container p:last-child {
    margin-bottom: 0;
}

#about .about-container .icon-box {
    background: #fff;
    background-size: cover;
    padding: 0 0 30px 0;
}

#about .about-container .icon-box .icon {
    float: left;
    background: #fff;
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid #007bff;
    transition: all 0.3s ease-in-out;
}

#about .about-container .icon-box .icon i {
    color: #007bff;
    font-size: 24px;
    line-height: 0;
}

#about .about-container .icon-box:hover .icon {
    background: #007bff;
}

#about .about-container .icon-box:hover .icon i {
    color: #fff;
}

#about .about-container .icon-box .title {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 18px;
}

#about .about-container .icon-box .title a {
    color: #283d50;
}

#about .about-container .icon-box .description {
    line-height: 24px;
    font-size: 16px;
}

#about .about-extra {
    padding-top: 60px;
}

.row {
    align-items: center;
}

.description {
    text-align: left;
}

hr {
    border: none;
    height: 10px;
    color: linear-gradient(to right, #E526E5, #3F80F5);
    background-color: linear-gradient(to right, #E526E5, #3F80F5);
}


/* ----- Footer ------*/

#footer {
    background: linear-gradient(to right, #E526E5, #3F80F5);
    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, #E526E5, #3F80F5);
    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: #E526E5;
}

.preloader {
    background-color: #f7f7f7;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    margin: 0 auto
}

.preloader .preloader-circle {
    width: 100px;
    height: 100px;
    position: relative;
    border-style: solid;
    border-width: 3px;
    border-top-color: #8f1bdc;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    z-index: 10;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
    box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
    background-color: #ffffff;
    -webkit-animation: zoom 2000ms infinite ease;
    animation: zoom 2000ms infinite ease;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

.preloader .preloader-circle2 {
    border-top-color: #0078ff
}

.preloader .preloader-img {
    position: absolute;
    top: 50%;
    z-index: 200;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 6px;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

.preloader .preloader-img img {
    max-width: 55px
}

.preloader .pere-text strong {
    font-weight: 800;
    color: #dca73a;
    text-transform: uppercase
}

@-webkit-keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
}

@keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
}

.preloader {
    -moz-animation: cssAnimation 0s ease-in 0.7s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in 0.7s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 0.7s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in 0.7s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes cssAnimation {
    to {
        width: 0;
        height: 0;
        overflow: hidden;
    }
}

@-webkit-keyframes cssAnimation {
    to {
        width: 0;
        height: 0;
        visibility: hidden;
    }
}