@font-face {
    font-family: 'LEMON MILK Bold';
    src: url('../fonts/LEMONMILK-Bold.otf') format('otf'), url('../fonts/LEMONMILK-Bold.ttf') format('ttf'), url('../fonts/LEMONMILK-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Hemi Head Rg';
    src: url('../fonts/hemi-head-bd-it.otf') format('otf'), url('../fonts/hemi-head-bd-it.ttf') format('ttf'), url('../fonts/hemi-head-bd-it.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Regular.otf') format('otf'), url('../fonts/SFProDisplay-Regular.ttf') format('ttf'), url('../fonts/SFProDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    background: rgb(255, 255, 255);
    font-family: SF Pro Display;
}

canvas {
    width: 100%;
    height: 100%;
    outline: none;
}

#container {
    width: 100%;
    height: 100%;
    position: relative;
}

.navbar {
    position: fixed;
    z-index: 2000;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 52px;
    min-height: 52px;
}

.navbar-list {
    margin-top: 1rem;
    color: rgb(0, 0, 0);
    font-family: SF Pro Display;
    font-size: 12px;
    display: flex;
    list-style: none;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-left: 0px;
}

@media screen and (max-width: 1225px) {
    .navbar {
        display: none;
    }
    .navbar-fix {
        display: none;
    }
}

@media screen and (min-width: 1225px) {
    .navbar-mob {
        display: none!important;
    }
}

.nav-links {
    color: rgb(0, 0, 0);
    transition-duration: 0.2s;
}

.nav-links:hover {
    color: rgb(157, 157, 255);
    text-decoration: none;
    animation-timing-function: ease;
    transition-duration: 0.2s;
}

.ob {
    color: #ffffff;
    text-align: center;
}

.ob-blocks {
    background-color: black;
    border-radius: 30px;
    font-weight: 700;
    font-size: 70px;
    margin: 10px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: SF Pro Display;
}

@media screen and (min-width: 1200px) {
    .blocks-con {
        max-width: 85vw;
    }
    .block-links {
        margin-bottom: 10px;
    }
}

.ob-blocks-hg {
    background-color: rgb(0, 0, 0);
    border-radius: 30px;
    margin: 10px 10px 0px 10px;
    height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: linear-gradient(150deg, #124d86 0%, #14204e 100%);
    /*background-image: url(../img/ser-back.jpg);
    background-size: 100%;
    background-position-y: center;
    background-position-x: center;*/
}

.ob-blocks-min {
    background-color: rgb(0, 0, 0);
    border-radius: 30px;
    margin: 10px 10px 0px 10px;
    height: 1px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.blocks-up {
    margin-top: -200px;
}

.nav-but {
    color: #ffffff;
    background-color: black;
    padding: 10px 12px 10px 12px;
    border-radius: 30px;
    width: 120px;
    transition-duration: 0.5s;
    transition: 0.5s;
    background: linear-gradient(90deg, var(--c1, rgb(96, 0, 255)), var(--c2, rgba(9, 9, 121, 1)) 51%, var(--c1, rgb(4, 5, 71))) var(--x, 0)/ 200%;
}

.nav-but:hover {
    background-color: black;
    color: #ffffff;
    --x: 100%;
}

.ob-con {
    color: #6e6e73;
    font-size: 12px;
    font-family: SF Pro Display;
}

@media screen and (max-width: 768px) {
    .foot-links-pc {
        display: none;
    }
    .legal-pc {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .foot-links-mob {
        display: none;
    }
    .legal-mob {
        display: none;
    }
}

.blocks-pc {
    margin-top: 50px;
}

.blocks-mob {
    margin-top: 30px;
}

@media screen and (max-width: 1199px) {
    .blocks-pc {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    .blocks-mob {
        display: none;
    }
}

@media screen and (max-width: 270px) {
    .blocks-mob {
        display: none;
    }
    .service-box-left {
        margin: 10px 10px 10px 10px!important;
    }
    .service-box-right {
        margin: 10px 10px 10px 10px!important;
    }
    .ob-blocks-hg {
        height: 770px;
    }
}

.padding-top-50 {
    padding-top: 50px;
}

@media screen and (max-width: 360px) {
    .ob-blocks {
        font-size: 50px;
    }
}

.con-mid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.navbar-mob {
    height: 50px;
    width: 100%;
    position: fixed;
    text-align: center;
    color: #000000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 2000;
}

.port-text {
    background: -webkit-linear-gradient(#F44336, #6800ff);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.web-d-block {
    background-color: #ffffff;
    color: black;
    box-shadow: 4px 12px 40px 6px rgba(0, 0, 0, 0.14);
    height: 100%;
    font-size: 18px;
}

.web-block {
    transition-property: background;
    transition-duration: 0.5s;
    /*background-color: #000000;
    background: linear-gradient(90deg, var(--c1, #000000), var(--c2, #000000) 51%, var(--c1, #20001d)) var(--x, 0)/ 200%;*/
    background: radial-gradient(ellipse at 5% 5%, #fec833 0%, rgba(254, 200, 51, 0) 75%), radial-gradient(ellipse at 95% 5%, #fdc1a7 0%, rgba(253, 193, 167, 0) 75%), radial-gradient(ellipse at 95% 95%, #e4699a 15%, rgba(228, 105, 154, 0) 75%), radial-gradient(ellipse at 5% 95%, #eb5551 30%, rgba(235, 85, 81, 0) 75%);
    transition: 0.5s;
    height: 100%;
}

.web-block:hover {
    background-color: #000000;
}

.mob-blocks-height {
    height: 80vh;
}

.mob-blocks-height-black {
    height: 50vh;
}

.brand-block {
    background: radial-gradient(ellipse at 5% 5%, #2196f3 0%, rgba(254, 200, 51, 0) 75%), radial-gradient(ellipse at 95% 5%, #00ffe7 0%, rgba(253, 193, 167, 0) 75%), radial-gradient(ellipse at 95% 95%, #009688 15%, rgba(228, 105, 154, 0) 75%), radial-gradient(ellipse at 5% 95%, #4caf50 30%, rgba(235, 85, 81, 0) 75%);
    color: #ffffff;
    transition: 0.5s;
    height: 100%;
}

.brand-block:hover {
    background-color: #000000;
}

.brand-d-block {
    background-color: #ffffff;
    color: #000000;
    box-shadow: 4px 12px 40px 6px rgba(0, 0, 0, 0.14);
    transition-property: background;
    transition-duration: 0.5s;
    height: 100%;
}

.font-18 {
    font-size: 18px;
}

.market-block {
    background: radial-gradient(ellipse at 5% 5%, #9C27B0 0%, rgba(254, 200, 51, 0) 75%), radial-gradient(ellipse at 95% 5%, #673AB7 0%, rgba(253, 193, 167, 0) 75%), radial-gradient(ellipse at 95% 95%, #3F51B5 15%, rgba(228, 105, 154, 0) 75%), radial-gradient(ellipse at 5% 95%, #2196F3 30%, rgba(235, 85, 81, 0) 75%);
    color: #ffffff;
    transition-property: background;
    transition-duration: 0.5s;
    height: 100%;
}

.market-d-block {
    background-color: #ffffff;
    color: #000000;
    box-shadow: 4px 12px 40px 6px rgba(0, 0, 0, 0.14);
    transition-property: background;
    transition-duration: 0.5s;
    height: 100%;
}

.market-block:hover {
    background-color: #000000;
    color: #ffffff;
}

.seo-block {
    background: radial-gradient(ellipse at 5% 5%, #3F51B5 0%, rgba(254, 200, 51, 0) 75%), radial-gradient(ellipse at 95% 5%, #2196F3 0%, rgba(253, 193, 167, 0) 75%), radial-gradient(ellipse at 95% 95%, #03A9F4 15%, rgba(228, 105, 154, 0) 75%), radial-gradient(ellipse at 5% 95%, #009688 30%, rgba(235, 85, 81, 0) 75%);
    color: #ffffff;
    transition-property: background;
    transition-duration: 0.5s;
    height: 100%;
}

.seo-d-block {
    background-color: #ffffff;
    color: #000000;
    box-shadow: 4px 12px 40px 6px rgba(0, 0, 0, 0.14);
    transition-property: background;
    transition-duration: 0.5s;
    height: 100%;
}

.seo-block:hover {
    background-color: #000000;
    color: #ffffff;
}

.con-block {
    background: radial-gradient(ellipse at 5% 5%, var(--pink) 0%, rgba(254, 200, 51, 0) 75%), radial-gradient(ellipse at 95% 5%, var(--red) 0%, rgba(253, 193, 167, 0) 75%), radial-gradient(ellipse at 95% 95%, var(--orange) 15%, rgba(228, 105, 154, 0) 75%), radial-gradient(ellipse at 5% 95%, var(--yellow) 30%, rgba(235, 85, 81, 0) 75%);
    color: #ffffff;
    transition-property: background;
    transition-duration: 0.5s;
    height: 100%;
}

.con-d-block {
    background-color: #ffffff;
    color: #000000;
    box-shadow: 4px 12px 40px 6px rgba(0, 0, 0, 0.14);
    transition-property: background;
    transition-duration: 0.5s;
    height: 100%;
}

.con-block:hover {
    background-color: #000000;
    color: #ffffff;
}

.ui-block {
    background: radial-gradient(ellipse at 5% 5%, #FFEB3B 0%, rgba(254, 200, 51, 0) 75%), radial-gradient(ellipse at 95% 5%, #FFC107 0%, rgba(253, 193, 167, 0) 75%), radial-gradient(ellipse at 95% 95%, #FF9800 15%, rgba(228, 105, 154, 0) 75%), radial-gradient(ellipse at 5% 95%, #FF5722 30%, rgba(235, 85, 81, 0) 75%);
    color: #ffffff;
    transition-property: background;
    transition-duration: 0.5s;
    height: 100%;
}

.ui-d-block {
    background-color: #ffffff;
    color: #000000;
    box-shadow: 4px 12px 40px 6px rgba(0, 0, 0, 0.14);
    transition-property: background;
    transition-duration: 0.5s;
    height: 100%;
}

.ui-block:hover {
    background-color: #000000;
    color: #ffffff;
}

.app-block {
    background: radial-gradient(ellipse at 5% 5%, #000834 0%, rgba(254, 200, 51, 0) 75%), radial-gradient(ellipse at 95% 5%, #004983 0%, rgba(253, 193, 167, 0) 75%), radial-gradient(ellipse at 95% 95%, #007bff 15%, rgba(228, 105, 154, 0) 75%), radial-gradient(ellipse at 5% 95%, var(--indigo) 30%, rgba(235, 85, 81, 0) 75%);
    color: #ffffff;
    transition-property: background;
    transition-duration: 0.5s;
    height: 100%;
}

.app-d-block {
    background-color: #ffffff;
    color: #000000;
    box-shadow: 4px 12px 40px 6px rgba(0, 0, 0, 0.14);
    transition-property: background;
    transition-duration: 0.5s;
    height: 100%;
}

.app-block:hover {
    background-color: #000000;
    color: #ffffff;
}

.ser-text-main {
    font-size: 40px;
    color: #ffffff;
    font-weight: 700;
    line-height: 20px;
    font-family: SF Pro Display;
}

.foot-links-items {
    color: #515154;
    line-height: 10px;
    font-weight: 300;
    font-family: SF Pro Display;
}

.foot-links-items:hover {
    color: #1d1d1f;
}

.foot-links-pc {
    line-height: 23px;
}

.foot-links-mob {
    line-height: 20px;
}

.block-links {
    color: #fff;
}

.ob-blocks p {
    max-width: 200px;
    text-align: left;
    font-size: 15px;
}

@media screen and (min-width: 768px) {
    .mob-hd-split {
        display: none;
    }
}

@media screen and (max-width: 769px) {
    .mob-hd-split {
        margin-bottom: 70px;
    }
}