@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap');

body {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    overflow: hidden;
    font-family: "Comfortaa", sans-serif;
    color: white;
}

section {
    overflow: hidden;
}

.business-card {
    height: 100dvh;
    width: 393px;
    overflow: hidden;
    position: absolute;

}

/*loading menu - start*/
.business-card-loader {
    height: 100dvh;
    background: #fff;
    transition: all 0.4s ease-out;
}

.loader {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20dvh;
    height: 20dvh;
    box-sizing: border-box;

}
.loader img{
    position: absolute;
    width: 10dvh;
    left: 5dvh;
    top: 5dvh;
}
.loader .face {
    position: absolute;
    border: 4px solid transparent;
}

.loader .face.face1 {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0 0 10px rgba(22, 22, 22, 0.411);
    border-radius: 50%;
    border-left: 4px solid #3c6b96;
    border-top: 4px solid #3c6b96;
    animation: animate 3s linear infinite;
}

.loader .face.face2 {
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    box-shadow: 0 0 10px rgba(29, 30, 31, 0.507);
    border-radius: 50%;
    border-right: 2px solid #3c6b96;
    border-bottom: 2px solid #3c6b96;
    animation: animate 3s linear reverse infinite;
}

.loader .face .circle {
    position: absolute;
    top: calc(50% - 1px);
    left: 50%;
    width: 50%;
    height: 2px;
    transform-origin: left;
}

.loader .face.face1 .circle {
    transform: rotate(-45deg);
}

.loader .face.face2 .circle {
    transform: rotate(-45deg);
}

.loader .face .circle:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    top: -4px;
    right: -6px;
}

.loader .face.face1 .circle:before {
    background: #1b2f54;
    box-shadow: 0 0 20px #b8b8b8,
        0 0 40px #b8b8b8,
        0 0 60px #b8b8b8,
        0 0 0 5px rgba(0, 140, 255, 0.1)
}

.loader .face.face2 .circle:before {
    background: #1b2f54;
    box-shadow: 0 0 20px #adc7ff,
        0 0 40px #adc7ff,
        0 0 60px #adc7ff,
        0 0 0 5px rgba(51, 60, 136, 0.1)
}

@keyframes animate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*loading menu - end*/

/*main menu - start*/
.logo {
    display: flex;
    justify-content: flex-end;
}

.logo img {
    width: 60%;
}

.en__logo{
    margin-top: -3dvh;
    margin-right: -2dvh;
}

.business-card-body {
    display: flex;
    flex-direction: column ;
    /*padding: 0 10%;*/
    justify-content: center;
    margin: 0 auto;
    animation: fadeIn 1s linear 1.8s;
    align-items: center;
}
.top-section{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 10px;
}
.header {
    height: auto;
    padding-top: 20px;
}

.main {
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100dvh;
}

.main .title-box {
    display: flex;
flex-direction: column;
    font-size: 22px;
    color: white;
    width: inherit;
    padding-top: 15px;
    position: relative;
}
.language-shift{
    position: absolute;
    top: 10dvh;
}
.lan-shift{
    text-decoration: none;
    
}
.title-box h1,.title-box p {
    font-weight: 300;
    align-self: flex-end;
    text-align: end;
    
}

