@media(min-width: 1920px){
    .container{
        max-width: 1800px;
    }
}

.banner-container {
    background-image: url('./img/banner-stev_desktop.png');
    background-repeat: no-repeat;
    height: 800px;
    display: flex;
    justify-content: end;
    align-items: center;
}

.text-banner {
    width: 700px;
    padding: 0 30px;
    font-size: 20px;
    text-shadow: 1px 1px 3px #ffffff;
    line-height: 35px;
}

.text-mobile-container {
    display: none;
    text-align: center;
}

.title, .subtitle {
    text-align: center;
    position: relative;
}

.title-container {
    background: var(--giallo);
    padding: 22px 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: -50px;
    width: 60%;
    left: 0;
    font-size: 40px;
    font-weight: bold;
    color: #000;
}

.subtitle-container {
    background: black;
  padding: 22px 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: -15px;
  width: 40%;
  left: 0;
  font-size: 40px;
  font-weight: bold;
  color: white;
}

.contact-container {
    padding: 4% 4%;
    background: rgb(3, 3, 3);
}

:root {
    --giallo: #eac31b;
    --gray: #333333;
  }

body{
    font-family: 'Kanit';
}

a{
    color: inherit;
    text-decoration: none;
}

.max-container {
    max-width: 1920px;
    margin: 0 auto;
}

.bg-giallo{
    background: var(--giallo);
    padding: 10px 0;
}

.header-info {
    display: flex;
    justify-content: end;
}

.span-header-info {
   font-weight: 400;
}

.bg-nero {
    background: black;
    display: flex;
    justify-content: center;
    padding: 25px;
}

.banner img {
    filter:brightness(80%)
}

.banner-discoverent {
    max-width: 100%;
}

.services {
    display: flex;
    flex-direction: column;
    margin-top: 4rem!important;
    gap: 30px;
}

.services-container {
    margin-top: 8rem;
    margin-bottom: 8rem;
}

.services-blocks {
    padding: 5px;
}

.service-container {
    background: rgba(245,245,245, 0.8);
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 20px;
  box-shadow: 2px 2px 10px #aaa;
  flex: 1;
}

.service-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    box-shadow: 2px 2px 10px #aaaaaa;
    padding: 40px 0;
}

.service-icon {
    font-size: 50px;
    color: var(--giallo);
}

.service-title {
    text-align: center;
}

.titolo-banner {
    margin-bottom: 30px;
  }

.body-banner {
    margin-bottom: 30px;
}

.link-button {
    background: black;
    text-shadow: none;
    color: white;
    padding: 10px 30px;
    border-radius: 10px;
    box-shadow: 1px 2px 3px 1px #555;
    transition: border-radius 0.3s linear;
    display: block;
    width: 300px;
    text-align: center;

    &:hover {
        border-radius: 3px;
        background: #101010;
    }
  }

.bg-giallo .service-text, .bg-giallo .service-icon {
    color: black;
}

.bg-nero .service-text, .bg-nero .service-icon {
    color: var(--giallo);
}

.services-text-block {
    display: flex;
    align-items: center;
}

.services-subtitle {
    color: var(--giallo);
    text-transform: uppercase;
    font-weight: 600;
}

.services-text {
    font-size: 18px;
}

.footer-container {
    display: flex;
    justify-content: center;
}

.seo-section {
    margin: 7rem 0;
    text-align: center;
}

.seo-text {
    font-size: 18px;
}

.btn {
    background: var(--giallo);
    color: var(--gray)!important;
    border: none;
    margin-top: 20px;
    margin-bottom: 5rem;
    padding: 8px 30px;
    font-size: 20px;
    font-weight: 600;
    transition: border-radius 0.3s linear;

    &:hover {
        background: #e6d12c;
        border-radius: 3px;
    }
}


.form-group {
    margin-top: 30px;

}

.form-group input {
    border: none;    
    border-bottom: 2px solid white;
    border-radius: 10px;
    background: transparent!important;
    color: white!important;
}

::-webkit-input-placeholder {
    color: white!important;
 }


input::placeholder, textarea::placeholder {
    color: white!important; /* Colore del placeholder per browser compatibili con questa pseudo-classe */
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: white!important; /* Colore del placeholder per WebKit browsers (Chrome, Safari, Opera) */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: white!important; /* Colore del placeholder per Internet Explorer 10+ */
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: white!important; /* Colore del placeholder per Microsoft Edge */
}

