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

.contact-container {
    padding: 4% 4%;
    background: url('./img/background.jpg');
}

: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-discoverboat {
    max-width: 100%;
}

.services {
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
}

.services>div {
    flex: 1 0 50%;
}

.services-blocks {
    padding: 5px;
}

.services-container {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.service-block {
    width: 50%;
    padding: 10px;
}

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

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

.service-header {
    font-size: 25px;
    font-weight: 600;
    margin-top: 5px;
    text-align: center;
}

.service-text {
    font-size: 16px;
    margin-top: 15px;
    text-align: center;
}

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

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

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

.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;
}

.btn:hover {
    background: #e0ac1b;
}

.btn:focus {
    background: #d1a11b;
}

.btn:active {
    background-color: #d1a11b!important;
}

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

}

.form-group input {
    border: none;    
    border-bottom: 2px solid var(--gray);
    border-radius: 10px;
    background: transparent;
}

.textarea {
    width: 100%;
    height: 242px;
    border: none;
    border-bottom: 2px solid var(--gray);
    border-radius: 10px;
    resize: none;
    background: transparent;
    padding: .375rem .75rem;
}

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

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

.form-check-input {
    border: 2px solid var(--gray)
}

.services-text {
    text-align: justify;
}

@media(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: 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 <= 1200px) {

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

    .service-item {
        padding: 20px 5px;
    }

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

    .service-header {
        font-size: 18px;
        font-weight: 600;
        margin-top: 10px;
      }
    
    .service-text {
        font-size: 16px;
        margin-top: 15px;
        font-weight: 300;
      }

    .container {
        padding: 0 5%;
    }

    .services {
        gap: 40px;
    }

    .logo-discoverboat {
        width: 100px;
    }

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

    
}


@media (width <= 992px){
    .services-container {
        flex-direction: column;
        gap: 10px;
    }

    .service-block {
        width: auto;
    }

    .service-item {
        padding: 20px 20px;
    }

    .service-header {
        font-size: 20px;
    }

    .service-text {
        font-size: 16px;
    }

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

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

      .services {
        margin-top: 5rem;
      }

      .container {
        padding: 0 8%;
      }

      .contact-container {
        padding: 10% 4% 4% 4%;
      }
}