.bigger__welcome{
    font-size: 32px;
}
.en__bg{
    background-color: #0065fc;
    background-image: linear-gradient(to left, #007bb4 0%, #224c99 100%);
    color: transparent;
    background-clip: text;
    opacity: 70%;
}

@keyframes moveDown {
    from {
        margin-top: -370px;
    }

    to {
        margin-top: 0;
    }
}

.main .title {
    margin: 0;
    font-size: 18px;
    padding-left: 5%;
    display: flex;
    align-items: center;
}

.about-us {
    display: flex;
    flex-direction: column;
}



i {
    font-size: 22px;
    font-weight: 200;
    color: white;

}

a {
    text-decoration: none;
}

.contact-box {
    display: flex;
    justify-content: flex-start;
    font-size: 1.6em;
    align-items: center;
    margin: 10px;
    border-radius: 50%;
    color: rgb(63, 112, 144);

}

@keyframes rotateQuestion {
    0% {
        rotate: 0deg;
           }

    50% {
        rotate: 30deg;
     }
     100%{
        rotate: 0deg;
     }
}

.contact-box-back {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1px;
    width: fit-content;
    margin: 10% 0 10% 0;
    color: rgb(63, 112, 144);
    font-weight: bold;
}





.jobs {
    display: flex;
    flex-direction: column;

}

.jobs>h2 {
    padding-left: 5%;

    font-size: 18px;
}

.jobs>p {
    padding-left: 5%;
    margin-top: 0;
    font-size: 14px;
}

.jobs-links{
    display: flex;
}
.links {

    display: flex;
    flex-direction: column;
    z-index: 10;
}

.job-box {
    margin: 20px;
    display: flex;
    justify-content: center;
    color: white;
    font-weight: 800;

}


.job-box:hover,
.job-box:active {
    background: rgb(63, 112, 144);
    background: radial-gradient(circle, rgb(85, 160, 206) 0%, rgb(63, 112, 144) 51%, rgb(13, 54, 80) 100%);
}

.brand-logo {
    width: 40px;
    height: 40px;
    display: flex;
    align-self: center;
}

.dev .brand-logo {
    width: 50px;
    height: 15px;
}

/*shapes*/
.shape1 {
    rotate: 356deg;
    position: absolute;
    top: -190px;
    z-index: -1;
    left: 30px;
    animation: moveFig1 1s linear 1.7s;

}

.shape2 {
    width: 500px;
    position: absolute;
    top: 0px;
    left: 5px;
    z-index: -1;
    animation: moveFig2 1s linear 1.7s;

}
.shape2 img{
    width: 410px;
    position: absolute;
    right: 75px;
}

.shape3 {
    position: absolute;
    bottom: -125px;
    z-index: -1;
    left: -260px;
    rotate: 180deg;
    animation: moveFig3 1s linear 1.7s;
    transition: 0.5s;

}
.shape3 img{
    width: 1100px;
}

.quest {
    position: absolute;
    display: none;
    /* display: flex; */
    /* justify-content: flex-end; */
    /* margin-top: 3vh; */
    /* width: 353px; */
    bottom: 255px;
    z-index: 1;
    /* rotate: 170deg; */
    left: 5px;
    animation: movequest 1s linear 0s;
    transition: 0.5s;
}


@keyframes movequest {
    0% {
        opacity: 0;
        left: -85px;
    }

    100% {
        opacity: 1;
        left: 5px;
    }
}

@keyframes pulsation {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1.1);
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeIn {
    0% {
        margin-left: -300px;

        opacity: 0;
    }

    10% {
        margin-left: -300px;
        opacity: 0;
    }

    100% {
        margin-left: 0;
        opacity: 1;
    }
}

.quest .contact-box {

    width: 30px;
    height: 30px;
    transition: 0.5s;
    animation: rotateQuestion 3s ease-in-out infinite;

}
/*old
.active-about-page {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 18px;

}
*/
.active-about-page {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    bottom: 48dvh;
    left: 70px;
    position: absolute;
    width: 60%;
    transition: 2s;
    z-index: 5;

}
@keyframes fadeIn{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
@keyframes moveTriangle{
    0%{
        top: 73px;
    left: -80px;
    }
    100%{
        top: -273px;
    left: -534px;
    }
}
.backTriangle{
    position: absolute;
    top: -273px;
    left: -534px;
    width: 1270px;
    rotate: 221deg;
    z-index: -1;
    animation: moveTriangle 0.2s linear;
}

.box-scaled {
    transition: 1s;
    transform: scale(16);

}

.info-menu {
    position: absolute;
}

.we-are {
    font-size: 20px;
    animation: fadeIn 1s linear ;
}

.long-description {
    font-size: 13px;
    animation: fadeIn 1s linear ;
}

/*change shape3*/

.quest-transform{
    z-index: 6;
    display: block;
    left: 190px;
    bottom: 35dvh;
    transition: 0.5s;
}
.shape4 {
    position: absolute;
    bottom: -10px;
    z-index: -2;
    left: -205px;
    animation: moveFig4 1s linear 1.7s;
}

.shape4 img {
    width: 600px;
    clip-path: polygon(0 0, 30% 0, 97% 100%, 0% 100%);}
    
    .shape5 {
        position: absolute;
        bottom: 100px;
        z-index: -1;
        left: 200px;
        animation: moveFig5 1s linear 1.7s;
        
    }
    .shape5 img {
        width: 300px;
    }
    
    @keyframes moveFig1 {
        0% {
            opacity: 0;
            left: 120px;
        }
        
        100% {
            opacity: 1;
            left: 30px;
        }
    }
    @keyframes moveFig2 {
        0% {
            opacity: 0;
            left: 95px;
        }
        
        100% {
            opacity: 1;
            left: 5px;
        }
    }
    
    @keyframes moveFig3 {
        0% {
            opacity: 0;
            left: -360px;
        }
        
        100% {
            opacity: 1;
            left: -260px;
        }
    }
    
    @keyframes moveFig4 {
        0% {
            opacity: 0;
            bottom: -110px;
            left: -305px;
        }
        
        100% {
            opacity: 1;
            bottom: -10px;
            left: -205px;
        }
    }
    @keyframes moveFig5 {
        0% {
            opacity: 0;
            left: 305px;
        }
        
        100% {
            opacity: 1;
            left: 200px;
        }
    }
    
    @media screen and (max-width:450px) {
        .business-card {
            width: 100%;
        }
        
        .main {
        width: 90vw;
    }
    
    
    
    .quest {
        width: 90vw;
    }
    
    .quest .contact-box {
        
        width: 5vw;
        height: 5vw;
    }
    
    /*.active-about-page {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 16px;
        margin-left: -85%;
        padding-top: 0%;
    }*/
}

/*iphone SE and Galaxy S8 config*/
@media screen and (max-width:390px) {
    
    .quest .contact-box {
        
        width: 4vw;
        height: 4vw;
    }
    
}
@media screen and (max-height: 760px) {
    .shape1{
        top:-25dvh;
    }
    .shape2{
        top: -15dvh;
    }
    .quest{
        bottom: 21dvh;
    }
    .shape3{
        bottom: -32dvh;
    }
    .shape4{
        left: -178px;
        bottom: -1dvh;
    }
    .shape4 img{
        clip-path: polygon(0 0, 0 -13%, 100% 100%, 0% 100%);
    }
    .shape5 img{
        width: 250px;
    }
    .main .title-box{
        font-size: 19px;
    }
    .about-us{
        margin-top: -5dvh;
    }
    .about-us .links a{
        font-size: 1.4em;
    }
    .active-about-page{
        bottom: 42dvh;
    }
    .loader img{
        position: absolute;
        /* width: 5dvh;
        left: 5dvh;
        top: 5dvh; */
    }
    
}
@media screen and (max-height: 720px) {
    .shape1{
        top:-25dvh;
    }
    .shape2{
        top: -15dvh;
    }
    .quest{
        bottom: 26dvh;
    }
    .shape3{
        bottom: -32dvh;
    }
    .shape4{
        left: -178px;
        bottom: -1dvh;
    }
    .shape4 img{
        clip-path: polygon(0 0, 0 -13%, 100% 100%, 0% 100%);
    }
    .shape5 img{
        width: 250px;
    }
    .main .title-box{
        font-size: 19px;
    }
    .about-us{
        margin-top: -5dvh;
    }
    .about-us .links a{
        font-size: 1.4em;
    }
    .active-about-page{
        bottom: 45dvh;
    }
    .loader img{
        position: absolute;
        width: 6.2dvh;
        left: 6.5dvh;
        top: 6.7dvh;
    }
    
}

@media screen and (max-height: 650px){
    .links{
        font-size: 14px;
        margin-top: -5dvh;
    }
    .quest{
        bottom: 32dvh;
    }
    .shape3{
        bottom: -35dvh;
    }
    .shape5{
        bottom: 115px;
    }
    .shape5 img{
        width: 200px;
    }
}

@media screen and (min-height: 615px) and (max-height: 635px){
    .links{
        font-size: 14px;
        margin-top: -5dvh;
    }
    .quest{
        bottom: 27dvh;
    }
    .shape3{
        bottom: -35dvh;
    }
}
@media screen and (min-height: 636px) and (max-height: 650px){
    .links{
        font-size: 14px;
        margin-top: -5dvh;
    }
    .quest{
        bottom: 27dvh;
    }
    .shape3{
        bottom: -35dvh;
    }
}
.shape3-tramsformed{
    z-index: 5;
    rotate: 145deg;
    /* left: -2200px; */
    left: 130px;
    bottom: 60dvh;
    /* transform: scale(1.5); */
    transition: 0.5s;
    transform: scale(1.5);
}
@media screen and (min-height: 760px){
    .shape3 img{
        width: 1050px;
    }

    .shape3{
        rotate: 188deg;
        bottom: -160px;
    }
    .language-shift{
        top: 11dvh;
    }
}