@font-face {
    src: url("../fonts/IBM_Plex_Sans/IBMPlexSans-Thin.ttf");
    font-family: "IBM";
    font-weight: 100;
}

@font-face {
    src: url("../fonts/IBM_Plex_Sans/IBMPlexSans-ExtraLight.ttf");
    font-family: "IBM";
    font-weight: 200;
}

@font-face {
    src: url("../fonts/IBM_Plex_Sans/IBMPlexSans-Light.ttf");
    font-family: "IBM";
    font-weight: 300;
}

@font-face {
    src: url("../fonts/IBM_Plex_Sans/IBMPlexSans-Regular.ttf");
    font-family: "IBM";
    font-weight: normal;
}

@font-face {
    src: url("../fonts/IBM_Plex_Sans/IBMPlexSans-Medium.ttf");
    font-family: "IBM";
    font-weight: 500;
}

@font-face {
    src: url("../fonts/IBM_Plex_Sans/IBMPlexSans-Bold.ttf");
    font-family: "IBM";
    font-weight: 700;
}

@font-face {
    src: url("../fonts/Playfair_Display/PlayfairDisplay-Regular.ttf");
    font-family: "Playfair";
    font-weight: normal;
}

@font-face {
    src: url("../fonts/Playfair_Display/PlayfairDisplay-Medium.ttf");
    font-family: "Playfair";
    font-weight: 500;
}

@font-face {
    src: url("../fonts/Playfair_Display/PlayfairDisplay-Bold.ttf");
    font-family: "Playfair";
    font-weight: 700;
}

* {
    margin: 0;
    padding: 0;
    font-family: "IBM";
}

:root {
    --c1: #fff;
    --c2: #5896d1;
    --c3: #eeeeee;
}

::selection {
    color: #000;
    background-color: #fff;
}

p {
    color: #eeeeee;
}

body {
    overflow-x: hidden !important;
    background-color: #050505;
    background-image: url(../img/grain.png);
    background-attachment: fixed;
    background-size: 50%;
}

html {
    scroll-behavior: smooth;
}

header {
    width: 96%;
    position: fixed;
    top: 2%;
    left: 2%;
    z-index: 10;
}

.wrapper {
    width: 1190px;
    margin: 0 auto;
    padding: 0 40px;
}

.wrap {
    width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.c1 {
    color: var(--c1);
}

.menu li a {
    font-family: "IBM" !important;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    color: var(--c1);
}

#main {
    width: 100%;
}

#main h2 {
    font-family: "Playfair";
    font-size: 32px;
    line-height: 43px;
    color: var(--c1);
}

.m_50 {
    margin: 50px auto 20px auto;
}

#main p {
    font-family: "IBM" !important;
    font-size: 16px;
    line-height: 21px;
    color: var(--c1);
    margin-top: 20px;
    padding: 0 90px;
}

.about-text {
    width: 450px;
}

.title {
    font-family: "Playfair";
    font-size: 32px;
    line-height: 43px;
    color: var(--c1);
}

#about p {
    font-size: 18px;
    line-height: 27px;
    font-family: "IBM" !important;
}

h3 {
    font-size: 54px;
    line-height: 70px;
    font-family: "IBM" !important;
    color: var(--c3);
}

.indicator {
    width: 80%;
    font-family: "IBM" !important;
    font-size: 20px;
    line-height: 26px;
    color: var(--c1);
}

.services h2 {
    font-family: "Playfair";
    font-size: 36px;
    line-height: 48px;
    color: var(--c3);
    padding: 0 200px;
}

.wrap h2 {
    padding: 0 150px;
}

.work {
    width: 1000px;
    margin-left: 200px;
    z-index: -1;
}

.services_text {
    margin-top: 600px;
}

.anim4 {
    width: 180px;
}

.services-more {
    width: 450px;
}

.services_text p {
    font-family: "IBM" !important;
    font-size: 18px;
    line-height: 27px;
}

.additional_service {
    background: #111111;
    border-radius: 8px;
    width: 30.5%;
    margin-right: 40px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
}

.additional_service:nth-child(3n+2) {
    flex-direction: column-reverse;
}

.additional_service:nth-child(even) {
    justify-content: flex-end;
}

.additional_service:nth-child(2) {
    height: max-content;
}

.additional_service:nth-child(3n+2) h4 {
    margin-top: 0;
}

.additional_service:nth-child(3n) {
    margin-right: 0;
}

.additional_service:nth-child(5) {
    margin-top: -107px;
}

.additional_service:nth-child(5) img {
    margin-top: 214px;
}

.additional_service h4 {
    font-size: 30px;
    line-height: 27px;
    color: var(--c1);
    font-family: "IBM" !important;
}

.additional_service p {
    font-family: "IBM" !important;
    font-size: 18px;
    line-height: 27px;
    color: var(--c1);
}

.third img {
    width: 320px;
}

.third div {
    width: 450px;
}

.third h4 {
    font-size: 20px;
    line-height: 27px;
    color: var(--c1);
    font-family: "IBM" !important;
}

.third p {
    font-size: 16px;
    line-height: 27px;
    color: var(--c1);
    font-family: "IBM" !important;
}

footer {}

.footer div {
    font-family: "IBM" !important;
    color: var(--c1);
    font-size: 14px;
    line-height: 18px;
}

.ao {
    width: 300px;
    z-index: 3;
}

.hand {
    width: 570px;
}

.wrapper-loader {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999999;
    background-color: black;
    display: flex;
    align-items: center;
}

.wrapper-loader img {
    width: 800px;
    margin: 0 auto;
}

table td {
    font-family: "IBM" !important;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    padding: 6px 20px;
}

table td:first-child {
    color: #bfc2d1;
}

#values h2 {
    font-family: "Playfair";
    font-size: 36px;
    line-height: 48px;
    color: var(--c3);
    padding: 0 150px;
}

.value-boxes>div {
    background: #151c26;
    border-radius: 8px;
    width: 40%;
    padding: 40px;
    height: max-content;
}

.value-boxes>div h3 {
    font-size: 30px;
    line-height: 27px;
    color: var(--c1);
}

.value-boxes>div p {
    font-size: 18px;
    line-height: 27px;
    color: var(--c1);
    margin: 20px 0 20px 0;
}

.value-boxes>div h6 {
    font-size: 18px;
    line-height: 27px;
    color: var(--c1);
    margin-top: 100px;
}

.coin1 {
    width: 58px;
    margin-top: -270px;
    margin-left: 280px;
}

.coin2 {
    width: 135px;
    margin-top: -310px;
    margin-left: 340px;
}

.coin3 {
    width: 116px;
    margin-top: 145px;
    margin-left: 250px;
}

.coin4 {
    width: 98px;
    margin-top: -30px;
    margin-left: 270px;
}

.rocket {
    width: 300px;
    margin-top: 410px;
    margin-left: -180px;
}

.form {
    width: 400px;
}

.form-title {
    font-family: "Playfair";
    font-size: 36px;
    line-height: 48px;
    color: var(--c3);
}

.form img {
    filter: invert(1);
}

.contact-text {
    font-weight: "IBM" !important;
    font-size: 18px;
    line-height: 27px;
    margin-left: 15px;
    color: var(--c1);
}

.dark {
    display: none;
}

.white-image {
    display: none;
}

.hover1:hover {
    text-decoration: underline;
    opacity: 0.7;
    cursor: pointer;
}

.for_mobile {
    display: none;
}

.mobile {
    display: none;
}