@font-face {
    font-family: sofiapro-regular;
    src: url(../fonts/sofiapro-regular.otf), url(../fonts/embed-Sofia-Pro-Regular.ttf) format("embedded-opentype");
    font-display: swap;
}

@font-face {
    font-family: proxima-regular;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/proxima-nova-regular.otf);
    font-display: swap;
}

@font-face {
    font-family: proxima-semibold;
    font-weight: 600;
    font-style: normal;
    src: url(../fonts/proxima-nova-semibold.otf);
    font-display: swap;
}

@font-face {
    font-family: sofiapro-bold;
    src: url(../fonts/sofiapro-bold.otf), url(../fonts/embed-Sofia-Pro-Bold.ttf) format("embedded-opentype");
    font-display: swap;
}

@font-face {
    font-family: sofiapro-medium;
    src: url(../fonts/sofiapro-medium.otf), url(../fonts/embed-Sofia-Pro-Medium.ttf) format("embedded-opentype");
    font-display: swap;
}
@font-face {
    font-family: coming-soon;
    src: url(../fonts/Raleway-SemiBold.ttf);
}


*::-webkit-scrollbar {
    width:0;
    height:0;
}
*::-webkit-scrollbar-track {
    border-radius:0;
    background-color:#fff;
}
*::-webkit-scrollbar-thumb {
    border-radius:4px;
    background-color:rgba(22,24,35,0.34);
}
body {
   -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    font-family: "sofiapro-regular",PingFangSC,sans-serif;
    margin: 0;
    padding: 0;
    background-color: #fff;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -ms-scrollbar-3dlight-color: #fff;
    -webkit-scrollbar-3dlight-color: #fff;
    -moz-scrollbar-3dlight-color: #fff;
    -ms-scrollbar-3dlight-color: #fff;
    scrollbar-3dlight-color: #fff;
    -webkit-scrollbar-shadow-color: #fff;
    -moz-scrollbar-shadow-color: #fff;
    -ms-scrollbar-shadow-color: #fff;
    scrollbar-shadow-color: #fff;
    -webkit-scrollbar-face-color: rgba(22,24,35,0.34);
    -moz-scrollbar-face-color: rgba(22,24,35,0.34);
    -ms-scrollbar-face-color: rgba(22,24,35,0.34);
    scrollbar-face-color: rgba(22,24,35,0.34);
    -webkit-scrollbar-darkshadow-color: #fff;
    -moz-scrollbar-darkshadow-color: #fff;
    -ms-scrollbar-darkshadow-color: #fff;
    scrollbar-darkshadow-color: #fff;
    width: 100%;
    height: 100%;
    background:#000 !important;
}
section {
    display: flex;
    width: inherit;
    height: 100vh;
}
.coming-soon-tikact {
    margin: auto;
}
.logo-container {
    text-align: center;
    margin:auto;
}
.logo-container img {
    width: 100%;
    max-width: 100%;
    height: 20px auto;
}
.coming-soon-tikact h5 {
    color: #fff !important;
    font-family: "sofiapro-semibold",PingFangSC,sans-serif;
    font-weight: 500;
    display: inline;
    font-size: 16px;
    background-color: transparent;
    color: rgb(0, 0, 0);
    position: relative;
    text-decoration: none;
    letter-spacing: 1.2px;
    width: 100%;
    display: inline-block;
}
.link-breaker {
    width: 30px;
    height: 3px;
    background: linear-gradient(to right, #b9264e, #a50731);
    margin: 5px auto;
}
.link-container {
    margin: auto;
    text-align: center;
    width: max-content;
    padding: 20px 0px;
    border-radius: 0px;
    display: flex;
    margin-bottom: 20px;
}
.link-to-app-tikact {
    letter-spacing: 1px;
    display: inline-block;
    width: 50%;
    padding: 0px 10px;
    float: left;
}
.link-to-app-tikact a {
    border-radius: 5px;
    display: inline-block;
    width: 100%;
}
.link-to-app-tikact a img {
    width: 100% !important;
}
@media only screen and (max-width: 550px) {
    .link-container{
        width: 100% !important;
    }
}
.coming-soon {
    font-family: coming-soon !important;
    font-size: large;
    letter-spacing: 3px !important;
    color: #fff;
    width: 100%;
    text-align: center;
    margin: 0 auto 15px !important;
    text-transform: uppercase;
    word-spacing: 5px;
}
.coming-soon span {
    font-size: x-large;
}
@media only screen and (min-width: 901px) {
    .logo-container {
        width: 30% !important;
    }
}