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


/* 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 {
    margin-top: 5rem;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 80px;
    font-size: 5rem;
    font-weight: 700;
    align-items: center;
}

hr {
    border: none;
    height: 1px;
    color: rgb(254, 254, 254);
    background-color: rgb(255, 255, 255);
    width: 50%;
}

.slogan {
    font-size: 1.44rem;
}

.banner a {
    color: #fff;
    text-decoration: none!important;
}

@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);
    }
}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

.row2 {
    display: inline-block;
    padding-top: 5rem;
}

.portfolio .portfolio-item {
    margin-bottom: 30px;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 20px auto;
    list-style: none;
    text-align: center;
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 16px 10px 16px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    color: #e3dddd;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
    border-radius: 50px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    color: rgb(233, 3, 195);
    background: #feffff;
}

.portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(230, 227, 227, 0.6);
}

.portfolio .portfolio-wrap::before {
    content: "";
    background: rgba(235, 228, 228, 0.6);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
}

.portfolio .portfolio-wrap img {
    transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
    text-align: center;
    z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
    color: #fff;
    margin: 0 5px 0 0;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
    color: #78d9cd;
}

.portfolio .portfolio-wrap:hover::before {
    max-zoom: 500px;
}

.portfolio .portfolio-wrap:hover img {
    transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
}


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






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

.have-project {
    margin-top: -150px;
    background-image: url(../images/have.png);
    background-size: cover;
    background-position: center center;
    padding-top: 400px;
    padding-bottom: 300px;
}

.project {
    padding: 64px 69px 54px 78px;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .project {
        padding: 42px 69px 36px 57px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .project {
        padding: 42px 19px 36px 40px
    }
}

@media (max-width: 767px) {
    .project {
        padding: 42px 19px 36px 40px
    }
}

.project .wantToWork-caption h2 {
    color: rgb(52, 49, 49);
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 13px
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .project .wantToWork-caption h2 {
        padding-right: 20px;
        margin-bottom: 18px
    }
}

@media (max-width: 767px) {
    .project .wantToWork-caption h2 {
        margin-bottom: 18px;
        font-size: 31px
    }
}

.project .wantToWork-caption p {
    color: rgb(39, 37, 37)
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .project .wantToWork-caption p {
        padding-right: 20px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .haveAproject .wantToWork-caption p {
        padding-right: 20px;
        margin-bottom: 30px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .project .wantToWork-caption p {
        margin-bottom: 30px
    }
}

@media (max-width: 767px) {
    .project .wantToWork-caption p {
        margin-bottom: 30px;
        font-size: 15px
    }
}

.wantToWork-btn {
    box-shadow: none !important;
    width: 8rem;
    padding: 10px;
    border: none;
    border-radius: 50px;
    background: linear-gradient(to right, #E526E5, #3F80F5);
    color: #fff;
    transition: transform 1.2s;
}

@media only screen and (min-width: 992px) and (max-width: 2500px) {
    .project .wantToWork-btn {
        align-items: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .project .wantToWork-btn {
        align-items: center;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .project .wantToWork-btn {
        align-items: center;
    }
}

@media (max-width: 767px) {
    .project .wantToWork-btn {
        align-items: center;
    }
}