/* Reset.css - TarayÄ±cÄ± varsayÄ±lanlarÄ±nÄ± sÄ±fÄ±rlar */
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;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
    font-family: 'Atyp Text';
}

body {
    line-height: 1;
    overflow-x: hidden;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
    content: '';
    content: none;
}

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

a {
    text-decoration: none;
}

@font-face {
    font-family: 'Atyp Text';
    src: url('fonts/AtypText-Regular.eot');
    src: url('fonts/AtypText-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/AtypText-Regular.woff2') format('woff2'),
        url('fonts/AtypText-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Atyp Text';
    src: url('fonts/AtypText-Bold.eot');
    src: url('fonts/AtypText-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/AtypText-Bold.woff2') format('woff2'),
        url('fonts/AtypText-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Atyp Text';
    src: url('fonts/AtypText-Light.eot');
    src: url('fonts/AtypText-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/AtypText-Light.woff2') format('woff2'),
        url('fonts/AtypText-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

body {
    padding-top: 100px;
    
    font-family: 'Atyp Text';
}

::selection {
    background-color: #E84B2C;
    /* Highlight background color */
    color: #ffffff;
    /* Highlight text color */
}

* {
    font-family: 'Atyp Text';
}

.container {
    padding-left: 5%;
    padding-right: 5%;
    width: 90%;
    position: relative;
}

textarea::placeholder{
  color: rgba(0,0,0,.45);
}

/* Safari/Chrome legacy uyumluluk istersen */
textarea::-webkit-input-placeholder{
  color: rgba(0,0,0,.45);
}

/* Firefox legacy */
textarea::-moz-placeholder{
  color: rgba(0,0,0,.45);
}
