/*
* 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;
    background-color: #888;
    -webkit-font-smoothing: antialiased;
}

.section2 {
    background-color: white
}

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

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

.form-group{
    font-color:#fe0c85;
    }
    

/* 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: 4rem;
    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: #fff;
    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);
    }
}

.cloud-project {
    margin-top: -10px;
    background-image: url(../images/cloud.png);
    background-size: cover;
    background-position: center center;
    padding-top: 10px;
    padding-bottom: 100px;
}

#about .btn-primary {
    box-shadow: none;
    padding: 8px 25px;
    border: none;
    border-radius: 20px;
    background: linear-gradient(to right, #E526E5, #3F80F5);
    transition: transform 1.2s;
    outline: none;
}

.aboutcloud-caption {
    font-family: Arial, Helvetica, sans-serif;
    color: #262728;
    margin-top: 100px;
}

#about .btn-primary:hover {
    transform: scale(1.2);
}


/* ---------- 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, #E526E5, #3F80F5);
    height: 8px;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-radius: 70px;
    transform: translateY(23px);
}

#services .btn-primary {
    box-shadow: none;
    padding: 8px 25px;
    border: none;
    border-radius: 20px;
    background: linear-gradient(to right, #E526E5, #3F80F5);
    transition: transform 1.2s;
    outline: none;
}

#services .btn-primary:hover {
    transform: scale(1.2);
}


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

.why {
    background-image: url(../images/why.png);
    background-size: cover;
    background-position: center center;
    padding-top: 1000px;
    padding-bottom: 300px;
}

.whychooseus {
    color: #fff;
}

.faq {
    margin-top: -600px;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1.5rem 1.5rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        transition: none;
    }
}

.accordion-button:not(.collapsed) {
    color: #8a22d8;
    background-color: #f5e9fe;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23d122e3'%3e%3cpath fill-rule='evenodd' d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3e  %3cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%239926f0'%3e%3cpath fill-rule='evenodd' d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3e %3cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button::after {
        transition: none;
    }
}

.accordion-button:hover {
    z-index: 2;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #cc93f8;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(153, 38, 240, 0.25);
}

.accordion-header {
    margin-bottom: 0;
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(252, 249, 249, 0.125);
}

.accordion-item:first-of-type {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.accordion-item:not(:first-of-type) {
    border-top: 0;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.accordion-body {
    padding: 1.5rem 1.5rem;
}

.accordion-flush .accordion-collapse {
    border-width: 0;
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
    border-top: 0;
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
}

.say-something-aera {
    position: relative;
    border-bottom: 1px solid #ffc9fd;
    width: 100%;
    display: block;
    overflow-block: 100%;
}

.say-something-aera .say-something-cap h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    color: #282828
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .say-something-aera .say-something-cap h2 {
        font-size: 41px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .say-something-aera .say-something-cap h2 {
        margin-bottom: 25px;
    }
    .say-something-aera .btnsay {
        margin-bottom: 25px;
        margin-top: -50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .say-something-aera .say-something-cap h2 {
        margin-bottom: 25px;
        font-size: 41px;
    }
    .say-something-aera .btnsay {
        margin-bottom: 25px;
        margin-top: -50px;
    }
}

@media (max-width: 767px) {
    .say-something-aera .say-something-cap h2 {
        margin-bottom: 25px;
        font-size: 30px;
        text-align: center;
    }
    .say-something-aera .btnsay {
        margin-top: -50px;
        margin-bottom: 80px;
        display: block;
        max-width: 300px;
        margin: auto;
    }
    .say-something-aera .say-something-cap p {
        text-align: center;
    }
}

.say-shape1 {
    width: 330px;
}

.btnsay {
    z-index: 2;
    position: relative;
}

.say-something-aera .say-shape .say-shape1 {
    z-index: 1;
    position: absolute;
    left: -99px;
    bottom: -140px
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
    .say-something-aera .say-shape .say-shape1 {
        left: -134px;
        bottom: -215px
    }
}

.say-something-aera .say-shape .say-shape2 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 50s;
    animation-duration: 50s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.blog_area a:hover,
.blog_area a :hover {
    background: -webkit-linear-gradient(131deg, #8f1bdc 0%, #8f1bdc 99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    transition: .4s
}

.fix {
    overflow: hidden;
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}


/* ------- Testimonials Section 

#testimonials {
    margin: 100px 0;
}

.testimonials {
    border-left: 3px solid #E526E5;
    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, #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;
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-250px * 7));
    }
}


/**/

