body {
    background: #fff;
    color: #fff;
    font: 15px 'Roboto', sans-serif;
    font-weight: 400;
    color: #3c3c3c;
}

html {
    height: 100%;
    overflow-y: scroll;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
}

::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: var(--main-color);
}

::selection {
    color: #fff;
    background: var(--main-color);
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.u-table {
    display: table;
    height: 100%;
}

.u-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.wrapper {
    min-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

a {
    color: #888;
    text-decoration: none
}

a:focus {
    outline: none
}

button::-moz-focus-inner {
    border: 0
}

blockquote {
    border-left: 5px solid #eee;
    padding-left: 15px
}

/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block
}

audio, canvas, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], .hidden {
    display: none
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none
}

body {
    margin: 0;
    padding: 0
}

a:active, a:hover {
    outline: 0;
    text-decoration: none;
}

h1 {
    font-size: 2em
}

p {
    margin: 0 0 18px 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

button, input, select, textarea {
    font-family: inherit;
    margin: 0
}

button, input {
    line-height: normal
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

:root {
  --main-color: #ff6b6b;
}

.wrapper {
    width: inherit;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 40px;
    min-height: 100%;
    z-index: 2;
}

.container {
    width: 1170px;
    max-width: 1170px;
    padding: 0;
}

/* header */
header {
    float: left;
    width: 100%;
}
.logo {
    float: left;
    font-size: 20px;
    color: var(--main-color);
    font-weight: 800;
    padding-left: 30px;
    line-height: 30px;
}
.header-right {
    float: right;
    font-size: 15px;
    line-height: 30px;
    color: #3c3c3c;
    font-weight: 400;
    padding-right: 30px;
}
.header-right span {
    color: var(--main-color);
}

/* info */
.info {
    float: left;
    width: 100%;
    margin: 50px 0 0;
}
.info h1 {
    width: 100%;
    font-size: 40px;
    line-height: 60px;
    color: #000;
    font-weight: 500;
    padding-left: 30px;
    margin: 0;
}
.info p {
    font-size: 24px;
    line-height: 40px;
    color: #666;
    font-weight: 200;
    padding-left: 30px;
    margin: 30px 0 0;
}
.info p a {
    color: var(--main-color);
    text-decoration: underline;
}
.info p a:hover {
    color: #3c3c3c;
}
.info p a i {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: var(--main-color);
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    margin-right: 5px;
}
.info .btn {
    margin: 60px 0 0 30px;
    padding: 14px 30px;
    font-size: 16px;
    -webkit-box-shadow: 0 12px 22px rgba(255, 105, 103, 0.4);
    box-shadow: 0 12px 22px rgba(255, 105, 103, 0.4);
}
.info .btn i {
    margin-right: 5px;
}

.volkan {
    position: absolute;
    right: 17px;
    bottom: 100px;
    width: 256px;
    height: 257px;
    overflow: hidden;
    display: block;
}
.volkan:before {
    width: 256px;
    height: 12850px;
    background-image: url(../img/sprite.png);
    content: '';
    display: block;
    position: absolute;
    top: 0;
    animation: 2.08333s steps(50, end) infinite sprite-animation;
}

@keyframes sprite-animation {
    from {
        transform: translate3d(0, 0, 0)
    }
    to {
        transform: translate3d(0, -12850px, 0)
    }
}


/* cizgiler */

.content {
    position: absolute;
    height: 100%;
    width: 100%;
}

.cizgiler {
    position: absolute;
    top: 0;
    left: 0;
    width: 1170px;
    height: 100%;
    z-index: -1;
    margin: 0 auto;
    right: 0;
}

.cizgiler .col {
    border-left: 1px solid #f3f3f3;
    height: 100%;
    padding: 0;
    position: relative;
}

.cizgiler .col:last-child {
    border-right: 1px solid #f3f3f3;
}
