*,*::after,*::before{
margin: 0;
padding: 0 ;
box-sizing: border-box;
}
@font-face {
    font-family: 'JetBrain';
    src: url('./assets/fonts/JetBrainsMono[wght].ttf');
}
@font-face {
    font-family: 'Bebas';
    src: url('./assets/fonts/BebasNeuePro-Bold.ttf');
}
:root{
    --text-color: #FFFFFF99;
}
.adMorphic{
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}
.main-block{
    width: 100%;
    height: 100svh;
}
li{
    list-style: none;
}
.logo{
    width: 124px;
    cursor: pointer;;
    img{
        width: 100%;
    }
}
body{
    background-color: #0A0A0A;
    padding: 0 3%;
    overflow-x: hidden;
}
html{
    overflow-x: hidden;
}
header{
    padding: 1.5vh 0;
    font-family: 'JetBrain';
    display: flex;
    color: var(--text-color);
    justify-content: space-between;
    align-items: center;
}
.nav_list{
    display: flex;
    gap: 4px;
}
.nav_menu{
    width: 670px;
    display: flex;
    justify-content: space-between;
 a{
    text-decoration: none;
    color: #FFFFFF99;
 }
}
.nav_item{
    padding: 6px 10px;
    font-size: 14px;
    line-height: 140%;
    border-radius: 6px;
    background-color: #FFFFFF0F;
    cursor: pointer;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -3%;
    text-transform: uppercase;
    transition: .3s;
}
.nav_item:hover{
    color: white;
    transition: .3s;
}
.lang{
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 140%;
    border-radius: 6px;
    background-color: #FFFFFF0F;
    cursor: pointer;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -3%;
    text-transform: uppercase;
    transition: .3s;
    position: relative;
}
.dropdown-menu{
    position: absolute;
    bottom: -90px;
    left: 0;
    display: none;
    font-size: 14px;
    background-color: #FFFFFF1F;
    border-radius: 6px;
    padding: 10px;
    color: #FFFFFF99;
    width: 63px;
    flex-direction: column;
    gap: 10px;
    align-items: end;
    z-index: 1000;
    hr{
        height: .5px;
        color: #FFFFFF99;
    width: 100%;
    }

}
.dropdown-menu span:hover{
color: white;
}
.lang:hover{
    color: white;
    transition: .3s;
}
.globe{
    width: 20px;
    height: 20px;
}
.main-content{
    position: relative;
    width: 100%;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    h1{
        text-transform: uppercase;
    }
}
.paragraph{
    display: flex;
    color: #FFFFFF99;
    font-family: 'JetBrain';
    font-size: 14px;
    gap: 20px;
    p{
        width: 210px;
    }
}
h1{
    position: relative;
    font-family: 'Bebas';
    font-size: 92px;
    line-height: 85%;
    text-align: center;
    color: white;
    span{
        color: #cd0002;
    }
}
.square{
    position: absolute;
    z-index: 0;
    background-color: #CD00011F;
    width: 210px;
    height: 210px;
    transform: translate(-50%,-50%)  rotate(45deg);
    top: 25%;
    left: 10%;
}
.square-right{
    position: absolute;
    z-index: 0;
    background-color: #CD00011F;
    width: 210px;
    height: 210px;
    transform: translate(-50%,-50%)  rotate(-45deg);
    top:60%;
    right: -10%;
}

@media (max-width:1024px) and (min-width:640px) {
    .nav_menu{
        width: 470px;
        display: flex;
        justify-content: space-between;
    }
}

.add{
    background-color: #CD000129;
    width: 100%;
    height: 720px;
    border-radius: 20px;
    padding: 20px 0;

}
.title-add{
    h2{
        width: 50%!important;
    }
}
.mark-logo{
    width: 120px;
    height: 120px;
    margin: 0 auto;
    img{
        width: 100%;
    }
}
.add{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    h2{
        font-size: 20px;
        line-height: 140%;
        letter-spacing: -3%;
        margin: 0 auto;
        width: max-content;
        text-transform: uppercase;
        color: #CD0001;
        text-align: center;
        font-family: 'JetBrain';
    }
}
.scrolling-text-container {
    overflow: hidden;
}

.scrolling-text-inner {
    display: flex;
    white-space: nowrap;
}

.scrolling-text {
    display: flex;

}

.scrolling-text-item {
    display: flex;
    align-items: center;
    font-size: 260px;
    color: #CD0001;
    gap: 32px;
    text-transform: uppercase;
    font-family: 'Bebas';
    padding: 0 16px;
}



