/*frontend-layouts styles*/
/*---------------------------------------*/

/*general classes*/
.deli-justify-cc {
    display: flex;
    justify-content: center;
    align-items: center;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: none;
    border-bottom: 1px solid white;
    -webkit-text-fill-color: white;
    -webkit-box-shadow: 0 0 0 30px rgba(0,0,0,0.85) inset !important;
    background-color: transparent;
}

.noFocus:focus {
    outline: none;
    box-shadow: none;
}

html, body { min-height: 100%; }

body {
    margin: 0 0 0 0;
    font-size: 14px;
    color: black;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
}
.navigation {
    width: 100%;
    /*background-color: rgba(255, 255, 255, 0);*/
    background-color: rgba(0, 0, 0, 0.85);
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    height: 4em;
}

/*FIXING RECCOMENDATIONS SLIDER*/
.swiper-slide {
    overflow: hidden;
    visibility: hidden;
}
.swiper-slide-active {
    visibility: visible;
}

.nav-bar-link-ul{
    width: 100%;
    display: flex;
    margin: 0 2vw 0 0;
    padding: 0;
}
.navigation .navigation-item-link {
    text-decoration: none;
    margin: 0 1vw;
    color: white;
}
.navigation li{
    list-style-type: none;
    font-size: 1rem;
    /*padding: 10px 5px;*/
    display: flex;
    align-items: center;
}
.contact-form input, .contact-form textarea, .contact-form textarea:focus, .contact-form input:focus{
    background: transparent;
    border: none;
    border-bottom: 1px solid white;
    color: white;
    border-radius: 0px;
}
.contact-us-button {
    background-color: transparent;
    color: white;
    border: 1px solid white;
    padding: 5px 15px;
    font-size: 1.5em;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navigation li .navigation-item-link {
    padding: 10px 20px;
    margin: 0;
}
.nav-bar-link-ul li:nth-of-type(1){
    margin-left: auto;
}
.nav-bar-link-ul li {
    transition: 0.27s;
}
.nav-bar-link-ul li:hover{
    /*background-color: #e9e9e9;*/
    cursor: pointer;
}
li.logo-li{
    padding: 0 2vw 0 2vw;
}
.nav-bar-link-ul li.active {
    /*background-color: #e9e9e9;*/
    /*cursor: default;*/
    cursor: pointer;
}
.nav-bar-link-ul li.active a{
    /*cursor: default;*/
    pointer-events: none;
}
.navigation-logo {
    text-decoration: none;
    color: white;
    /*font-family: 'Charm', cursive;*/
    font-family: "Open Sans", sans-serif;
    font-size: 2em;
    white-space: nowrap;
}
.footer-column {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.footer-column p{
    margin-bottom: 0;
}
.footer {
    background-color: rgba(0, 0, 0, 0.85);
}
.navigation-logo:hover {
    color: white;
    text-decoration: none;
}

.project-thumb-box {
    position: relative;
    height: 230px;
    width: 340px;
    margin: 20px 10px;
    box-sizing: border-box;
}
.project-thumb-box:hover {
    transform: translate(0, -12px);
    transition: 0.35s ease;
}
.project-thumb-box:hover .project-thumb-box-overlay {
    display: flex;
    transition: 0.35s ease;
}
.project-thumb-box-overlay {
    position: absolute;
    display: none;
    z-index: 2;
    background-color: rgba(0,0,0,0.7);
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 0 25px;
    flex-direction: column;
    color: white;
    transition: 0.35s ease;
}

/*- 100vh minus navhar height  */
.jumbotron-section {
    height: calc(100vh - 4em);
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
@media all and (max-width: 600px){
    .jumbotron-section {
        background-position: right -400px bottom 0;
    }
}

@keyframes jump { 0% { bottom: 5px; } 50% { bottom: -5px; } 100% { bottom: 5px; } }

.arrow-down-pointer {
    animation: jump 0.6s infinite;
    position: absolute;
    bottom: 5px;
    left: calc(50% - 1.5em);
    color: white;
    font-size: 3em;
    width: 3em;
    cursor: pointer;
}
.arrow-down-pointer:hover {
    transform: scale(1.2);
    opacity: 0.5;
}

.about-us-text {
    font-size: 1.3em;
    padding: 0 15px;
}
.service-box {
    padding: 20px 0;
    flex-direction: column;
}
.service-divider {
    width: 40px;
    height: 3px;
    background: white;
    margin: 10px auto;
    /*border-bottom: 2px solid white;*/
}
.service-title {
    margin-bottom: 0;
    font-size: 1.4em;
}

    /*RECOMMENDATIONS SWIPER*/
.swiper-container-recommendations {
    height: 250px;
    width: 100%;
}
@media all and (max-width: 700px){
    .swiper-container-recommendations {
        height: 450px;
    }
}
@media all and (max-width: 400px){
    .swiper-container-recommendations {
        height: 550px;
    }
}
.recommendation-pair {
    width: 90%;
    padding: 0 4vw;
}
.recommendation {
    padding-bottom: 1.5em;
}
.recommendation:last-of-type {
    padding-bottom: 0.2em;
}
.swiper-pagination-recommendations {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.swiper-pagination-recommendations .swiper-pagination-bullet {
    opacity: 1;
    width: 10px;
    height: 10px;
    background: rgba(114, 114, 114, 0.64);
    margin-bottom: 7px !important;
}
.swiper-pagination-recommendations .swiper-pagination-bullet-active {
    opacity: 1;
    background: white;
}
/*=====================================================================*/

/*FRONT-END-BACKGROUNDS*/
.frontpage-gradient-to-right {
    color: white;
    background: #000000; /* fallback for old browsers */
    background: -webkit-linear-gradient(215deg, #000000, #434343); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(215deg, #000000, #434343); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.frontpage-gradient-to-left {
    color: white;
    background: #000000; /* fallback for old browsers */
    background: -webkit-linear-gradient(125deg, #000000, #434343); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(125deg, #000000, #434343); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
/*=====================================================================*/

@media screen and (max-width: 1000px) {
    .navigation-logo {
        font-size: 2.5em;
    }
}
li.nav-bar-expand-button-li{
    display: none;
}
.nav-bar-expand-button-li i {
    color: white;
    cursor: pointer;
}
@media screen and (max-width: 800px) {
    .nav-bar-link-ul{
        flex-direction: column;
        position: fixed;
        top: 4em;
        left: 0;
        margin: 0;
        width: 100vw;
        /*height: 100vh;*/
        min-height: 100vh;
        z-index: 200;
        background-color: rgba(0,0,0,0.85) !important;
        display: none;
        align-items: center;
    }
    .nav-bar-link-ul li.active {
        background-color: transparent;
    }
    .nav-bar-link-ul.expanded{
        display: flex;
    }
    .navigation-logo {
        font-size: 2.5em;
    }
    .nav-bar-link-ul li.nav-bar-expand-button-li{
        display: flex;
    }
    .navigation{
        width: 100vw;
        background-color: rgba(0, 0, 0, 0.85);
        border-radius: 0;
        position: fixed;
        margin: 0 0 0 0;
        top: 0;
        z-index: 10;
        height: 4em;
    }
    .navigation-logo {
        display: block;
    }
    .nav-bar-link-ul li:nth-of-type(1) {
        margin-left: 0;
        margin-top: 10vh;
    }
    /* makes sure that the a tag will take the entire screen*/
    .navigation-item-link{
        display: flex;
        text-align: center;
        color: white !important;
        padding: 2vw 3vw;
    }
    .nav-bar-link-ul li:hover{
        background-color: transparent;
    }
    li.nav-bar-expand-button-li{
        display: flex;
        color: white;
        position: relative;
        margin-left: auto;
        margin-right: 3vw;
        height: 100%;
        z-index: 201;
        padding: 10px 15px 10px 15px;
        border-radius: 0;
    }
    .content {
        margin-top: 4em;
    }

    .counter-tab {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: unset;
    }
}
/*---------------------------------------*/


/*Language picker styles*/
/*---------------------------------------*/
 li.language-dropdown-li{
     padding-right: 0;
     display: flex;
     align-items: center;
 }
.language-dropdown-button{
    padding: 13px 13px 13px 18px;
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
}
.language-dropdown-button > .dropdown-item{
    padding: 0;
}
.language-dropdown-button.arrow-white:after{
    content: "";
    color: white;
}
.language-dropdown-button.arrow-black:after{
    content: "";
    color: black;
}
.language-dropdown-button:focus, .language-dropdown-button:hover, .language-dropdown-button:active {
    background-color: transparent;
    border: none;
    box-shadow: none;
}
.language-dropdown-button a:hover, .language-dropdown-button a:focus {
    background-color: transparent;
}
.language-dropdown .dropdown-menu {
    min-width: 70px;
    border-radius: 0;
    position: absolute;
}
.language-dropdown .dropdown-menu .dropdown-item{
    padding-left: 0;
    padding-right: 0;
}
.language-dropdown .dropdown-menu a{
    display: flex;
    justify-content: center;
}
.language-dropdown .dropdown-menu .flag-icon {
    margin-right: 10px;
}
.language-dropdown .white-font span {
    color: white;
}
.language-dropdown .black-font span{
    color: black;
}
@media screen and (max-width: 768px) {
    .language-dropdown-button:after{
        content: "";
        color: white !important;
    }
}

.back-to-top {
    display: none;
    position: fixed;
    right: 25px;
    bottom: 25px;
    padding: 4px 10px;
    font-size: 20px;
    color: white;
    background-color: #262626;
    z-index: 9;
    cursor: pointer;
}

/*-----------------------------------------*/

/*{{--divider styles--}}*/
 .divider {
     position: relative;
     margin-top: 0;
     height: 1px;
 }
.divider-wrapper{
    height: 10px;
    padding-top: 20px;
}
.div-transparent:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 5%;
    right: 5%;
    width: 90%;
    height: 1px !important;
    background-image: linear-gradient(to right, transparent, rgb(48,49,51), transparent);
}
.div-arrow-down:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -7px;
    left: calc(50% - 7px);
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    background-color: black;
    border-bottom: 1px solid rgb(48,49,51);
    border-right: 1px solid rgb(48,49,51);
}


  /*{{--spinner styles--}}*/
@keyframes configure-clockwise {
    0% {
        transform: rotate(0);
    }
    25% {
        transform: rotate(90deg);
    }
    50% {
        transform: rotate(180deg);
    }
    75% {
        transform: rotate(270deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes configure-xclockwise {
    0% {
        transform: rotate(45deg);
    }
    25% {
        transform: rotate(-45deg);
    }
    50% {
        transform: rotate(-135deg);
    }
    75% {
        transform: rotate(-225deg);
    }
    100% {
        transform: rotate(-315deg);
    }
}
/* X-ROTATING BOXES */
.configure-border-1 {
    width: 170px;
    height: 170px;
    padding: 3px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000000;
    animation: configure-clockwise 3s ease-in-out 0s infinite alternate;
}

.configure-border-2 {
    width: 170px;
    height: 170px;
    padding: 3px;
    left: -170px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(0, 0, 0);
    transform: rotate(45deg);
    animation: configure-xclockwise 3s ease-in-out 0s infinite alternate;
}
.configure-core {
    width: 100%;
    height: 100%;
    background-color: #e9e9e9;
}

.py-6{padding-top: 4rem !important; padding-bottom: 4rem !important;}
.py-7{padding-top: 5rem !important; padding-bottom: 5rem !important;}
.py-8{padding-top: 6rem !important; padding-bottom: 6rem !important;}
