/*
Theme Name: FAST llama legal
Text Domain:
Version: 0.98.18
Description: FAST LLAMA - we've got your movie!
Tags:1
Author: FAST llama - Bartłomiej Werewka
Author URI: https://fastllama.pl
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;700&display=swap');

html, body {
    background-color: #ffffff;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.main-container {
    padding-left: 0;
    padding-right: 0;
}

.content {
    padding: 40px 0 40px 0;
}

.img-leave {
    border-radius: 300px 0 300px 0 !important;
    max-height: 450px;
    margin: 0 auto;
    display: block;
}

.img-service {
    margin: 20px;
}

.img-service-r {
    float: right;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 5px;
}

#menu {
    background-color: #24649F;
    color: white;
    min-height: 100px;
}

.divider-y {
    width: 120px;
    border-width: 5px;
    border-color: #FFEE54;
    margin: 20px 0 0 0;
}

.divider-b {
    width: 120px;
    border-width: 5px;
    border-color: #213A8F;
    margin: 20px 0 0 0;
}

#logo-menu {
    margin: 40px;
}

#logo-header {
    margin: 0 auto;
}

#header {
    background-color: #24649F;
    color: white;
    min-height: 400px;
    padding-top: 50px;

    margin-right: 0;

}

.header-text, .service-text {
    margin-top: 40px;
    font-size: 22px;
}

.llama-breadcrumb {
    color: #24649F;
    margin-top: 20px;
}

.top-breadcrumb {
    color: #d9d9d9;
}

#top-wave {
    padding-top: 0;
    margin-top: -10px;
}

.row-outer {
    margin: 0;
}

.map {
    padding: 0;
}


#start-with-us {

}

#blue {
    background-color: #24649F;
    min-height: 500px;
    margin-top: 0;
}

#blue2 {
    background-color: #3192c9;
    min-height: 500px;
    margin-top: 0;
}

#white {
    background-color: #ffffff;
}

#footer {
    background-color: #24649F;
    padding-left: 40px;
    color: white;
}

#map {
    width: 100%;
    height: 600px;
}



.btn-whoweare {
    margin-top: 50px;
}

a:link {
    text-decoration: none;
}

a.nav-link {
    text-transform: uppercase;
    font-size: 1.2em;
    margin-right: 40px;
}

.lang-switch {
    margin-right: 20px;
}

.first-card {
    margin-top: 50px;
}

ul.service {
    list-style-image: url('./assets/images/li-tick-sm.png');
    line-height: 1.9;
}

@media only screen and (min-width: 993px) {
    .third-card {
        margin-top: -50px;
    }

    #recaptcha-mobile-badge {
        display: none;
    }

    .client-logo {
        max-width: 250px;
        max-height: 200px;
    }

    #clients-carousel {
        margin: 50px 0 50px 0;
        min-height: 260px;
    }

    .service-row:not(:first-of-type) {
        margin: 80px 50px;
    }

    .service-row {
        margin-left: 50px;
        margin-right: 50px;
    }
}


@media only screen and (max-width: 992px) {
    #recaptcha-mobile-badge {
        display: inline;
        margin-top: 10px;
    }
    .grecaptcha-badge {
        visibility: hidden;
    }

    .client-logo {
        max-width: 250px;
        max-height: 200px;
    }

    #clients-carousel {
        margin: 50px 0 50px 0;
        min-height: 260px;
    }

    .service-row:not(:first-of-type) {
        margin: 80px 15px;
    }

    .service-row {
        margin-left: 50px;
        margin-right: 50px;
    }
}

@media only screen and (max-width: 765px) {

    .client-logo {
        max-width: 100px;
    }

    .service-row:not(:first-of-type) {
        margin: 80px 15px;
    }

    .service-row {
        margin-left: 15px;
        margin-right: 15px;
    }

    ul.service {
        margin-left: 20px;
        font-size: 16px;
    }

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

    .ontop-left {
        margin-left: 15px;
        margin-right: 15px;
    }

    h1 {
        font-size: 30px;
    }

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

    #logo-menu {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

#message-status {
    margin-top: 20px;
}

.hidden {
    opacity: 0;

}

.yellow-svg {
    position: absolute;
    z-index: 2;
    margin-left: -30px;
}

.yellow-svg2 {
    position: absolute;
    z-index: 0;
    margin-left: -50px;
    margin-top: 200px;
}

.yellow-svg3 {
    position: absolute;
    z-index: 0;
    margin-left: -50px;
    margin-top: 600px;
}

.yellow-r {
    position: absolute;
    right: 100px;
    bottom: 30px;
    z-index: 1;
}

.blue-svg {
    position: absolute;
    z-index: 2;
    margin-top: 50px;
    margin-left: 50px;
}

.blue-svg2 {
    position: absolute;
    z-index: 2;
    margin-left: 90px;
    margin-top: 300px;
}

.ontop-content {
    position: relative;
    z-index: 5;
}

.ontop-left {
    margin-left: 40px;
}


#contact {
    padding: 80px 0 50px 0;
}

.carousel-section {
    padding-top: 40px;
}

.contact-form > .form-row {
    margin-bottom: 40px;
}

.contact-header {
    margin-bottom: 20px;
}

.contact-text {
    margin-bottom: 30px;
}

.email-ico {
    max-height: 150px;
}

.footer-block {
    margin-top: 20px;
}

.footer-heading {
    text-transform: uppercase;
    font-weight: bold;
}

a.footer-link {
    color: white;
    text-decoration: none;
}

.rounded-card {
    background-color: #ffffff;
    border-radius: 0;
    min-height: 590px;
    width: 100%;
    padding: 50px;
    margin-bottom: 15px;
}

.card-img {
    max-width: 350px;
    margin: 0 auto;
}

.card-heading {
    margin-top: 20px;
}

.card-text {
    margin: 20px 0 20px 0;
}

.card-button {
    background-color: #24649F;
    padding: 10px;
    width: 50%;
    margin: 20px auto 0 auto;
    transition: 0.3s;
    color: white;
    text-transform: uppercase;
    text-align: center;
    border-radius: 10px 0 10px 0;

}

.card-button:hover {
    background-color: #ffba00;
    transition: 0.3s;
}

.project-type {
    position: relative;
    width: 100%;
    margin-top: 30px;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,0.9);
    overflow: hidden;
    width: 100%;
    height: 5%;
    transition: .5s ease;

}

@keyframes pulse{
    75%  {height: 10%;}
}

.project-type:hover .overlay {
    height: 100%;
    animation: none;
}

.project-type:hover .blob {
    display: none;
}

.project-type:hover .overlay-text {
    display: inline;
    transition: 0.5s;
}

.overlay-text {
    display: none;
    color: black;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    padding-top: 20px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    transition: 0.5s;
}

.img-project {
    display: block;
    width: 100%;
    height: auto;
}

.blob {
    position: absolute;
    bottom: 20px;
    right: 50%;
    background: black;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    margin: 0 auto;
    height: 20px;
    width: 20px;
    transform: scale(1);
    animation: pulse-black .8s infinite;
}

.blob.blue {
    background: rgba(255, 0, 0, 0.7);
    box-shadow: 0 0 0 0 rgb(105, 0, 0);
    animation: pulse-blue 1s infinite;
}

@keyframes pulse-blue {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(105, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(52, 172, 224, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(52, 172, 224, 0);
    }
}



.img-thumbnail {
    border-width: 0;
}

svg {
    enable-background:new 0 0 1921 194.1;
}

#to-top {
    position: fixed;
    bottom: 100px;
    right: 10px;
    display: none;
    z-index: 1000;
}

#to-top > img {
    max-height: 50px;
}



/* VIDEO CAROUSEL */

.carousel__slider {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    transition: transform 0.3s linear;
    min-width: 100px;
}
.carousel__slider:hover .carousel__item {
    opacity: 0.5;
}
.carousel__slider:hover .carousel__item:hover {
    opacity: 1;
}

.carousel__slider:hover {
    transform: translateX(-20px);
}

.carousel__item {
    background-image: linear-gradient(
            45.8deg,
            rgba(175, 104, 254, 1) 9.3%,
            rgba(101, 223, 255, 1) 75.1%
    );
    height: 200px;
    transform-origin: center left;
    transition: transform 0.1s linear;
    margin-left: 10px;
}

.carousel__item:hover ~ .carousel__item {
    transform: translateX(52px);
}

.carousel__item:hover {
    transform: scale(1.3);
}

.zoomin:hover {
    transition: 0.5s;
}

.zoomin:hover {
    transform: scale(1.02);
    transition: 0.5s;
}

#ukraine {
    max-height: 100px;
    margin-top: 20px;
}