.scrolling-text-inner>div {
    animation: var(--direction) var(--marquee-speed) linear infinite;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes scroll-right {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0%);
    }
}
/*ADVANTAGES*/
.advantages{
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 60px 0;
    h3{
        padding: 4px 8px;
        background-color: #CD00011F;
        color: #CD0001;
        width: max-content;
        border-radius: 6px;
        margin: 0 auto;
        line-height: 140%;
        font-size: 14px;
        font-family: 'JetBrain';
    }
    h1{
        text-transform: uppercase;
        font-size: 62px;
        line-height: 90%;
    }
}
.top_adv{
       display: flex;
       flex-direction: column;
       gap: 20px; 
}
.list_advantages{
    display: flex;
    gap: 20px;
}
.block-advantages{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #FFFFFF0F;
    width: 440px;
    height: 300px;
    border-radius: 12px;
    padding: 20px;
    h2{
        font-size: 32px;
        color:white;
        font-family: 'Bebas';
    }
    p{
        font-size: 14px;
        letter-spacing: -3%;
        text-transform: uppercase;
        color: #FFFFFF99;
        font-family: 'JetBrain';
    }
}
.logo-advantages{
    width: 32px;
    height: 32px;
    img{
        width: 100%;
    }
}
.text-advantages{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.vacancy{
    display: flex;
    flex-direction: column;
    gap: 40px;
    h3{
        padding: 4px 8px;
        background-color: #CD00011F;
        color: #CD0001;
        width: max-content;
        border-radius: 6px;
        margin: 0 auto;
        line-height: 140%;
        font-size: 14px;
        font-family: 'JetBrain';
    }
    h1{
        text-transform: uppercase;
        font-size: 62px;
        line-height: 90%;
    }
}
.list-vacancy{
    display: flex;
    gap: 20px;
    margin: 0 auto;
}
.block-vacancy{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #FFFFFF0F;
    width: 440px;
    height: 886px;
    border-radius: 12px;
    padding: 20px;
    h2{
        font-size: 32px;
        color:white;
        font-family: 'Bebas';
    }
    p{
        font-size: 14px;
        letter-spacing: -3%;
        text-transform: uppercase;
        color: #FFFFFF99;
        font-family: 'JetBrain';
    }
}
.top-vacancy{
    display: flex;
    flex-direction: column;
    gap:14px
}
.logo-vacancy{
    width: 52px;
    height: 52px;
    img{
        width: 100%;
    }
}
.name-vacancy{
    display: flex;
    flex-direction: column;
    gap:12px
}
.hard-skills{
    display: flex;
    flex-direction: column;
    gap: 12px;
    h2{
        font-size: 24px;
    }
    .desc{
        font-size: 16px;
    }
    li{
        list-style:disc;
        font-size: 13.4px;
        line-height: 140%;
        letter-spacing: -3%;
        color: #FFFFFF99;
        text-transform: uppercase;
        font-family: 'JetBrain';
        border-top: 1px solid #FFFFFF0F;
        padding: 12px;
    }
}
.skills{
    margin:0 12px;
}
.button-list{
    display: flex;
    flex-direction: column;
    gap:12px

}
button{
    border-radius: 8px;
    font-family: 'JetBrain';
      background-color: #CD0001;  
      color: white;
      border: none;
      outline: none;
      padding: 12px 24px;
      font-size: 16px;
      line-height: 150%;
      letter-spacing: -3%;
      text-transform: uppercase;
      cursor: pointer;
      transition: .3s;
}
button:hover{
    background-color: #ff0505; 
    transition: .3s;
}
button:nth-child(2){
    background-color: #FFFFFF0F;  
}
button:nth-child(2):hover{
    background-color: #ffffff1b;
   transition: .3s;
}

.social{
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 40px 0;
    h3{
        padding: 4px 8px;
        background-color: #CD00011F;
        color: #CD0001;
        width: max-content;
        border-radius: 6px;
        margin: 0 auto;
        line-height: 140%;
        font-size: 14px;
        font-family: 'JetBrain';
    }
}
.list-social{
    display: flex;
    justify-content: space-between;
}
.block-social{
    display: flex;
    justify-content: space-between;
    background-color: #FFFFFF0F;
    width: 48%;
    border-radius: 12px;
    padding: 20px;
    cursor: pointer;
    transition: .3s;
    h2{
        font-size: 32px;
        color:white;
        font-family: 'Bebas';
    }
    p{
        font-size: 14px;
        letter-spacing: -3%;
        text-transform: uppercase;
        color: #FFFFFF99;
        font-family: 'JetBrain';
    }
}
.block-social:hover{
    background-color: #ffffff1b;
    transition: .3s;
}
.link-social{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
footer{
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    gap: 20px;
 
}
.logo-footer{
        width: 100%;
        img{
            width: 100%;
        }
}
.sub{
    display: flex;
    justify-content: space-between;
    font-family: 14px;
    line-height: 140%;
    text-transform: uppercase;
    color: #FFFFFF52;
    font-family: 'JetBrain';
    a{
        text-decoration: none;
        color: #FFFFFF52;    
        transition: .3s;
    }
}
.list-politic{
    display: flex;
    gap: 24px;
}
a:hover{
    color: white;
    transition: .3s;
}
#nav-mobile{
    display: none;
}
@media (max-width:768px) {
    .nav_menu{
        width: 430px;
        display: flex;
        justify-content: end;
        padding-right: 50px;
    }
    .nav_list{
        display: none;
    }
    #nav-mobile{
        display: block;
    }
    #nav-mobile {
        position: fixed;
        top: 20px;
        right: 20px;
        z-index: 1001;
    }

    #menuToggle {
        display: block;
        position: relative;
        z-index: 1001;
        -webkit-user-select: none;
        user-select: none;
    }

    #menuToggle a {
        text-decoration: none;
        color: #FFFFFF99;
        transition: color 0.3s ease;
     
    }
    label{
        font-size: 24px;
    }
    #menuToggle a:hover {
        color: tomato;
    }
    .add {
        h2 {
            width: 100%;
            font-size: 16px;
            line-height: 150%;
        }
    }
    #menuToggle input {
        display: block;
        width: 40px;
        height: 32px;
        position: absolute;
        top: -7px;
        left: -5px;
        cursor: pointer;
        opacity: 0;
        z-index: 1001;
        -webkit-touch-callout: none;
    }

    #menuToggle span {
        display: block;
        width: 33px;
        height: 4px;
        margin-bottom: 5px;
        position: relative;
        background-color: white;
        border-radius: 3px;
        z-index: 1001;
        transform-origin: 4px 0px;
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                    background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                    opacity 0.55s ease;
    }

    #menuToggle span:first-child {
        transform-origin: 0% 0%;
    }

    #menuToggle span:nth-last-child(2) {
        transform-origin: 0% 100%;
    }

    #menuToggle input:checked ~ span {
        opacity: 1;
        transform: rotate(45deg) translate(-2px, -1px);
        background: #FFFFFF99;
    }

    #menuToggle input:checked ~ span:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }

    #menuToggle input:checked ~ span:nth-last-child(2) {
        transform: rotate(-45deg) translate(0, -1px);
    }

    #menu {
        position: fixed;
        top: 00px;
        right: 0;
        width: 100vw;
        height: 100vh;
        margin: 0;
        padding: 4%;
        box-sizing: border-box;
        overflow-y: auto;
        background: #0a0a0a;
        list-style-type: none;
        -webkit-font-smoothing: antialiased;
        transform-origin: 100% 0%;
        transform: translate(100%, 0);
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
        z-index: 1000;
    }
    .footer-nav-mobile{
        display: flex;
        flex-direction: column;
        gap: 24px;
        position: absolute;
        width: 95%;
        bottom: 5%;
        left: 50%;
        transform: translate(-50%);
    }

    #menu li {
        padding: 10px 0;
        font-size: 22px;
    }

    #menu li label {
        cursor: pointer;
    }

    #menuToggle input:checked ~ ul {
        transform: translate(0, 0);
    }
    .main-block{
        h1{
          font-size: 92px;  
          line-height: 85%;
        }
    }
    .paragraph{
        flex-direction: column;
        p{
            width: 290px;
            height: 160px;
            text-align: center;
        }
    }
    .title-add{
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    .mark-logo{
        width: 120px;
        height: 120px;
    }
    .add{
        h2{
            font-size: 20px;
            line-height: 140%;
        }
    }
    .advantages {
        h1 {
            font-size: 59px;
            line-height: 100%;
        }
    }
    .list_advantages{
        flex-direction: column;
    }
    .block-advantages{
        width: 100%;
        height: max-content;
    }

    .logo-advantages{
        margin: 0 auto;
    }
    .text-advantages{
        h2{
         text-align: center;
        }
        p{
            text-align: center;
        }
    }
    .list-social{
        flex-direction: column;
        gap: 24px;
    }
    .block-social{
        width: 100%;
    }
    .sub{
        flex-direction: column-reverse;
        gap: 24px;
        h4{
            text-align: center;
        }
    }
    .list-politic{
        display: flex;
        justify-content: center;
    }
}

