html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

:focus {
    outline: 0;
}

html {
    margin: 0 !important;
    scroll-behavior: smooth;
}

body {
    font-family: "Roboto", sans-serif;
    background: var(--site_bg);
    position: relative;
    margin: 0;
    -webkit-text-size-adjust: 100%;
}

body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

body.offcanvas-menu:before {
    opacity: 1;
    z-index: 1002;
    visibility: visible;
}

body.offcanvas-menu:before {
    opacity: 1;
    z-index: 1002;
    visibility: visible;
}

a {
    text-decoration: none !important;
    outline: none;
}

img {
    vertical-align: middle;
}

ol,
ul {
    list-style: none;
}

section#home {
    padding-top: 70px;
}

section#home .container {
    position: relative;
}

section#home .container .bg {
    background: var(--bg_1);
    border-radius: 16px;
    padding: 40px 50px 0 50px;
    position: relative;
}

section#home .container .bg .row span {
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 5px;
    color: var(--text_2);
}

section#home .container .bg .row h1 {
    font-weight: 600;
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 25px;
    color: var(--text_white);
}

section#home .container .bg .row h1 strong {
    font-weight: 600;
    font-size: 45px;
    line-height: 55px;
}

section#home .container .bg .row p {
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 35px;
    color: var(--text_white);
}

section#home .container .bg .row .btns {
    padding-bottom: 40px;
}

section#home .container .bg .row .btns a {
    font-weight: 500;
    font-size: 15px;
    line-height: 50px;
    color: var(--text_white);
    display: block;
    width: 100%;
    max-width: 200px;
    text-align: center;
    border-radius: 16px;
    background: var(--bg_2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

section#home .container .bg .row .btns a:not(:last-child) {
    margin-right: 20px;
}

section#home .container .bg .row .btns a.contact {
    color: var(--text_2);
    line-height: 48px;
    background: transparent;
    border: 1px solid var(--bg_2);
}

section#home .container .bg .row .image {
    text-align: center;
    position: relative;
}

section#home .container .bg .row .image img.mainimg {
    width: 100%;
    max-width: 450px;
    max-height: 460px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

section#home .container .bg .row .image .img_left svg {
    margin-top: 85px;
    -webkit-animation: float2 6s ease-in-out infinite;
    animation: float2 6s ease-in-out infinite;
}

section#home .container .bg .row .image .img_left svg rect {
    fill: var(--bg_2);
}

section#home .container .bg .row .image .img_mid {
    border-radius: 16px 16px 0 0;
    overflow: hidden;
}

section#home .container .bg .row .image .img_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

section#home .container .bg .row .image .img_right svg {
    margin-bottom: 30px;
    -webkit-animation: float 6s ease-in-out infinite;
    animation: float 6s ease-in-out infinite;
}

section#home .container .bg .row .image .img_right svg rect {
    fill: var(--bg_2);
}

section#home .container .pulsing-rings {
    position: absolute;
    right: -8%;
    bottom: -15%;
    margin: auto;
    width: 330px;
    height: 330px;
    z-index: -1;
}

section#home .container .pulsing-rings .pulsing-ringlet {
    width: 100%;
    height: 100%;
    max-width: 430px;
    max-height: 430px;
    border: 1px solid #000;
    border-radius: 50%;
    position: absolute;
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -webkit-animation: pulsee 3000ms ease-out infinite;
    animation: pulsee 3000ms ease-out infinite;
}

section#home .container .pulsing-rings .pulsing-ringlet:nth-of-type(2) {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}

section#home .container .pulsing-rings .pulsing-ringlet:nth-of-type(3) {
    -webkit-animation-delay: 1200ms;
    animation-delay: 1200ms;
}

.yazilimwrapper {
    margin-top: 80px;
}

.yazilimwrapper .content .title {
    margin-bottom: 70px;
    padding-bottom: 0;
    text-align: center;
}

.yazilimwrapper .content .title h1 {
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    color: #333549;
}

.yazilimwrapper .content .title p {
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: #333549;
}

.yazilimwrapper .content .logo {
    margin-top: 70px;
    text-align: center;
}

.yazilimwrapper .content .democontainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.yazilimwrapper .content .democontainer .demo {
    background: #d9e5ec;
    border-radius: 3px;
    padding: 35px 30px;
}

.yazilimwrapper .content .democontainer .demo.modul {
    background: #2960d3;
}

.yazilimwrapper .content .democontainer .demo.modul .demo__view a {
    background: #3371f2;
}

.yazilimwrapper .content .democontainer .demo .demo__top {
    font-weight: 500;
    font-size: 19px;
    line-height: 24px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 35px;
}
.yazilimwrapper .content .democontainer .demo .demo__top.kl {
    color: #333549;
}

.yazilimwrapper .content .democontainer .demo .demo__top span {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
}

.yazilimwrapper .content .democontainer .demo .image {
    margin-bottom: 41px;
    border-radius: 3px;
    overflow: hidden;
}

.yazilimwrapper .content .democontainer .demo .image img {
    max-width: 100%;
}

.yazilimwrapper .content .democontainer .demo .demo__view a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 60px;
    color: #FFFFFF;
    background: #333649;
    border-radius: 3px;
}

.yazilimwrapper .content .democontainer .demo:not(:last-child) {
    margin-right: 30px;
}

.yazilimwrapper .content .admin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
}

.yazilimwrapper .content .admin a {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #333549;
    background: #E1F0F7;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 810px;
    height: 60px;
}

.yazilimwrapper .content .admin a svg {
    margin-right: 13px;
}

@media (max-widtH: 998px) {
    .yazilimwrapper .content .democontainer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .yazilimwrapper .content .democontainer .demo {
        margin-right: 0 !important;
    }
    .yazilimwrapper .content .democontainer .demo:not(:last-child) {
        margin-bottom: 30px;
    }
    .yazilimwrapper .content .democontainer .demo .image img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .yazilimwrapper .content .admin a {
        max-width: 390px;
    }
}


/*# sourceMappingURL=style.css.map */