footer.footer8 {
    width: 100%;
    height: auto;
    background: #101213;
    color: #fff;
    position: relative;

}

footer.footer8::before {
    content: '';
    background: url('../../images/footer.jpg');
    background-position: center !important;
    background-size: cover !important;
    opacity: 20%;
    width: 100%;
    height: 100%;
    position: absolute;
}

footer.footer8 .footer-orta {
    width: 100%;
    height: auto;
    padding: 50px 0px 50px 0px;
    position: relative;
    z-index: 9;
}

footer.footer8 .footer_logo {
    width: 100%;
    height: 71px;
    margin-bottom: 25px;
}

footer.footer8 .footer_logo img {
    width: auto;
    height: 100%;
}

footer.footer8 p {
    font-size: 15px;
    font-weight: 300;
    width: 100%;
}

footer.footer8 .footer-liste {
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
}

footer.footer8 .footer-liste ul {
    width: 100%;
    padding: 0px;
    margin: 0px;
    height: auto;
}

footer.footer8 .footer-liste span.baslikk {
    font-weight: 700;
    display: block;
    font-size: 13px;
    margin-bottom: 18px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

footer.footer8 .footer-liste li {
    width: 100%;
    height: auto;
    margin-top: 3px;
    list-style: none;
    font-weight: 300;
}

footer.footer8 .footer-liste li a {
    font-size: 15px;
    font-weight: 300;
    width: 100%;
    display: block;
    color: #fff;
    opacity: 70%;
}

footer.footer8 .footer-liste li a:hover {
    opacity: 100%;
}

footer.footer8 .footer-alt {
    width: 100%;
    height: auto;
    padding: 20px 0px;
}

footer.footer8 .footer-alt li {
    list-style: none;
    display: inline-block;
}

footer.footer8 .footer-alt li a {
    color: #fff;
    padding: 0px 50px;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
}

footer.footer8 .footer-alt li a i {
    padding-right: 10px;
}

footer.footer8 .footer-bilgi {
    width: 100%;
    height: auto;
    background: rgb(255 255 255 / 5%);
    padding: 20px 0px;
    color: #fff;
}

footer.footer8 .footer-bilgi h4 {
    color: #fff;
}

footer.footer8 .footer-sosyal {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    margin-top: 25px
}

footer.footer8 .footer-sosyal li:first-child {
    margin-left: 0px;
}

footer.footer8 .footer-sosyal li {
    display: inline-block;
    margin-left: 12px;
    width: auto !important;
}

footer.footer8 .footer-sosyal li a {
    width: 34px !important;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #dcdcdc;
    color: #57585b;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    opacity: 1;
}

footer.footer8 .footer-sosyal li a:hover {
    background: #572600;
    color: #fff;
}


footer.footer8 .footer-bilgi .bilgi-baslik {
    margin-right: 16px;
}

footer.footer8 .footer-firma {
    width: 100%;
    height: auto;
    font-size: 15px;
    font-weight: bold;
}

footer.footer8 .footer-firma .container {}

footer.footer8 .footer-firma .footer-firma-ic {
    width: 100%;
    height: auto;
    padding-top: 0px;
    padding-bottom: 30px;
}

footer.footer8 .footer-firma a {
    color: #000;
}


footer.footer8 .footer-firma .footer-text {
    font-size: 14px;
    font-weight: 300;
}

footer.footer8 .footer-firma .footer-logo {
    height: 20px;
    display: flex;
    margin-left: auto;
}

footer.footer8 .footer-firma .footer-logo img {
    width: auto;
    height: 100%;
}



.footer8_bilgiler {
    width: 100%;
    height: auto;
    margin-top: 50px;
}

.footer8_bilgiler .container {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-color: #ffffff29;
}

.footer8_bilgiler .liste {
    width: 100%;
    height: auto;
    border-right: 1px solid #ffffff29;
    padding: 30px 20px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.footer8_bilgiler .liste a {
    color: #fff !important;
}

.footer8_bilgiler .liste span {
    font-size: 18px;
}

.footer8_bilgiler .liste small {
    font-size: 16px;
    font-weight: 400;
}

/*katalog*/

.katalog {
    width: 100%;
    height: auto;
    position: relative;
}

.katalog .katalogic {
    width: 100%;
    height: auto;
}

.katalog .katalogic .newsletterCtn {
    border-radius: 0px;
}

.katalog .katalogic .newsletterCtn h3 {
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 21px;
}

.katalog .katalogic .newsletterCtn h3 b {
    color: #9a7d66;
}

.katalog small {
    border-radius: 0px;
    font-size: 14px;
    font-weight: 300;
    width: 100%;
    display: block;
    color: #fff;
    opacity: 70%;
    margin-top: 25px;
}

.subHeading {
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
}

.newsletterCtn h3 {
    margin-bottom: 4px;
}

.newsletterCtn form .newsletterForm .fieldNews {
    display: flex;
}

.newsletterCtn form .newsletterForm .fieldNews input {
    padding: 20px;
}

.newsletterCtn .kataloggg img {
    border-radius: 5px;
    overflow: hidden;
    height: 160px;
    object-fit: cover;
}

.newsletterCtn .kataloggg p {
    font-size: 12px;
}

.btn.grey {
    bottom: 0;
    background-color: #494949;
    color: #fff;
    border: 2px solid #494949;
    display: inline-block;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: fit-content;
    text-transform: uppercase;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    outline: 0;
    font-weight: 400;
    transition: background-color .2s ease, color .2s ease;
    display: flex;
    align-items: center;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 4px;
    top: 7px;
    justify-content: center;
}

.btn.grey:hover {
    color: #494949;
    border-color: #494949;
    background: transparent;
}

.pS {
    font-size: 10px;
    font-weight: 500;
}

.pM {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
}

.pN {
    font-size: 16px;
    font-weight: 500;
}

.newsletterCtn input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 15px 20px;
    outline: none;
    color: #000;
    font-weight: 100;
    resize: none;
    font-size: 16px;
    border-radius: 30px;
    background-color: #ffffff;
    border: none;
}