:root {
    --lead-color: rgb(128, 128, 128);
    --denied-color: #ff6d70;
    --accept-color: #6b9ccc;
    --bg-color: #fff;
    --opacity-line: rgba(128, 128, 128, 0.2) 2px solid;
    --opacity-color: rgba(128, 128, 128, 0.02);
    --shadow: rgba(0, 0, 0, 0.10) 0 1px 4px;
    --accept-op: rgba(107, 156, 204, 0.2);
    --denied-op: rgba(255, 109, 112, 0.2);
    --radius: 0.75rem;
    --shadow-second: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    --transition: all 0.05s ease-in-out;
    --bg-grad: linear-gradient(45deg, var(--opacity-color) 0%, #ffffff 100%);
    --bg-green-grad: linear-gradient(30deg, #6b9ccc 0%, #6bc7e3 100%);
}

body {

    font-family: Montserrat, sans-serif;
    line-height: 1.5;
    background-color: var(--bg-color);
    background-image: var(--bg-grad);

}

.main-container {

    max-width: 1400px;
    width: 100%;
    padding: 5px;

}

.main-header {
    position: fixed;
    top: 0;
    box-shadow: var(--shadow-second);
    z-index: 10;
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: var(--bg-color);

}

.text-about {
    display: flex;
    flex-direction: row;
    max-height: 700px;
    height: 100%;

}

.text-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 40%;
    text-align: justify;
    color: var(--lead-color);
    font-size: 14px;
    box-shadow: var(--shadow-second);
    padding: 40px;
    border-radius: var(--radius);
}

.picture-right {
    width: 20%;
    height: 700px;

    box-shadow: var(--shadow-second);
    border-radius: var(--radius);
    margin-left: 10px;
}

.picture-one {
    background-image: url("images/sigmund-9Uwxwb8HPco-unsplash.jpg");
    background-size: cover;
    background-position: center;
}

.picture-two {
    background-image: url("images/anthony-indraus-Bb9jWuTMPUk-unsplash.jpg");
    background-size: cover;
    background-position: center;
}

.picture-three {
    background-image: url("images/hobi-industri-NLBJ2I0lNr4-unsplash.jpg");
    background-size: cover;
    background-position: center;
}

.main-header.open-h {
    height: max-content;
    width: 100%;
}

.main-section {
    display: flex;
    justify-content: start;
    flex-direction: column;
    align-items: center;
    height: max-content;
    min-height: 400px;

}

.main-cover {
    background-size: cover;
    background-position: center;


}

/*HEADER*/
.desktop-nav {
    display: flex;
    flex-direction: row;
}

.main-nav {
    z-index: 30;
    padding: 20px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: content-box;


    background-color: var(--bg-color);

}

.main-nav-pages {

    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    max-height: 0;
    transition: all 0.05s ease-in-out;
    align-items: end;
    border-radius: var(--radius);
    background-color: var(--bg-color);

}

.main-nav-bar {
    text-align: end;
    color: var(--lead-color);
    width: 100%;
    padding: 20px;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.05s ease-in-out;
}

.main-nav-bar-desktop {
    color: var(--lead-color);
    font-size: 14px;
    padding: 10px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: var(--transition);
}

.main-nav-bar-desktop:hover {
    background-color: var(--accept-op);
    border-radius: var(--radius);
    color: var(--accept-color);
}

.main-nav-bar:hover {
    background-color: var(--accept-op);
    border-radius: var(--radius);
    color: var(--accept-color);
}

.main-nav-pages.open-header {
    display: none;
}

.burger-button {
    display: none;
    justify-content: center;
    align-items: center;
    background-color: var(--bg-color);
    color: var(--lead-color);
    border: 0;
    font-size: 20px;
    z-index: 20;
}

.fi-rr-menu-burger {
    display: flex;
    align-items: center;
}

.header-logo {
    color: var(--lead-color);
    font-size: 20px;
    text-decoration: none;
    background-image: url("images/glntswhite.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 100px;
    width: 100%;
    height: 20px;

}

.header-logo:hover {
    color: var(--lead-color);
    text-decoration: underline;
}

.header-button-row {
    display: flex;
    flex-direction: row;
    width: content-box;
    padding-left: 20px;
}

.account-button {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-right: 20px;
    color: var(--accept-color);
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    border: var(--accept-color) 2px solid;
    border-radius: var(--radius);

}

.account-icon {
    margin-right: 10px;
    display: flex;
    align-items: center;
    font-size: 20px;
}

.account-button:hover {
    background-color: var(--accept-op);
    color: var(--accept-color);
}

.menu-bar-icon {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 16px;
    line-height: 1;
}

/*LANGUAGE*/
.header-language-row {
    display: flex;
    flex-direction: row;

}

.lang-button {
    padding: 3px;
    font-size: 12px;
    border: var(--lead-color) 2px solid;
    border-radius: var(--radius);
    color: var(--lead-color);
    text-decoration: none;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    background-color: transparent;
}

.lang-button:hover {
    color: var(--accept-color);
    border: var(--accept-color) 2px solid;
}

.highlight-language {
    color: var(--accept-color);
    border: var(--accept-color) 2px solid;
}

/*FOOTER*/
.main-footer {
    display: flex;
    height: content-box;

    flex-direction: column;
    align-items: center;
    margin-top: 100px;

}

.footer-question {
    padding: 20px;
    color: var(--lead-color);
    font-size: 14px;
    width: 50%;
    display: flex;
    flex-direction: column;
    background-color: var(--bg-color);
    box-shadow: var(--shadow-second);

    border-radius: var(--radius);

}

.q-mail-subject {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
}

.q-input {
    border-radius: var(--radius);
    color: var(--lead-color);
    border: var(--opacity-line);
    background-color: var(--bg-color);
    width: 49%;
    padding: 20px;
}

.q-textarea {
    color: var(--lead-color);
    border: var(--opacity-line);
    background-color: var(--bg-color);
    width: 100%;
    padding: 20px;
    min-height: 150px;
    margin-top: 10px;
    border-radius: var(--radius);


}

.q-submit {
    padding: 20px;
    background-image: var(--bg-green-grad);
    border: 0;
    font-size: 12px;
    color: var(--bg-color);
    border-radius: var(--radius);
    margin-top: 10px;
    transition: all 0.05s ease-in-out;
}

.q-submit:hover {
    background-color: var(--accept-color);
    color: var(--lead-color);
}

.footer-menu {
    display: flex;
    flex-direction: row;
    width: 50%;
    min-width: 700px;
    margin-bottom: 10px;

}

.footer-menu-column {
    margin-right: 10px;
    border-radius: var(--radius);
    font-size: 12px;
    width: calc(25% - 10px);
    min-width: 190px;
    background-color: var(--bg-color);
    display: flex;
    flex-direction: column;
    padding: 20px;
    box-shadow: var(--shadow-second);
}

.full-footer {
    display: flex;
    flex-direction: row;

    justify-content: center;
}

.footer-column-title {
    color: var(--lead-color);
    padding: 10px;
    font-weight: bold;
    font-size: 16px;

}

.main-foot-bar {
    color: var(--lead-color);
    padding: 20px;

    text-decoration: none;
    transition: var(--transition);
}

.main-foot-bar:hover {
    border-radius: var(--radius);
    background-color: var(--accept-op);
    color: var(--lead-color);

}

.footer-column-logo {
    color: var(--lead-color);
    font-size: 20px;
    padding: 10px;

}

.footer-copiright {
    font-size: 12px;
    color: var(--lead-color);
    padding: 40px;

}

.footer-req-row {
    padding: 20px;
    font-weight: normal;
    font-size: 12px;
}

.footer-req-row-flex {
    display: flex;
    flex-direction: row;
    padding: 20px;
    font-weight: normal;
    font-size: 12px;
}

.footer-links-phone {

    margin-left: 10px;
}

.f-l-phone {
    color: var(--accept-color);
    font-size: 14px;
}

/*CONTACTS*/
.contacts-req-row {
    font-size: 12px;
    color: var(--lead-color);
    padding: 10px;
    padding-left: 40px;

}

.contacts-highlight {
    border-radius: var(--radius);
    background-color: var(--accept-op);
}

/*SERVICES*/
.main-services {
    display: flex;
    flex-direction: row;
    height: max-content;
    justify-content: space-between;
    min-height: 400px;

}

.service-segment-title {

}

.section-title {
    font-size: 30px;
    color: var(--bg-color);
    padding: 40px;
    text-transform: uppercase;
    border-radius: var(--radius);
    box-shadow: var(--shadow-second);
    background-image: var(--bg-green-grad);
    margin-bottom: 10px;
    margin-top: 100px;

}

.service-segment-pic {
    border-radius: var(--radius);
    width: 60%;

    background-image: var(--bg-green-grad);
    height: 100%;
    min-height: 600px;
    box-shadow: var(--shadow-second);
}

.service-segment {
    margin-left: 10px;
    font-size: 12px;
    width: 20%;
    min-width: 250px;
    min-height: 100%;
    color: var(--lead-color);
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
    transition: all 0.05s ease-in-out;
    border-radius: var(--radius);
    box-shadow: var(--shadow-second);
    overflow: hidden;


}

.doc-service-cover {
    background-image: url("images/pexels-sora-shimazaki-5668765.jpg");
    background-size: cover;
    background-position: center;
}

.personal-service-cover {
    background-image: url("images/nathan-waters-j7q-Z9DV3zw-unsplash.jpg");
    background-size: cover;
    background-position: center;


}

.service-bar-icon {
    padding: 20px;
    font-size: 20px;
    color: var(--accept-color);
    font-style: normal;
    text-align: end;
}

.service-submit-request {
    font-size: 16px;
    background-color: var(--accept-op);
    padding: 20px;
    color: var(--lead-color);
    display: flex;
    justify-content: end;
    align-items: center;
    transition: all 0.05s ease-in-out;
}

.service-submit-request:hover {
    color: var(--accept-color);
}

.serv-contain {
    display: flex;
    flex-direction: column;
    justify-content: end;
    width: 100%;
    padding-top: 150px;
    height: 100%;
    min-height: 500px;

}


/*.serv-contain:hover{*/
/*    border: var(--lead-color) 2px solid;*/
/*}*/


.serv-text {
    border-top: var(--accept-op) 2px solid;
    display: flex;
    padding: 20px;
    text-align: end;
}

/*ABOUT US*/
.about-gallery {
    width: 100%;
    display: flex;
    flex-direction: row;
    height: content-box;
    border-radius: var(--radius);


}

.main-gallery {
    width: 80%;
    height: available;
    min-height: 300px;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: end;
    border-radius: var(--radius);
    box-shadow: var(--shadow-second);
    overflow: hidden;
    background-image: var(--bg-grad);

}

.side-gallery {
    width: 20%;
    min-width: 200px;
    border-radius: var(--radius);
    overflow: hidden;
    margin-left: 10px;
    box-shadow: var(--shadow-second);
}

.side-photo {
    width: 100%;
    height: 150px;

}


.one-photo {
    background-image: url("images/IMG_4070.JPG");
    background-size: cover;
    background-position: center;
}

.two-photo {
    background-image: url("images/thisisengineering-raeng-32PpagSzeGs-unsplash.jpg");
    background-size: cover;
    background-position: center;

}

.three-photo {
    background-image: url("images/sigmund-9Uwxwb8HPco-unsplash.jpg");
    background-size: cover;
    background-position: center;
}

.four-photo {
    background-image: url("images/david-cain-TVPI5pHpNFw-unsplash.jpg");
    background-size: cover;
    background-position: center;
}

.recruiting-photo {
    background-image: url("images/pexels-edmond-dantÃ¨s-4342493.jpg");
    background-size: cover;
    background-position: center;
}

.management-photo {
    background-image: url("images/pexels-nataliya-vaitkevich-7173047.jpg");
    background-size: cover;
    background-position: center;
}

.app-photo {
    background-image: url("images/pexels-fauxels-3183165.jpg");
    background-size: cover;
    background-position: center;
}

.house-photo {
    background-image: url("images/Screenshot 2022-12-29 at 23.03.15.png");
    background-size: cover;
    background-position: center;
}

.year-photo {
    background-image: url("images/IMG_4068.JPG");
    background-size: cover;
    background-position: center;
}

.building-photo {
    background-image: url("images/IMG_4067.JPG");
    background-size: cover;
    background-position: center;

}

.office-photo {
    background-image: url("images/IMG_4069.JPG");
    background-size: cover;
    background-position: center;
}

/**/

.main-gallery-text-title {
    font-size: 30px;
    text-transform: uppercase;
    color: var(--accept-color);
    padding-bottom: 20px;
}

.main-gallery-text {
    background-color: var(--bg-color);
    max-width: 500px;
    font-size: 14px;
    padding: 40px;
    margin: 10px;
    color: var(--lead-color);
    border-radius: var(--radius);
    filter: grayscale(0%);
    display: flex;
    flex-direction: column;
    justify-content: center;


}

.gallery-fader {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 14px;
    background-color: var(--opacity-black);
    border-bottom: var(--accept-op) 1px solid;
    color: var(--lead-color);
    text-decoration: underline;
    text-transform: uppercase;
    transition: all 0.05s ease-in-out;
}

.gallery-fader:hover {
    background-color: var(--accept-op);

    color: var(--accept-color);
    /*box-shadow: var(--card-shadow);*/
    border-right: 3px solid var(--accept-color);
}

.gallery-progress {
    height: 5px;
    background-color: var(--bg-color);
}

/*CAREER*/
.career-block {
    justify-content: center;
    display: flex;
    flex-direction: row;

    min-height: 600px;
    width: 100%;
}

.career-column {

    width: 33%;
    height: available;
    min-height: 200px;
    transition: all 0.05s ease-in-out;
    color: var(--lead-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.career-column:hover {
    width: 50%;
    transition: all 0.05s ease-in-out;
}

.career-fader {
    background: linear-gradient(0deg, var(--bg-color), transparent);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: start;
    width: 100%;
    height: 100%;
    min-height: 200px;
    padding: 20px;
    font-size: 30px;
    text-transform: uppercase;
}

.career-fader-text {
    text-transform: none;
    font-size: 12px;
    color: transparent;
    max-height: 0;
    overflow: hidden;
    max-width: 500px;
    transition: all 0.05s ease-in-out;
}

.career-submit-request {
    color: var(--lead-color);
    font-size: 12px;
    background-color: var(--opacity-color);
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    overflow: hidden;
}

.career-submit-request:hover {
    color: var(--accept-color);
}

.career-column:hover .career-fader-text {
    max-height: 500px;
    color: var(--lead-color);
}

/*MAP*/
.map-segment {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}

.map {
    border-radius: var(--radius);
    box-shadow: var(--shadow-second);
    overflow: hidden;
    width: 100%;
    height: 600px;

}

.map-title {
    width: 33%;
    height: 600px;
    box-shadow: var(--shadow-second);
    border-radius: var(--radius);
}

/*HOME*/

.home-container {

    max-width: 1400px;
    width: 100%;
    height: max-content;
    display: flex;
    flex-direction: row;

    align-items: start;
    padding-top: 150px;
    justify-content: space-between;

}

.home-segments {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 80%;
    border-radius: var(--radius);


}

.home-segments-wrap {
    width: 50%;
    min-width: 450px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 80%;

}

.home-logo {
    background-image: url("images/galants.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 60px;
    max-width: 40%;
    text-align: center;
    width: 100%;
    height: 150px;
    color: var(--lead-color);

}

.tree {
    color: var(--bg-color);
    font-size: 50px;
    margin-bottom: 20px;

}

.home-nav-bar {
    text-decoration: none;
    color: var(--lead-color);
    background-color: var(--bg-color);
    text-align: center;
    width: calc(33% - 10px);
    max-width: 100%;
    min-width: 140px;
    padding: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    height: 200px;
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    transition: all 0.05s ease-in-out;
    border-radius: var(--radius);
    /*background-image: var(--bg-grad);*/
    box-shadow: var(--shadow-second);
}

.home-nav-bar-title {

    text-align: start;
}

.home-nav-bar:hover {
    color: var(--accept-color);
    background-color: var(--accept-op);
}

.home-nav-icon {
    font-size: 25px;
    margin-right: 20px;
    border-right: var(--accept-op) 2px solid;
    padding-right: 10px;
}

.home-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;

}

.home-phrase {
    font-family: Sacramento;
    color: var(--bg-color);
    text-align: center;
    font-size: 25px;
}

.home-logo-phrase {
    background-color: var(--bg-color);
    background-image: var(--bg-green-grad);
    box-shadow: var(--shadow-second);

    height: 620px;
}

.quest-success {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: var(--bg-green-grad);
    width: 50%;
    color: var(--bg-color);
    font-size: 25px;
    box-shadow: var(--shadow-second);
    margin: 10px;
    border-radius: var(--radius);
}

.q-s-back {
    font-size: 12px;

}

@media (max-width: 700px) {

    .main-header {

        max-width: 100%;

    }

    .burger-button {
        display: flex;
    }

    .header-language-row {
        display: flex;
        flex-direction: row;
        padding: 20px;
        margin-bottom: 10px;
    }

    .main-nav-pages.open-header {
        width: 100%;

    }

    .service-segment-pic {
        width: 100%;
        margin: 0;
    }

    .serv-contain {
        padding-top: 0;
    }

    body {
        padding: 5px;
    }

    .main-cover {
        height: max-content;
    }

    .home-logo-phrase {
        min-height: 400px;
        width: 100%;
        margin: 0;
    }

    .home-segments-wrap {
        width: 100%;
        min-width: 100%;
    }

    .home-wrap {
        max-width: max-content;

    }

    .home-logo {
        max-width: 70%;
    }

    .main-services {
        flex-direction: column;
    }

    .service-segment {
        width: 100%;
        margin: 10px 0 10px 0;
        min-height: 300px;
        height: 350px;
    }

    .about-gallery {
        flex-direction: column;
    }

    .side-gallery {
        display: flex;
        flex-direction: row;
        width: 100%;

        margin: 0;
    }

    .gallery-fader {
        font-size: 10px;
    }

    .main-gallery-text {
        max-width: 100%;

    }

    .main-gallery {
        width: 100%;
    }

    .side-photo {
        width: 25%;

    }

    .career-block {
        flex-direction: column;
    }

    .career-fader {
        width: 100%;
    }

    .career-column {
        width: 100%;
    }

    .career-fader-text {
        display: none;
    }

    .career-column:hover {
        width: 100%;
    }

    .full-footer {
        flex-direction: column;
    }

    .footer-menu {
        flex-direction: column;
        width: 100%;
        min-width: 100%;
    }

    .footer-menu-column {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;

    }

    .footer-question {
        width: 100%;
        margin: 0;
        padding: 10px;
        min-width: 100%;
    }

    .home-container {
        flex-direction: column;
    }

    .home-nav-bar {
        flex-direction: row;
        text-align: center;
        max-width: 100%;
        width: 100%;
        height: 100px;
        font-size: 12px;
        margin: 5px 0 5px 0;

    }

    .home-nav-icon {
        font-size: 25px;
        margin-right: 20px;
    }

    .map-segment {
        flex-direction: column;
    }

    .map-title {
        width: 100%;
        margin-bottom: 10px;
        height: 200px;
    }

    .map {
        width: 100%;
    }

    .q-mail-subject {
        flex-direction: column;
    }

    .q-input {
        width: 100%;
        margin-bottom: 10px;
    }

    .desktop-nav {
        display: none;
    }

    .main-nav-pages.open-header {
        display: flex;
        padding: 10px;
        margin-top: 10px;
        max-height: 500px;

    }

    .text-about {
        flex-direction: column;
    }

    .text-left {
        width: 100%;
    }

    .picture-right {
        width: 100%;
        margin-left: 0;
    }

}

