body {
    margin: 0px;
}

:root {
    /*--slider-color: rgba(255,255,255,0.5);*/
    --slider-color: #FCB544;
    --pannel-height: 80vh;
}

.bootstrap-wrapper .row {
    margin-right: 0px;
    margin-left: 0px;
}

.resizablePanelImage {
    position: absolute;
    z-index: 900;
    width: auto;
}

.panel1 {
    padding: 0%;
    height: var(--pannel-height);
    background-repeat: no-repeat;
    background-size: 120vw;
    max-width: 100%;
    width: 100vw;
    min-width: 0vw;
    overflow: hidden;
    background-position-y: -15vh;
    max-width: calc(100vw - 25px);
}

.panel2 {
    padding: 0%;
    background-image: url('./img/background.jpg');
    background-size: cover;
    width: 100%;
}

.responsivePannelLetterContainer {
    color: white;
    font-family: 'Inter';
    font-weight: bold;
    width: 100%;
    height: auto;
    display: flex;
    font-size: 3rem;
    background: rgba(80, 80, 80, 0.60);
}
.responsivePannelLetterContainer > h1 {
    font-size: 2rem;
}

.panel1LetterContainer {
    color: white;
    font-family: 'Inter';
    font-weight: bold;
    width: 100%;
    height: 100%;
    display: flex;
    font-size: 3rem;
    transition: 0.3s;
    cursor: pointer;
}

.panel1LetterContainer:hover {
    background: rgba(0, 0, 0, 0.35);
}

.services-item {
    /* Create the parallax scrolling effect */
    background-attachment: center !important;
    background-position: top !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.services-item-text {
    display: flex;
    padding-left: 3em;
    padding-top: 1em;
    width: 100%;
    height: 100%;
    font-weight: bolder;
    color: white;
}

.services-item-text h2 {
    font-size: 6.5em;
    font-weight: bold;
    line-height: 1em;
    letter-spacing: 0.05em;
    width: min-content;
}

.panel1LetterContainer h2 {
    font-size: calc(3vw + 2vh);
    font-weight: bolder;
    line-height: 1em;
    margin-top: 0.5em;
    margin-left: 0.5em;
    width: min-content;
}

.splitter_container {
    padding: 0%;
    min-width: 0px;
    margin-left: -5px;
}

.splitter {
    /*background-color: #FCB544;*/
    background-color: var(--slider-color);
    height: 100%;
    width: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.splitter_ball {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border-radius: 50%;
}

.arrows_a {
    border: 3px solid var(--slider-color);;
    padding: 5px;
}

.arrows_b {
    position: relative;
}

.arrows_b > span {
    width: 15px;
    background: white;
    position: absolute;
    height: 90px;
}

.content_panel {
    background: white;
    height: var(--pannel-height);
    padding-top: 1.5em;
    padding-left: 0em;
    padding-right: 0em;
    padding-top: 0em;
}

.content_panel .content-row {
    height: 100%;
    font-size: calc(1vh + 0.5vw);
    margin-top: 1em;
}
.content_panel .content-row * {
    font-size: calc(1vh + 0.5vw);
}

.content_panel .content-row img {
    height: 60%;
    border-radius: 10px;
    width: 100%;
}


.content_panel .content-row > div {
    text-align: center
}
/*
.content_panel>.row {
    min-height: 85vh;
}

.content_panel .content-row:first-child {
    font-family: 'Inter';
    padding-top: 2em;
}

.content_panel .content-row:first-child img {
    height: 20vw;
    border-radius: 10px;
    width: 100%;
}

@media(max-width:576px) {
    .content_panel .content-row:first-child img {
        height: auto;
        border-radius: 10px;
    }
}

.content_panel .content-row:first-child p {
    padding-left: 1.5em;
    padding-right: 1.5em;
    font-size: calc(1vh + 0.5vw);
}

.content_panel .content-row:nth-child(2) {
    margin-top: 3em;
    text-align: center;
    font-size: 0.9rem;
    font-family: 'Inter';
}

.content_panel .content-row:nth-child(2) .text-only-col {
    font-size: calc(0.5vh + 1em);
    font-weight: bold;
    line-height: 25px;
    padding-left: 3em;
    padding-right: 3em;
}

.content_panel .content-row:nth-child(2) .text-with-image-col {
    line-height: 25px;
}

.content_panel .content-row:nth-child(2) .text-with-image-col p {
    font-size: calc(1vh + 0.5vw);;
}

.content_panel .content-row:nth-child(2) .text-with-image-col {
    display: flex;
    flex-direction: column;
}

.content_panel .content-row:nth-child(2) .text-with-image-col img {
    max-width: 100%;
    border-radius: 10px;
    min-height: 20vh;
    flex: 1;
    max-height: 80%;
}
*/

.services-item img.animated {
    animation: on_place 0.8s ease-in-out;
    -webkit-animation: on_place 0.8s ease-in-out;
}

@keyframes on_place {
    from {
        margin-top: -130px;
    }
    to {
        margin-top: 0px;
    }
}

@-webkit-keyframes on_place {
    from {
        margin-top: -130px;
    }
    to {
        margin-top: 0px;
    }
}


@media(min-width: 768px) {
    .title-for-small {
        display: none;
        width: 100%;
        padding-left: 0em;
        padding-right: 0em;
    }
}

@media(max-width: 767px) {

    
    .panel-container {
        flex-direction: column;
    }
    .content_panel {
        height: calc(var(--pannel-height) * 3);
    }

    .content_panel .content-row {
        margin-top: 1em;
        height: auto;
    }

    .content_panel .content-row img {
        height: 26em;
        width: 26em;
    }

}

.project-img {
    max-height: 20em;
    transition: all 0.3s ease-in-out;
}

.project-img.animated:hover {
    box-shadow: 2px 2px grey;
    transform: scale(1.05);
}

.slider {
    max-height: 20em;
}

.bx-wrapper .bx-controls-direction a {
    z-index: 30 !important;
}

.bx-wrapper .bx-controls-direction a:first-child {
    left: 5%;
}

.bx-wrapper .bx-controls-direction a:last-child {
    right: 5%;
}

.bx-wrapper {

    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
}


/*Hide the splitter*/
.splitter_container {
    display: none;
}