@font-face {
    font-family: 'ABBvoice_Bd';
    src: url('../src/font/ABBvoice_Bd.woff2') format('woff2'),
    url('../src/font/ABBvoice_Bd.woff') format('woff'),
    url('../src/font/ABBvoice_Bd.ttf') format('truetype');
}

@font-face {
    font-family: 'ABBvoice_Lt';
    src: url('../src/font/ABBvoice_Lt.woff2') format('woff2'),
    url('../src/font/ABBvoice_Lt.woff') format('woff'),
    url('../src/font/ABBvoice_Lt.ttf') format('truetype');
}

#intro {
    background-image: url('../img/abb.jpg');
    height: 100vh;
}

/* Height for devices larger than 576px */
@media (min-width: 992px) {
    #intro {
        margin-top: -58.59px;
    }
}

.navbar .nav-link {
    color: #fff !important;
}

.example {
    height: 260px;
    position: relative;
    top: 58px;
    z-index: 99999;
    box-shadow: 0 20px 60px 0 rgb(14 42 90 / 55%);
    color: white;
    background-color: transparent;
    border: none;
}

* {
    font-family: 'ABBvoice_Lt', Fallback, sans-serif;
}

.bold {
    font-family: 'ABBvoice_Bd', Fallback, sans-serif;
    font-weight: 800;
}

/* This only works with JavaScript,
if it's not present, don't show loader */
.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/Preloader_8.gif') center no-repeat #fff;
}
.rotate {
    transform: rotate(-34deg);
    -webkit-transform: rotate(-34deg);
    -moz-transform: rotate(-34deg);
    -ms-transform: rotate(-34deg);
    -o-transform: rotate(-34deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    text-align: center;
    margin-top: 25%;
    font-size: 40px;
    color: #999999;
}
.card-side-text{
    position: absolute;
    font-weight: bold;
    color: darkgrey;
    opacity: 0.6;
}
body {
    background-image: url("../img/abb-opa-80.jpg");
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.navbar {
    /*-webkit-box-shadow: unset !important;*/
}

.badge-onyuz, .badge-arkayuz {
    backface-visibility: hidden;
    font-size: 19px;
    padding-top: 12px;
    opacity: 0.3;
    text-align: center;
    margin: 10px auto 0 35%;
}
img.click{
    position: absolute;
    z-index: 1;
    margin-top: 120px;
    margin-left: 120px;
    width: 400px;
}

.countdown-item {
    position: relative;
    float: left;
}

.countdown-item h2 {
    text-align:center;
    position: absolute;
    line-height: 170px;
    font-size: 61px;
    width: 100%;
    z-index: 1;
}

svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.circle_animation {
    stroke-dasharray: 440; /* this value is the pixel circumference of the circle */
    stroke-dashoffset: 440;
    transition: all 1s linear;
}
.sms-code{
    letter-spacing: 14px;
    font-size: 41px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 0;
}