@media (max-width:470px) {
    .nav_menu{
        width: 430px;
        display: flex;
        justify-content: end;
        padding-right: 50px;
    }
    .nav_list{
        display: none;
    }
    #nav-mobile{
        display: block;
    }
    #nav-mobile {
        position: fixed;
        top: 20px;
        right: 20px;
        z-index: 1001;
    }

    #menuToggle {
        display: block;
        position: relative;
        z-index: 1001;
        -webkit-user-select: none;
        user-select: none;
    }

    #menuToggle a {
        text-decoration: none;
        color: #FFFFFF99;
        transition: color 0.3s ease;
     
    }
    label{
        font-size: 24px;
    }
    #menuToggle a:hover {
        color: tomato;
    }

    #menuToggle input {
        display: block;
        width: 40px;
        height: 32px;
        position: absolute;
        top: -7px;
        left: -5px;
        cursor: pointer;
        opacity: 0;
        z-index: 1002;
        -webkit-touch-callout: none;
    }

    #menuToggle span {
        display: block;
        width: 33px;
        height: 4px;
        margin-bottom: 5px;
        position: relative;
        background-color: white;
        border-radius: 3px;
        z-index: 1001;
        transform-origin: 4px 0px;
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                    background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                    opacity 0.55s ease;
    }

    #menuToggle span:first-child {
        transform-origin: 0% 0%;
    }

    #menuToggle span:nth-last-child(2) {
        transform-origin: 0% 100%;
    }

    #menuToggle input:checked ~ span {
        opacity: 1;
        transform: rotate(45deg) translate(-2px, -1px);
        background: #FFFFFF99;
    }

    #menuToggle input:checked ~ span:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }

    #menuToggle input:checked ~ span:nth-last-child(2) {
        transform: rotate(-45deg) translate(0, -1px);
    }

    #menu {
        position: fixed;
        top: 0px;
        right: 0;
        width: 100vw;
        height: 100vh;
        margin: 0;
        padding: 4%;
        box-sizing: border-box;
        overflow-y: auto;
        background: #0a0a0a;
        list-style-type: none;
        -webkit-font-smoothing: antialiased;
        transform-origin: 100% 0%;
        transform: translate(100%, 0);
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
        z-index: 1000;
    }
    .footer-nav-mobile{
        display: flex;
        flex-direction: column;
        gap: 24px;
        position: absolute;
        width: 95%;
        bottom: 5%;
        left: 50%;
        transform: translate(-50%);
    }

    #menu li {
        padding: 10px 0;
        font-size: 22px;
    }

    #menu li label {
        cursor: pointer;
    }

    #menuToggle input:checked ~ ul {
        transform: translate(0, 0);
    }
    .main-block{
        h1{
          font-size: 52px;  
          line-height: 100%;
        }
    }
    .paragraph{
        flex-direction: column;
        p{
            width: 100%;
            font-size: 14px;
            height: max-content;
            text-align: center;
        }
    }
    .title-add{
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    .mark-logo{
        width: 80px;
        height: 80px;
    }
    .add{
        h2{
            font-size: 16px;
            line-height: 150%;
        }
    }
    .advantages {
        h1 {
            font-size: 32px;
            line-height: 100%;
        }
    }
    .list_advantages{
        flex-direction: column;
    }
    .block-advantages{
        width: 100%;
        height: max-content;
    }

    .logo-advantages{
        margin: 0 auto;
    }
    .text-advantages{
        h2{
         text-align: center;
         font-family: 24px;
        }
        p{
            text-align: center;
            font-size: 14px;
        }
    }
    .block-vacancy {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        background-color: #FFFFFF0F;
        width: 360px;
        height: 1000px;
        border-radius: 12px;
        padding: 20px;
    }
    .list-social{
        flex-direction: column;
        gap: 24px;
    }
    .block-social{
        width: 100%;
    }
    .sub{
        flex-direction: column-reverse;
        gap: 24px;
        h4{
            text-align: center;
        }
    }
    .list-politic{
        display: flex;
        justify-content: center;
    }
    .square {
        position: absolute;
        z-index: 0;
        background-color: #CD00011F;
        width: 80px;
        height: 80px;
        transform: translate(-50%, -50%) rotate(45deg);
        top: 10%;
        left: 10%;
    }
    .square-right {
        position: absolute;
        z-index: 0;
        background-color: #CD00011F;
        width: 80px;
        height: 80px;
        transform: translate(-50%, -50%) rotate(-45deg);
        top: 60%;
        right: -10%;
    }
    .vacancy {
        h1 {
            font-size: 45px;
            line-height: 90%;
        }
    }
    h1 {

        font-size: 62px;
        line-height: 90%;

    }
    .block-social {
        h2 {
            font-size: 24px;

        }
    }
    .block-social {
        p {
            font-size: 14px;
            letter-spacing: -3%;
        }
    }
    .sub {
        a {
            text-decoration: none;
            text-align: center;
            color: #FFFFFF52;
            transition: .3s;
            font-size: 14px;
        }
        .list-politic{
            flex-direction: column;
        }
    }
}
