﻿.companyName {
font-family: Georgia, "Times New Roman", Times, serif; /*'Courgette', cursive;*/ 
font-size: 22px;
font-style: italic;
letter-spacing: 3px; 
font-weight: bold;
color: black;
margin-top: 10px;
}

.companyName:hover {
color: #2eaef0;
}

.companyName .sectionOne {
font-size: 32px;
}

.companyName .sectionTow {
font-size: 18px;
}

.client-carousel .carousel-inner .item .item-inner img {
height: 50px;
}

#footer ul, #footer li{
cursor: auto;
}

figure.effect-zoe:hover p{
background: #2eaef0 none repeat scroll 0 0;    
margin-right: 1em;
/*opacity: 0.7;*/
}

footer .logos li {
/*border-right: 1px solid #ddd;*/
display: inline-table;
height: 40px;
margin-right: 5px;
padding: 1px;
text-align: center;
transition: background 0.5s ease-in-out 0s;
vertical-align: middle;
width: 40px;
}

.text-justify {
text-align: justify;
}

.message-banner {
text-align: center;
font-size: 22px;
color: red;
padding: 19px;
background-color: #ffd440;
font-weight: bold;
}

.message-banner a,
.message-banner a:active,
.message-banner a:visited {
    text-decoration: none;
}
.message-link:active,
.message-link:visited,
.message-link:checked {
    text-decoration: none;
    color: red;
}

.message-link-more,
.message-link-more:active,
.message-link-more:visited,
.message-link-more:checked {
font-size: 18px;
color: dodgerblue;
}

.message-banner a:hover {
    text-decoration: underline;
}

.carousel-inner img {
object-fit: cover;
object-position: 0% center;
z-index: 1;
height: auto;
width: 100%;
aspect-ratio: 16/7;
}

.carousel-inner {
position: relative;
}

.carousel-inner .text {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 10;
    display:flex;
    align-items:center;
    justify-content: space-evenly
}

.carousel-inner .text .stairs {
    margin-bottom: 100px;
    font-family: "Raleway",Arial,Helvetica;
}

.carousel-inner .text .red {
    padding: 10px 15px;
    font-size: 50px;
    color: #fff;
    background: #db4563;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    display: inline-flex;
    line-height: 1;
    font-family: "Raleway",Arial,Helvetica;
}
.carousel-inner .text .red ~ .red {
    z-index: 3;
    transform: translateY(175%);
}
.carousel-inner .text .white {
    background: #fff;
    color: #232323;
    font-size: 50px;
    position: relative;
    z-index: 2;
    display: inline-flex;
    padding: 10px 15px;
    line-height: 1;
    text-transform: uppercase;
    margin-inline: -40px;
    transform: translateY(88%);
    font-family: "Raleway",Arial,Helvetica;
}

.carousel-inner .text ul {
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
}
.carousel-inner .text ul li {
    color: #fff;
    display: inline-flex;
    align-items: center;
    background: #000;
    font-size: 23px;
    font-weight: 800;
    padding-right: 10px;
    font-family: "Raleway",Arial,Helvetica;
}
.carousel-inner .text ul li span {
    display: inline-flex;
    background: #67c64b;
    height: 100%;
    padding: 7px 9px 9px;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 25px;

}
    .carousel-inner .text .stairs {
        display:flex;
        align-items:center;
    }
    .carousel-inner .text .stairs .skew {
        font-size: 50px;
        color: #fff;
        font-weight: 800;
        position: relative;
        z-index: 1;
        display: inline-flex;
        line-height: 1;
        font-family: "Raleway",Arial,Helvetica;
        margin: 30px -100px;
        top:70px;
    }
        .carousel-inner .text .stairs.lifted {
            transform:translateY(-80%);
        }
.carousel-inner .text .stairs .skew::after {
    background: #ff4e26;
    content: "";
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%;
    height: 120%;
    z-index: -1;
    transform: scale(1.2) skew(-12deg) rotate(-3deg) translateY(-50%);
}

.carousel-inner .text .stairs .alpha {
    font-size: 72px;
    font-family: "Raleway",Arial,Helvetica;
    color: #000;
    font-weight: 800;
}
.carousel-inner .text .stairs .omega {
    font-size: 48px;
    font-family: "Raleway",Arial,Helvetica;
    color: #000;
    font-weight: 800;
    position: relative;
    top: 130px;
}

.checkBullets li {
    opacity: 0;
    transform: translateX(20px);
}

/* Apply animation ONLY when parent is active */
.carousel-inner .item.active .checkBullets li {
    animation-name: fadeInLeft;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

    /* Sequential delays */
.carousel-inner .item.active .checkBullets li:nth-child(1) {
    animation-delay: 0.2s;
}

.carousel-inner .item.active .checkBullets li:nth-child(2) {
    animation-delay: 0.5s;
}

.carousel-inner .item.active .checkBullets li:nth-child(3) {
    animation-delay: 0.8s;
}

.carousel-inner .item.active .checkBullets li:nth-child(4) {
    animation-delay: 1.1s;
}

.carousel-inner .item.active .checkBullets li:nth-child(5) {
    animation-delay: 1.4s;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.carousel-inner .item .parallax {
    object-position:center 0%;
}

.carousel-inner .item .parallax {
    animation-name: scrollUp;
    animation-duration: 5.5s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
}
@keyframes scrollUp {
    from {
        object-position: center 0%;
    }

    to {
        object-position: center 100%;
    }
}

.carousel-control {
    height: 50px;
    color: #fff;
    background-color: #33a6dd;
    background-image: none !important;
    width: 80px;
    opacity: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    top:50%;
    transform:translateY(-50%)
}
.carousel-control *{
    text-shadow:none;
}
    .carousel-control.left {
        border-radius: 0 50px 50px 0;
    }
    .carousel-control.right {
        border-radius: 50px 0 0 50px;
    }