* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background: #232D3F;
    font-family: NotoSans, Arial, Helvetica;
    overflow-x: hidden;
    width: 100vw;
    margin: 0;
    padding: 0;
}

ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin: 0;
    width: 100vw;
    padding: 10px;
    font-size: 20px;
}

li {
    display: inline-block;
    position: relative;
}

a {
    text-decoration: none;
}

.nav__contact {
    display: flex;
    flex-wrap: wrap;
    background-color: rgba(18, 69, 97, 0.726);
}

.nav__contact ul li img{
    width: 28px;
    height: auto;
}

.nav__contact--ancle {
    bottom: 20px;
    color: white;
}

.nav-contact-txt {
    display: inline-block;
    position: absolute;
    top: 5px;
    width: max-content;
}

.nav__menu {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    background-color: #232D3F;
    padding: 10px;
}

.logo {
    width: auto;
    height: 70px;
}

.nav__menu--ancle {
    color: white;
}

.slider {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 800px;
    background-image: url(../img/background.jpg);
    /*animation: slide 2s infinite;*/
    overflow: hidden;
}

.section__main--title {
    font-size: 100px;
    color: white;
    background-color: rgba(33, 44, 64, 0.164);
    border-radius: 50% 20% / 10% 40%;
}

.section__main--description {
    font-size: 40px;
    color: white;
    box-shadow: 13px 14px 400px 30px rgba(0,0,0,0.75);
    -webkit-box-shadow: 13px 14px 400px 30px rgba(0,0,0,0.75);
    -moz-box-shadow: 13px 14px 400px 30px rgba(0,0,0,0.75);
    border-radius: 10px 100px / 120px;
}

.section__main--paragraph {
    font-size: 20px;
    text-align: justify;
    letter-spacing: 0.5px;
    line-height: 1;
    color: white;
    width: 500px;
    height: 90px;
    margin-top: 100px;
    background-color: #232d3f4b;
    border-radius: 30px;
}

.section__services {
    display: flex;
    flex-wrap: wrap;
    background-color: #232D3F;
    width: 100vw;
    height: 500px;
    padding-bottom: 40px;
    margin: 0;
    padding: 0;
}

.info-services {
    justify-content: center;
    align-content: center;
    margin: 0 auto;
    width: 50vw;
    padding: 0;
    padding-top: 30px;
}

.list-services {
    width: 50vw;
    background: #445b86;
    display: flex;
    flex-direction: column;
    align-content:center;
    justify-content: center;
    align-items: start;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    width: 50vw;
    height: 100%;
    list-style-type: circle;
}

.new-services {
    height: max-content;
    margin: 0 auto;
    text-align: center;
    padding-top: 10px;
    background: radial-gradient(circle at 20.12% -14.09%, #51566373 0, #2e384e65 50%, #041d39 100%);
    padding-bottom: 20px;
}

.new-services h2 {
    font-size: 40px;
    color: antiquewhite;
}

.new-services p {
    padding: 15px 0 15px 0;
    width: 50%;
    margin: 0 auto;
    color: antiquewhite;
    font-size: larger;
    text-align: justify;
}

.new-services-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 6px;
    align-items: flex-start;
    align-content: center;
    color: antiquewhite;
    background: rgba(4, 29, 57, 0.712)7%, 12%;
    border-radius: 20px;
    box-shadow: -7px -8px 22px -4px rgba(9,27,61,0.75);
    -webkit-box-shadow: -7px -8px 22px -4px rgba(9,27,61,0.75);
    -moz-box-shadow: -7px -8px 22px -4px rgba(9,27,61,0.75);    
    width: max-content;
    margin: 0 auto;
}

.section__services--title {
    font-size: 60px;
    color: whitesmoke;
    text-align: left;
    padding: 60px 0 0 25px;
}

.section__services--paragraph {
    font-size: 20px;
    color: whitesmoke;
    padding-left: 25px;
    margin-bottom: 10px;
    margin-right: 20px;
    width: 40vw;
}

.arrow_animation {
    width: 50px;
    height: 50px;
}

.section__services__flex {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    justify-content: space-evenly;
    padding-right: 20px;
}

.section__services__item {
    width: 500px;
    height: 300px;
    border-radius: 8px;
    margin: 10px;
    position: relative;
}

.section__services__text__title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 8px 8px 0 0;
    background-color: rgba(18, 69, 97, 0.705);
    color: whitesmoke;
}

.gallery {
    width: 100vw;
    padding-bottom: 30px;
    background-color: rgba(18, 69, 97, 0.308);
}


.section__gallery__flexbox {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: max-content;
    gap: 10px;
    flex-wrap: wrap;
    padding-right: 15px;
}

.txt-gallery {
    color: antiquewhite;
    font-size: 20px;
}

.gallery-title {
    text-align: center;
    margin-bottom: 20px;
    color: white;
    padding-top: 15px;
}

