@font-face {
  font-family: Ailerons;
  src: url(..//font/Ailerons.ttf);
}
*{
    margin: 0;
    padding: 0;
}
html{
    scroll-behavior: smooth;
}
body{
    background: #000;
    font-family: Ailerons;
    -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
  -webkit-tap-highlight-color: transparent;
}
.pageloading{
    overflow: hidden;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none!important;
}
.d-flex{
    display: flex;
}
.items-center{
    align-items: center;
}
.spacer{
    height: 50vh;
}
.loader {
    position: fixed;
    background: #000;
    height: 100%;
    width: 100%;
    z-index: 99;
}
.loader-icon{
   position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
section{
    max-width: 1200px;
    margin: 0 auto;
}
.logo{
    text-align: center;
    margin-bottom: 37px;
    letter-spacing: 8px;
    z-index: 99;
    background: #000;
    top: 0;
    left: 0;
    padding: 32px 0 20px 0;
    width: 100%;
    margin-top: -46px;
}
.logo a{
    color: #fff;
}
.logo-inner{
    display: flex;
    justify-content: center;
    position: relative;
}
.logo.sticky {
    position: fixed;
    margin-top: 0;
}
.logo .logo-txt{
    margin-left: 10px;
}
.dot{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -18px;
}
.dot span {
    height: 5px;
    width: 5px;
    background: #fff;
    border-radius: 50%;
    display: inline-flex;
}
.dot span+span{
    margin-left: 4px;
}
.timeline{
    position: relative;
    padding: 1400px 0;
}
.timeline-bar {
    top: 0;
    position: absolute;
    content: " ";
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, white, transparent);
    left: 50%;
}
.timeline li:nth-child(odd){
    text-align: right;
}
.timeline li:nth-child(even){
    display: flex;
    justify-content: flex-end;
}
.step-content {
    display: flex;
    align-items: center;
    position: relative;
}
.step-content:before {
    content: "";
    height: 1px;
    background: #fff;
    display: flex;
    position: absolute;
}
.timeline li:nth-child(odd) .step-content{
    justify-content: flex-end;
}
.timeline li:nth-child(odd) .step-content:before{
    right: 0;
}
.timeline li:nth-child(even) .step-content:before{
    left: 0;
}
.step-content a{
    color: #404040;
    position: relative;
    white-space: nowrap;
}
.step-content a:hover{
    color: #fff;
}
.brand-txt{
    text-align: center;
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    letter-spacing: 1px;
}
.brand-txt .logo-icon{
    margin-bottom: 15px;
    max-width: 50px;
}
.brand-txt .animate-icon{
    margin-bottom: 15px;
    max-width: 70px;
    width: 70px;
    height: 70px;
}
.bottom-bar{
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mail-icon:hover img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(174deg) brightness(106%) contrast(98%);
}
.links a{
    color: #333;
    letter-spacing: 1px;
}
.links a:hover{
    color: #fff;
}
.links li+li{
    margin-left: 26px;
}
.mail-icon img {
    max-width: 30px;
}
.step-content.active a{
    color: #fff;
}
li.two-item {
    justify-content: space-between !important;
        flex-wrap: wrap;
}
li.two-item .step-content:first-child {
    justify-content: end;
}
li.two-item .step-content:first-child:before {
    right: 0;
    left: auto;
}
.step-content.blank:before {
    display: none;
}
.spacing {
    width: 100%;
}
@media(min-width: 1800px){ 
    .loader-icon{
        width: 180px;
        height: 180px; 
    }
    .logo .logo-txt{
        margin-top: -22px;
    }
    .timeline li+li,.spacing{
        margin-top: 123px;
    }
    .step-content {
        width: calc(50% - 86px);
    }
    .step-content:before {
        width: 32px;
        }
    .timeline li:nth-child(odd) .step-content{
        padding-right: 56px;
    }
    .timeline li:nth-child(even) .step-content{
        padding-left: 56px;
    } 
    li.two-item .step-content:first-child {
        padding-right: 56px;
        padding-left: 0;
    }
    .logo{
        font-size: 60px;
        line-height: 60px;
    }
    .enigmarea a{
        font-size: 80px;
        line-height: 80px;
        top: -11px;
    }
    .cl87 a,.th4x a{
        font-size: 120px;
        line-height: 120px;
        top: -18px;
    }
    .ht70 a,.hm60 a{
        font-size: 160px;
        line-height: 160px;
        top: -23px;
    }
     .ht80 a{
        font-size: 85px;
        line-height: 85px;
        top: -12px;
    }
    .yk07 a{
        font-size: 80px;
        line-height: 80px;
        top: -14px;
    }
    .svii a,.kx01 a{
        font-size: 64px;
        line-height: 64px;
        top: -8px;
    }
    .k05u a,.echo a{
        font-size: 96px;
        line-height: 96px;
        top: -13px;
    }
    .brand-txt{
        font-size: 42px;
        line-height: 42px;
    }
    .links{
        font-size: 32px;
        line-height: 32px;
    }
    .mail-icon img {
        max-width: 36px;
    }
    footer{
        padding: 100px 40px 40px 40px;
    }
}
@media(max-width:1799px){
    .logo .logo-txt{
        margin-top: -18px;
    }
}
@media(min-width: 992px) and (max-width: 1799px){ 
    .loader-icon{
        width: 125px;
        height: 125px; 
    }
    .timeline li+li,.spacing{
        margin-top: 123px;
    }
    .step-content {
        width: calc(50% - 86px);
    }
    .step-content:before {
    width: 32px;
    }
    .timeline li:nth-child(odd) .step-content{
        padding-right: 56px;
    }
    .timeline li:nth-child(even) .step-content{
        padding-left: 56px;
    }
     li.two-item .step-content:first-child {
        padding-right: 56px;
        padding-left: 0;
    }
    .logo{
        font-size: 58px;
        line-height: 58px;
    }
    .enigmarea a{
        font-size: 58px;
        line-height: 58px;
        top: -7px;
    }
    .cl87 a,.th4x a{
        font-size: 98px;
        line-height: 98px;
        top: -14px;
    }
    .ht70 a,.hm60 a{
        font-size: 132px;
        line-height: 132px;
        top: -21px;
    }
      .ht80 a{
        font-size: 85px;
        line-height: 85px;
        top: -12px;
    }
    .yk07 a{
        font-size: 80px;
        line-height: 80px;
        top: -14px;
    }
    .svii a,.kx01 a{
        font-size: 42px;
        line-height: 42px;
        top: -5px;
    }
    .k05u a,.echo a,.gk23{
        font-size: 74px;
        line-height: 74px;
        top: -10px;
    }
    .yk24{
        font-size: 78px;
        line-height: 78px;
    }
    .brand-txt{
        font-size: 42px;
        line-height: 42px;
    }
    .links{
        font-size: 24px;
        line-height: 24px;
    }
    footer{
        padding: 100px 40px 40px 40px;
    }
}
@media(max-width: 991px){ 
    .loader-icon{
        width: 100px;
        height: 100px; 
    }
    .logo .logo-txt {
        margin-left: 7px!important;
    }
    .dot{
        top: -18px;
    }
    .pageloading{
        overflow: hidden;
    }
    .timeline li+li,.spacing{
        margin-top: 80px;
    }
    .step-content {
        width: calc(50% - 56px);
    }
    .step-content:before {
        width: 16px;
    }
    .timeline li:nth-child(odd) .step-content{
        padding-right: 32px;
    }
    .timeline li:nth-child(even) .step-content{
        padding-left: 32px;
    }
     li.two-item .step-content:first-child {
        padding-right: 32px;
        padding-left: 0;
    }
    .logo{
        font-size: 33px;
        line-height: 33px;
        letter-spacing: 4px!important;
        margin-bottom: 12px!important;
    }
    .dot span {
        height: 3px;
        width: 3px;
        min-width: 3px;
    }
    .dot span+span {
        margin-left: 2px;
    }
    .enigmarea a{
        font-size: 26px;
        line-height: 26px;
        top: -3.6px;
    }
    /*.ht70 a,.hm60 a{*/
    /*    font-size: 46px;*/
    /*    line-height: 46px;*/
    /*    top: -7.2px;*/
    /*}*/
    /* .ht80{*/
    /*     font-size: 32px;*/
    /*    line-height: 32px;*/
    /*}*/
    /*.echo a,.svii a{*/
    /*    font-size: 24px;*/
    /*    line-height: 24px;*/
    /*    top: -4px;*/
    /*}*/
    .cl87 a,.th4x a{
        font-size: 52px;
        line-height: 52px;
        top: -6.6px;
    }
    .ht70 a,.hm60 a{
        font-size: 41px;
        line-height: 41px;
        top: -7px;
    }
     .ht80 a{
         font-size: 30px;
        line-height: 30px;
        top: -4.2px;
    }
     .echo a{
         font-size: 31px;
        line-height: 31px;
        top: -4.2px;
    }
    .yk07 a{
         font-size: 26px;
        line-height: 26px;
        top: -3.2px;
    }
    .svii a,.kx01 a{
        font-size: 20px;
        line-height: 20px;
        top: -3.4px;
    }
    .k05u a,.gk23 a{
       font-size: 96px;
        line-height: 96px;
        top: -13px;
    }
    .brand-txt{
        font-size: 22px;
        line-height: 22px;
    }
    .links{
        font-size: 20px;
        line-height: 20px;
    }
    footer{
        padding: 100px 14px 20px 14px;
    }
}