.slider {
    padding-top: 100px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slide-track {
    animation: scroll 10s linear infinite;
    display: flex;
}

#events .btn-primary {
    margin-top: 30px;
    box-shadow: none;
    padding: 8px 25px;
    border: none;
    border-radius: 20px;
    background: linear-gradient(to right, #E526E5, #3F80F5);
    transition: transform 1.2s;
    outline: none;
    align-items: center;
}

.slide {
    padding: 5px;
}





    /* Main Slider Container */
    .slider1 {
        padding-top: 50px;
        width: 100%;
        overflow: hidden; /* Only hide vertical overflow */
    }
    
    .slide1-track {
        display: flex;
        gap: 20px; /* Space between logos */
        justify-content: flex-start;
        white-space: nowrap;
        animation: scroll 15s linear infinite; /* Adjust scroll speed as needed */
        transform: translateX(0);
    }
    
    .slide1 {
        flex: 0 0 auto;
        text-align: center;
    }

    /* Placeholder for Each Logo */
    .logo-container {
        width: 150px;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: white;
        padding: 10px;
        box-sizing: border-box;
        overflow: hidden;
    }

    /* Logo Images */
    .slide1 img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain; /* Maintains aspect ratio */
    }

    /* Text Under Each Logo */
    .slide1 p {
        margin-top: 10px;
        font-size: 1rem;
        text-align: center; /* Center align the text */
    }

    @keyframes scroll {
        0% {
            transform: translateX(0); /* Start position */
        }
        100% {
            transform: translateX(-390%); /* Adjust based on the total width of logos */
        }
    }
    /* Mobile View (General) */
@media (max-width: 768px) {
    .logo-container {
        width: 100px;
        height: 70px;
    }
    
    .slide1 p {
        font-size: 0.8rem;
    }

    /* Mobile-specific animation */
    .slide1-track {
        animation: scroll-mobile 30s linear infinite;
    }

    /* Mobile Keyframes */
    @keyframes scroll-mobile {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-1000%); /* Adjust based on the total width of logos */
        }
    }
}

/* Specific adjustments for iPhone screens */

/* iPhone SE, 8 and smaller screens */
@media (max-width: 375px) {
    .logo-container {
        width: 80px;
        height: 50px;
    }
    
    .slide1 p {
        font-size: 0.7rem;
    }

    /* Adjust animation for smaller screen width */
    .slide1-track {
        animation: scroll-iphone-small 35s linear infinite;
    }

    @keyframes scroll-iphone-small {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-1200%);
        }
    }
}

/* iPhone XR, 11 */
@media (min-width: 376px) and (max-width: 414px) {
    .logo-container {
        width: 90px;
        height: 60px;
    }
    
    .slide1 p {
        font-size: 0.75rem;
    }

    .slide1-track {
        animation: scroll-iphone-medium 30s linear infinite;
    }

    @keyframes scroll-iphone-medium {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-1100%);
        }
    }
}

/* iPhone 12 Pro Max and similar */
@media (min-width: 415px) and (max-width: 430px) {
    .logo-container {
        width: 100px;
        height: 70px;
    }

    .slide1 p {
        font-size: 0.8rem;
    }

    .slide1-track {
        animation: scroll-iphone-large 30s linear infinite;
    }

    @keyframes scroll-iphone-large {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-1000%);
        }
    }
}

/* Partners Section
#partners {
    padding: 40px;
    text-align: center;
    background-color: #f9f9f9;
}

#partners h2 {
    font-size: 2em;
    margin-bottom: 20px;
}

/* Carousel Styling */
/* .carousel {
    position: relative;
    max-width: 80%;
    margin: 0 auto;
    overflow: hidden;
}

.carousel-track-container {
    overflow: hidden;
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease;
    gap: 20px;
}

.carousel-slide {
    list-style: none;
    text-align: center;
    flex: 0 0 200px;
}

.carousel-slide img {
    width: 150px;
    height: 80px;
    display: block;
    margin: 0 auto 10px;
}

.carousel-slide p {
    font-size: 1em;
    color: #333;
}

/* Carousel Buttons */
/* .carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #333;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 1.2em;
}

.carousel-button-left {
    left: 10px;
}

.carousel-button-right {
    right: 10px;
}  */