.form-check-label {
    color: white;
}

.contact-section .contact-title, .contact-section .seo-text {
    color: var(--giallo);
}


.textarea {
    width: 100%;
    height: 242px;
    border: none;
    border-bottom: 2px solid white;
    border-radius: 10px;
    resize: none;
    background: transparent;
    padding: .375rem .75rem;
    color: white!important;
}

.contact-section {
    text-align: center;
}

.form-check {
    margin: 20px 0;
    text-align: start;
}

.form-check-input {
    border: 2px solid white;
}

@media(1440px >= width >= 1200px){
    .services-blocks {
        padding: 50px;
    }

    .services {
        flex-direction: row;
        margin-top: 30px;
    }

    .services-subtitle {
        font-size: 2.3rem;
        font-weight: 600;
    }

    .services-title {
        font-weight: bold;
        font-size: 3rem;
    }

    .services-text, .seo-text {
        font-size: 19px;
    }

    .seo-text {
        text-align: center;

    }

    .seo-section {
        line-height: 30px;
        margin: 8rem 0;
    }

    .seo-title {
        font-size: 3.2rem;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .contact-title {
        font-weight: bold;
        font-size: 3rem;
    }
}


@media(width >= 1440px) {

    h2.service-title {
        font-size: 3.5rem;
        font-weight: 600;
    }

    .services-blocks {
        padding: 50px;
    }

    .services {
        flex-direction: row;
        margin-top: 30px;
    }

    .services-subtitle {
        font-size: 2.3rem;
        font-weight: 600;
    }

    .services-title {
        font-weight: bold;
        font-size: 3.4rem;
    }

    .services-text, .seo-text {
        font-size: 20px;
    }

    .seo-text {
        text-align: center;
    }

    .seo-section {
        line-height: 30px;
        margin: 12rem 0;
    }

    .seo-title {
        font-size: 3.6rem;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .contact-title {
        font-weight: bold;
        font-size: 3.4rem;
    }
}

@media(width <= 1700px) {
    .banner-container {
        background-size: cover;
        background-repeat: no-repeat;
        background-position-y: center;
        height: 500px;
        display: flex;
        justify-content: end;
        align-items: center;
    }
    
    .text-banner {
        width: 600px;
        padding: 0 30px;
        font-size: 18px;
        text-shadow: 1px 1px 3px #ffffff;
        line-height: 35px;
    }
}


@media(width <= 1200px) {

    .header-info {
        justify-content: center;
    }

    .text-mobile-container {
        background: #101010;
        color: #f3f3f3;
        display: block;
        padding: 30px 0;

        .link-button {
            margin: 0 auto;
        }
    }


    .banner-container {
        background-image: url('./img/banner-stev_mobile.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position-y: center;
        height: 500px;
        display: flex;
        justify-content: end;
        align-items: center;

        .text-banner {
            display: none;
        }
    }

    .seo-text {
        font-weight: 300;
    }

    .title-container {
        width: 100%;
    }

    .subtitle-container {
        width: 80%;
    }

    .service-icon {
        font-size: 45px;
    }

    .container {
        padding: 0 5%;
    }

    .services {
        gap: 40px;
    }

    .logo-discoverent {
        width: 100px;
    }

    
}

@media(width <= 768px) {

    .text-mobile-container {
        padding: 30px 0;

        .seo-text {
            margin: 30px auto;
        }
    }

    .banner-container {
        height: 300px;
    }

    .contact-container {
        padding-top: 3rem;
    }

    .seo-text {
        text-align: justify;
        margin: 30px 0;
        font-size: 17px;
        font-weight: 300;
    }

    .title-container {
        font-size: 28px;
    }

    .subtitle-container {
        font-size: 28px;
    }

    .service-item {
        padding: 30px 0;
    }
    
    .service-icon {
        font-size: 40px;
    }
    
    .service-text {
        text-align: center!important;
        margin-top: 10px!important;
    }

    .seo-section {
        margin: 4.5rem 0;
    }

    .services {
        margin-top: 3rem!important;
    }

    .services-container {
        margin-top: 4rem;
        margin-bottom: 3rem;
    }
}

@media(width <= 480px) {

    .banner-container {
        height: 200px;
    }

    .text-mobile-container {
        padding: 30px 0;
    }

    .seo-text {
        font-size: 16px;
        font-weight: 300;
    }

}


