@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

* {
    font-family: "Raleway", sans-serif;
    box-sizing: border-box;
    position: relative;
    outline: none;
}

p,b,u,i,h1,h2,h3,span,font,ul,li {
    cursor: default;
}

html, body {
    padding: 0;
    margin: 0;
    width: 100vw;
    height: 100vh;
}

html {
    scroll-behavior: smooth;
}

:root {
    --main: #FB7E14;
    --back: #F1F1F1;
    --altb: #3F3F3F;
}

.menu {
    width: 100vw;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.menu > div {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
}

.menu > div > div.language > div {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-radius: 20px;
    padding: 5px;
    background-color: white;
}

.menu > div > div.language > div * {
    color: black;
    font-weight: bold;
    gap: 10px;
    cursor: pointer;
    text-decoration: none;
}

.menu > div > div.language > div > span > a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.menu > div > div.language > div > span {
    align-items: center;
    display: none;
    margin-right: 5px;
}

.menu > div > div.language > div > span.active, .menu > div > div.language > div:hover > span {
    display: inline-flex;
}

.menu > div > div.language > div > span:last-of-type {
    margin-left: 30px;
}

.menu > div > div.left {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.menu > div > div.left > span {
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    padding-right: 30px;
    border-right: 1px solid white;
}

.menu > div > div.left > span:last-of-type {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 30px;
    border-right: none;
}

.menu > div > div.right a {
    text-decoration: none;
    font-weight: bold;
    padding-right: 30px;
    padding-left: 30px;
    border-right: 1px solid white;
    width: 120px;
    display: inline-block;
    text-align: center;
}

.menu > div > div.right a.active {
    background-color: var(--main);
    border-right: none;
    font-size: 24px;
    color: white!important;
}

.menu > div > div.right a.active::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100px;
    top: 0;
    margin-top: -50px;
    background-color: var(--main);
    left: 0;
    z-index: -1;
}

.menu > div > div.right a.active::after {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 20px solid var(--main);
    left: 0;
    top: 100%;
    margin-top: 21px;
}

.menu > div > div.right a:last-of-type {
    border-right: none;
}

.menu > div > div {
    width: 20%;
    text-align: left;
}

.menu > div > div.language {
    width: 10%;
}

.menu > div > div.left {
    width: 30%;
}

.menu > div > div.right {
    width: 40%;
    text-align: right;
}

.menu > div > div.logo {
    text-align: center;
}

.menu * {
    color: white;
}

.menu .language img {
    width: 26px;
    height: 26px;
}

.menu .left img {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.menu .left a  {
    text-decoration: none;
}

.menu .logo img {
    width: 128px;
    height: 48px;
    object-fit: cover;
}

.menu .logo p {
    font-weight: bold;
    margin: 0;
}

.introduction {
    width: 100vw;
    overflow: hidden;
    height: 100vh;
}

.introduction > div {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(0,0,0,0.5);
    left: 0;
    top: 0;
    flex-direction: column;
}

.introduction > div * {
    color: white;
}

.introduction > div > p {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
}

.introduction > div > h1 {
    margin: 0;
    padding: 0;
    font-size: 42px;
}

.introduction > div > span {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 50px;
}

.introduction > div > span * {
    font-size: 20px;
}

.introduction > div > span p {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.introduction > div > span p img {
    margin-right: 10px;
    width: 24px;
    height: 24px;
}

.introduction > div a {
    background-color: white;
    color: var(--main);
    font-weight: bold;
    padding: 16px 32px;
    border-radius: 50px;
    margin-top: 50px;
    text-decoration: none;
    margin-bottom: 50px;
}

.services .subtext {
    width: 50%;
    margin-left: 25%;
    background-color: white;
    border-radius: 10px;
    margin-top: -100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 50px;
}

.services .subtext img {
    width: 32px;
    height: 32px;
}

.services .subtext p {
    text-align: center;
}

.services .blocks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    width: 100vw;
    padding: 50px 200px;
    gap: 100px;
}

.services .blocks > div {
    border-radius: 10px;
    width: 350px;
    height: 450px;
    background-color: var(--back);
    box-shadow: 10px 10px 10px var(--back);
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.services .blocks > div > h2 {
    width: 90%;
    margin-left: 5%;
    text-align: center;
    color: var(--main);
    border-bottom: 1px solid #adadad;
    height: 100px;
}

.services .blocks > div > img {
    width: 48px;
    height: 48px;
}

.contact {
    width: 100vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 100px;
    background-color: var(--back);
}

.contact > div {
    width: 40%;
    display: inline-flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 0 50px;
}

.contact > div:first-of-type {
    padding-left: 100px;
    width: 30%;
    background-color: white;
    border: 10px solid var(--back);
}

.contact > div:last-of-type {
    margin-left: auto;
}

.contact form {
    border-radius: 10px;
    width: 450px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-right: 150px;
    padding-left: 10px;
    margin-top: 20px;
    background-color: white;
}

.contact form h3 {
    color: var(--main);
    width: 100%;
    text-align: center;
    font-size: 26px;
}

.contact form p {
    margin: 0;
    padding: 0;
    font-size: 12px;
    cursor: pointer;
    color: #adadad;
}

.contact form img {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    right: 20px;
}

.contact form input, textarea {
    border-radius: 5px;
    padding: 6px 12px;
    border: 1px solid #d3d3d3;
    font-size: 16px;
    margin-bottom: 10px;
}

.contact form input[type="submit"] {
    width: 120px;
    height: 120px;
    background-color: var(--main);
    font-weight: bold;
    color: white;
    cursor: pointer;
    border: none;
    position: absolute;
    right: 10px;
    bottom: 27px;   
}

.contact span > p {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    margin-top: 30px;
}

.contact span a {
    text-decoration: none;
    font-weight: bold;
    color: black;
}

.contact span font {
    color: #adadad;
    font-weight: bold;
    font-size: 20px;
}

textarea {
    resize: none;
    height: 100px;
}

footer {
    width: 100vw;
    height: auto;
    padding: 50px;
    background-color: var(--main);
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}

footer div {
    display: block;
}

footer div:last-of-type {
    margin-left: 500px;
}

footer div > p {
    margin: 0;
    padding: 0;
    color: white;
    font-weight: bold;
    margin-bottom: 30px;
}

footer div > a {
    display: inline-block;
}

footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
footer a {
    font-weight: bold;
    color: white;
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-block;
}

footer ul + p {
    color: white;
    font-weight: bold;
}

footer ul + p font {
    font-weight: normal;
    display: block;
    margin-top: 30px;
}

footer ul + p i {
    display: block;
}

footer > p {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #3f3f3f;
    color: white;
    font-size: 12px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 50px 0 20px;
    margin: 0;
}

footer > p > a {
    margin-bottom: 0;
}

footer > p::before {
    content: " ";
    width: 0;
    height: 0;
    border-bottom: 50px solid #3f3f3f;
    border-left: 50px solid transparent;
    position: absolute;
    left: -50px;
    top: 0;
}

.additional {
    display: flex;
    width: 100vw;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
    flex-direction: column;
    background-image: url("back-full-1.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.additional li {
    margin-bottom: 10px;
    font-weight: bold;
}

.additional img {
    width: 48px;
    height: 48px;
}

.gallery {
    display: flex;
    width: 100Vw;
    height: auto;
    padding: 50px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 50px;
}

.gallery img {
    width: 250px;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: left top;
    flex-grow: 1;
    max-height: 500px;
}

.navmenu {
    width: 100vw;
    height: auto;
    padding: 10px;
    display: none;
    flex-direction: column;
    gap: 10px;
}

.navmenu > a {
    width: 100%;
    background-color: var(--main);
    color: white;
    font-weight: bold;
    padding: 16px;
    border-radius: 10px;
    text-decoration: none;
    text-align: center;
}

@media screen and (min-width: 1930px) {
    .services .blocks {
        padding: 50px 20%;
    }

    .gallery img {
        width: 400px;
    }
}

@media screen and (max-width: 1650px) {
    .services .blocks {
        padding: 50px;
    }

    .contact > div:first-of-type, .contact > div:last-of-type {
        width: 50%;
    }

    .menu > div > div.language > div {
        flex-direction: column;
    }

    .menu > div > div.language > div > span:last-of-type {
        margin-left: 0;
        margin-top: 10px;
    }

}

@media screen and (max-width: 1300px) {
    .menu > div > div.right {
        display: none;
    }

    .menu > div > div.left {
        width: 60%!important;
    }

    .services .subtext {
        width: 80%;
        margin-left: 10%;
    }

    /*
    .contact {
        flex-direction: column;
    }
        */

    .contact > div:first-of-type, .contact > div:last-of-type {
        width: 100%;
        align-items: center;
    }

    .contact > div:first-of-type {
        padding-left: 0;
    }

    footer div:last-of-type {
        margin-left: 100px;
    }
}

@media screen and (max-width: 999px) {
    .services .subtext {
        width: 100%;
        margin-left: 0;
        border-radius: 0;
    }

    .menu > div > div.left {
        opacity: 0;
    }

    .contact {
        flex-direction: column;
    }

    .additional {
        background-attachment: initial;
    }
}

@media screen and (max-width: 820px) {
    .menu > div > div.left {
        width: 0!important;
        display: none;
    }

    .menu > div > div.language, .menu > div > div.logo {
        width: 50%;
    }

    .introduction > div > h1 {
        font-size: 26px;
    }

    .introduction > div > h1, .introduction > div > p {
        text-align: center;
    }

    .introduction > div > p {
        margin-top: 10px;
        font-size: 18px;
    }

    .introduction > div > span {
        flex-direction: column;
        gap: 0;
    }

    .services .blocks > div {
        width: 100%;
    }

    .services .blocks {
        padding: 50px 20px;
        gap: 20px;
    }

    .services .blocks > div {
        box-shadow: none;
    }

    .menu > div > div.language > div > span {
        display: flex;
    }

    .contact form {
        width: 100%;
        padding-right: 10px;
    }

    .contact form img {
        display: none;
    }

    .contact form input[type="submit"] {
        position: relative;
        left: initial;
        bottom: initial;
        width: 100%;
        height: 60px;
        right: initial;
        top: initial;
    }

    .additional > div {
        padding: 10px;
    }

    footer {
        flex-direction: column;
    }

    footer div:last-of-type {
        margin-left: 0;
        margin-top: 100px;
        margin-bottom: 100px;
    }

    footer > p {
        width: 100%;
        padding: 50px;
        flex-direction: column;
        gap: 10px;
    }

    footer > p::before {
        display: none;
    }
}

@media screen and (max-width: 750px) {
    .gallery img {
        width: 100%;
    }

    .navmenu {
        display: flex;
    }

    .introduction video {
        width: auto;
        height: 100%!important;
    }

    .gallery {
        padding: 10px;
    }

    .phone-gallery img {
        display: none;
    }

    .phone-gallery img.visible {
        display: block;
        animation: 2s img-in ease;
    }

    .contact > div:last-of-type > video {
        display: none;
    }

    .contact > div {
        padding: 0;
    }
}

@keyframes img-in {
    from { opacity: 0; }
    to { opacity: 1; }
}

@media screen and (min-width: 1000px) {
    .introduction > div a {
        transition: 0.2s ease all;
        --webkit-transition: 0.2s ease all;
    }

    .introduction > div a:hover {
        color: white;
        background-color: var(--main);
        transform: scale(1.2);
        --webkit-transform: scale(1.2);
    }

    .introduction > div a::before {
        content: " ";
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid white;
        position: absolute;
        left: 50%;
        margin-left: -10px;
        top: 100%;
        margin-top: -20px;
        transition: 0.2s ease all;
        --webkit-transition: 0.2s ease all;
    }

    .introduction > div a:hover::before {
        border-top: 10px solid var(--main);
        margin-top: 0;
    }

    .introduction, .menu {
        animation: 3s intro-in ease;
    }

    .menu .logo {
        animation: 2s menu-in ease;
    }

    .introduction > div {
        animation: 7s intro-in ease;
    }

    @keyframes intro-in {
        from { opacity: 0; }
        to { opacity: 1; }
    }

    @keyframes menu-in {
        0% { margin-top: -200px; }
        30% { margin-top: -200px; }
        100% { margin-top: 0; }
    }

    .menu a::before, footer a::before {
        content: " ";
        width: 0;
        height: 1px;
        position: absolute;
        left: 0;
        top: 100%;
        background-color: white;
        transition: 0.2s ease all;
        --webkit-transition: 0.2s ease all;
    }

    .menu a:hover::before, footer a:hover::before {
        width: 100%;
    }

    .menu .right a:hover::before {
        width: 0;
    }

    .services .subtext {
        animation: 2s subtext-in ease;
    }

    @keyframes subtext-in {
        from { margin-top: 0; }
        to { margin-top: -100px; }
    }

    .services .blocks > div {
        transition: 0.2s ease all;
        --webkit-transition: 0.2s ease all;
    }

    .services .blocks > div:hover {
        box-shadow: 10px 10px 10px #d1d1d1;
    }

    .menu > div > div.right a {
        transition: 0.2s ease all;
        --webkit-transition: 0.2s ease all;
    }

    .menu > div > div.right a:hover {
        color: var(--main);
    }

    .contact form input, textarea {
        transition: 0.2s ease all;
        --webkit-transition: 0.2s ease all;
    }

    .contact form input:focus, textarea:focus {
        border: 1px solid #878787;
    }

    .contact form input[type="submit"]:hover {
        background-color: #d86504;
    }
}