/*--------------------------------------------------
File : main.css Domain : ---- Author : Serhat Zirhli / serhat@trios.com.tr Date : 20.12.2019
--------------------------------------------------*/
html,
body {
    font-family: "Poppins", sans-serif;
}

.pz {
    padding: 0;
}

.plz {
    padding-left: 0;
}

.prz {
    padding-right: 0;
}

.mz {
    margin: 0;
}

.clearfix {
    clear: both;
}

a {
    text-decoration: none;
}

a:hover,
a:active,
a:focus,
a:active:focus {
    text-decoration: none;
    outline: 0;
}

.item:focus,
.item:active:focus,
.item:active {
    outline: 0;
}

a,
button,
i {
    transition: all 0.5s ease;
}

input:hover,
input:focus,
input:active {
    outline: 0;
}

*:focus {
    outline: 0 !important;
}

.w1440 {
    max-width: 1440px;
    margin: 0 auto;
}

.not-found-content {
    position: relative;
    top: 80px;
}

.not-found-content .intro {
    padding: 4.5000000001rem 90px 3.6818181819rem;
    text-align: center;
}

.not-found-content .intro-content {
    max-width: 50rem;
    margin-right: auto;
    margin-left: auto;
}

.intro-content .intro-head {
    font-size: 4.5454545455rem;
    margin-bottom: 40px;
    color: #fff;
}

.intro-content .intro-head span {
    color: #d2ab67;
}

.intro-explain p {
    font-size: 21px;
    max-width: 990px;
    margin: 30px auto;
    line-height: 1.3;
    color: #fff;
}

.intro-explain a {
    font-size: 18px;
    display: inline-block;
    position: relative;
    padding: 25px 45px;
    border: 1px solid transparent;
    border-radius: 0;
    background: #d2ab67;
    color: #fff;
    line-height: inherit;
    cursor: pointer;
    margin: 0 50px;
    transition: all 0.5s ease;
}

.intro-explain a:hover {
    background-color: #444;
    border: 1px solid #444;
    color: #fff;
    text-decoration: none;
}

.not-found-container {
    height: 100vh;
    background-size: 100%;
}

.not-found-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.body {
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
    background-image: url("../img/anasayfa-banner-gorseli.jpg");
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
}

.header-content {
    padding-top: 28px;
    padding-bottom: 35px;
}

.header-block {
    width: 200px;
    margin-right: auto;
    margin-left: auto;
}

.list-block {
    max-width: 1600px;
    margin: 0 auto;
}

.list {
    display: inline-block;
    max-width: 33.3333%;
    font-size: 14px;
    padding: 20px;
}

.list-block-content {
    font-size: 0;
}

.list a {
    display: inline-block;
    position: relative;
}

.list a .list-text {
    position: absolute;
    bottom: 35px;
    left: 20%;
    right: 20%;
    padding: 15px;
    background-color: #d7b46a;
    font-size: 16px;
    color: #212121;
    font-weight: 500;
    text-align: center;
    transition: all 0.5s;
    text-transform: uppercase;
}

.list a:hover .list-text {
    background-color: red;
    color: #fff;
}

.text-block {
    max-width: 1200px;
    margin: 80px auto;
    text-align: center;
}

.text-block-head {
    font-size: 36px;
    font-weight: 600;
}

.text-block-explain {
    max-width: 80%;
    margin: 10px auto;
    line-height: 2;
}

.footer {
    padding: 20px;
    background-color: #212121;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
}

.footer a {
    position: relative;
}

.footer img {
    max-width: 50px;
}

.footer-box {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.footer-link a {
    color: #fff;
    border-bottom: 1px dashed rgb(255 255 255 / 30%);
    display: flex;
    margin: 0 15px;
}

.footer-link {
    display: flex;
}