@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Funnel+Sans:ital,wght@0,300..800;1,300..800&display=swap');

* {
    --blue-color: cornflowerblue;
    --red-color: orangered;
    --primary-color: #77BC3F;
}

.title-font {
    font-family: "Roboto Flex", sans-serif;
}

.phone-header {
    background-color: orangered;
    color: white;
}

.phone-header a {
    text-decoration: none;
    color: white;
}

.text-end {
    text-align: end;
}

.picture {
    display: inline-block;
    overflow: hidden;
    margin: 2em 1em;
    height: 15em;
    cursor: pointer;
    background-color: black;
}

.picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.picture:hover img {
    transform: scale(1.1);
    transition: all 300ms;
    opacity: 0.5;
}

.slide-show-arrow {
    cursor: pointer;
}

.full-screen-picture {
    max-width: 100%;
    max-height: 80vh;
}

#picture-slideshow {
    background-color: rgba(0, 0, 0, 40%);
}

#picture-slideshow .modal-dialog {
    width: 75%;
    max-width: 75%;
    margin: auto;
}

#picture-slideshow .modal-content {
    border: none;
    background-color: rgba(0, 0, 0, 0);
}

#current-picture {
    display: none;
    width: 100%;
}

.navbar-element {
    font-size: 1.2em;
    margin: 0 1em;
    color: black !important;
    text-decoration: none !important;
    display: inline-block;
    font-weight: bold;
    cursor: pointer;
}

#services .card-title button {
    font-size: 0.8em;
}

#header-central {
    display: flex;
    align-items: center;
}

.header-links {
    flex: 4;
}

#header-logo {
    flex: 1;
    text-align: center;
}

#banner {
    height: 100vh;
    text-align: center;
    font-weight: normal;
    background-image: radial-gradient(rgba(0, 255, 0, 15%), rgba(0, 0, 255, 15%));
}

#banner-container {
    position: relative;
}

#banner-description {
    color: #7a7a7a;
}

.banner-navigation-button {
    display: inline-block;
    text-decoration: none;
    border: 2px solid var(--primary-color);
    border-radius: 5px;
    padding: 0.3em 1.5em;
    cursor: pointer;
    transition: transform ease-in 100ms;
    margin: 0.2em 0.5em;
    user-select: none;
}

.banner-navigation-button:hover {
    transform: scale(1.01);
}

#banner-contact-us {
    color: white;
    background-color: var(--primary-color);
}

#banner-our-works {
    background-color: white;
    color: var(--primary-color);
}

#banner-our-works:hover {
    background-color: var(--primary-color);
    color: white;
}

#banner-advantage {
    margin-top: 1em;
}

#banner-advantage span {
    margin: 0.2em 0.5em;
}

#banner-advantage img {
    user-select: none;
    width: 20px;
    height: 20px;
}

.section {
    text-align: center;
}

.section-element {
    margin: 1em 5em;
    font-size: 1.2em;
}

.section h2 {
    padding-top: 1em;
    color: var(--blue-color);
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    font-weight: bold;
}

.section-description {
    font-weight: 300;
    line-height: 1.2;
    font-size: 1.5em;
}

.section-text-image {
    text-align: start;
}

.section-text-image img {
    max-width: 100%;
}

.service-icon {
    padding: 2em;
    display: inline-block;
    border-radius: 20%;
}

.service-icon img {
    max-width: 70px;
    user-select: none;
}

.service-container h3 {
    text-transform: uppercase;
    font-weight: 500;
    color: var(--red-color);
    font-size: 1em;
    margin-top: 0.5em;
}

.service-tasks {
    font-family: "Poppins", serif;
    margin-bottom: 0.2em;
}

.service-tasks ol {
    list-style-position: inside;
}

.social-network-link-container {
    justify-content: center;
    display: flex;
    align-items: center;
    max-width: 90%;
}

.social-network-link {
    text-decoration: none;
    color: black;
    display: inline-block;
    font-weight: 300;
    flex: 1;
}

#services .row {
    margin: 0;
}

.section-dark {
    background-color: #2c2937;
    padding-bottom: 0.5em;
}

.section-dark h2 {
    color: orange;
}

.section-dark .section-element {
    color: white;
}

.phone-navigation-link {
    background-color: rgba(0, 0, 0, 0%);
    border: none;
    display: block;
}

#ask-quote img {
    transition: transform 100ms ease-in;
    width: 100px;
}

#ask-quote img:hover {
    transform: scale(1.1);
}

.hide-on-scroll {
    transition: opacity ease-in 250ms;
}

.promos-warning {
    background-color: red;
    color: white;
    clip-path: circle();
    padding: 0.5em;
}

.promo-element {
    background-color: orange;
    padding: 2em;
    margin: 1em 0;
    border-radius: 10px;
}

.promo-element-dark {
    background-color: #2c2937;
    color: white;
}

.promo-description {
    white-space: pre-line;
}

.promo-description-more-info {
    border: 1px solid black;
    background-color: rgba(0, 0, 0, 0);
    margin: 0.5em;
    font-size: 1.2em;
    transition: transform ease-in 100ms;
}

.promo-description-more-info:hover {
    transform: scale(1.05);
}

.promo-element-dark .promo-description-more-info {
    color: white;
}

#ask-quote {
    position: fixed;
    bottom: 0;
    right: 0;
}

#tva {
    font-family: "Funnel Sans", sans-serif;
    font-size: 1.2em;
    font-weight: bold;
}