.gallery-item {
    width: 300px;
    height: 300px;
    object-fit: cover;
}

.coverage-areas {
    width: 100vw;
    height: max-content;
    background-color: white;
    padding: 10px;
}

.about-us {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    margin: auto;
    width: 100vw;
    background-color: white;
}

.about-title {
    text-align: center;
    padding-bottom: 10px;
    padding-top: 20px;
    font-size: 34px;
}

.about-txt {
    width: 80%;
    margin: auto;
    padding-bottom: 15px;
    line-height: 1.5;
    font-size: 20px;
}

.contact-us {
    width: 100%;
    background-color: white;
    padding-top: 28px;
    justify-content: center;
}

.contact-us-title {
    text-align: center;
    background-color: white;
}

.card {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: auto;
    max-height: inherit;
    width: 100%;
    flex-direction: column;
    gap: 10px;
    padding-top: 10px;
    background: white;
    /*box-shadow: 16px 16px 32px #c8c8c8, -16px -16px 32px #fefefe;*/
    /*border-radius: 8px;*/
}

.text-area {
    width: 90%;
}

.input-box {
    position: relative;
    width: 250px;
}

.input-box input {
    width: 100%;
    padding: 10px;
    outline: none;
    border: none;
    color: #000;
    font-size: 1em;
    background: transparent;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    transition: 0.1s;
    border-bottom-left-radius: 8px;
}

.input-box span {
    margin-top: 5px;
    position: absolute;
    left: 0;
    transform: translateY(-4px);
    margin-left: 10px;
    padding: 10px;
    pointer-events: none;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    transition: 0.5s;
    letter-spacing: 3px;
    border-radius: 8px;
}

/*.input-box input:valid~span,
.input-box input:focus~span {
  transform: translateX(113px) translateY(-15px);
  font-size: 0.8em;
  padding: 5px 10px;
  background: #000;
  letter-spacing: 0.2em;
  color: #fff;
  border: 2px;
}

.input-box input:valid,
.input-box input:focus {
  border: 2px solid #000;
  border-radius: 8px;
}*/

.submit {
    height: 45px;
    width: 100px;
    border-radius: 5px;
    border: 2px solid #000;
    cursor: pointer;
    background-color: transparent;
    transition: 0.5s;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
    margin-bottom: 1em;
}

.submit:hover {
    background-color: rgb(0, 0, 0);
    color: white;
}

.container-about-contact {
    display: flex;
    background-color: white;
}

.font-size {
    display: inline-block;
    width: 100px;
    margin: 0 auto;
}

.select {
    max-width: 100%;
    border:1px solid #d9d9d9;
}

.container-footer {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0;
    font-size: 16px;
}

.footer-services {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 50%;
    padding-top: 20px;
    padding-left: 20px;
    background-color: rgba(27, 26, 26, 0.637);
}

.footer-services h3 {
    padding-left: 12px;
}

.footer-ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: start;
    gap: 3px;
    height: 135px;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
    width: 50%;
    background-color: rgba(27, 26, 26, 0.637);
    padding-top: 20px;
}

.copyright {
    width: 100vw;
    height: max-content;
    text-align: center;
    background-color: rgba(27, 26, 26, 0.637);
    padding-top: 10px;
    padding-bottom: 10px;
}

.location-icon {
    width: 15px;
    height: auto;
    margin-right: 4px;
}

.text-white {
    color: white;
}

.black-txt {
    color: black;
}

.arrow-home {
    z-index: 100;
    position: fixed;
    width: 30px;
    height: 30px;
    left: 1200px;
}

@media only screen and (max-width: 768px) {
    ul {
        width: 50%;
        justify-content: center;
        align-content: center;
        margin: auto;
        flex-direction: row;
        gap: 5px;
        font-size: 14px;
    }
    .nav__menu ul {
        flex-direction: column;
    }
    body {
        width: 100vw;
    }
    .container-about-contact {
        display: flex;
        flex-direction: column;
        background-color: rgba(255, 255, 255, 0.815);
    }
    .container-footer {
        flex-direction: column;
        justify-content: center;
        align-content: center;
        margin: auto;
        width: 100%;
    }
    .contact-us {
        display: flex;
        flex-direction: column;
    }
    .section__main--title {
        font-size: 50px;
    }
    .section__main--description {
        font-size: 20px;
    }
    .section__main--paragraph {
        font-size: 16px;
        width: 80%;
        height: max-content;
    }
    .section__services--title {
        font-size: 30px;
    }
    .section__services--paragraph {
        font-size: 16px;
        width: 90%;
    }
    .gallery-title {
        font-size: 20px;
    }
    .about-title {
        font-size: 20px;
    }
    .about-txt {
        font-size: 16px;
    }
    .card {
        font-size: 14px;
    }
    .container-footer {
        width: max-content;
    }
    .footer-services {
        width: 100vw;
    }
    .footer-contact {
        width: 100vw;
        align-content: center;
    }
}