﻿/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


@font-face {
    font-family: "Righteous";
    font-display: swap;
    src: url("../fonts/BalooChettan-Regular.ttf");
    src: url("../fonts/BalooChettan-Regular.ttf");
}

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;

    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    color: #666666;
    font-size: 14px;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    font-family: Arial, sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
}

.body_content {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}


a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 30px;
    padding-bottom: 10px;
}

.padding_0 {
    padding: 0px;
}


/* header section start */

.header_section {
    width: 100%;
    float: left;
    position: fixed;
    z-index: 2;
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
}

.header_bg {
    background: #ffffff;
    border-bottom: 2px solid #fcbf2d;
}

.bg-light {
    background-color: #ffffff !important;
}

.logo{
    width: 17%;
    float: left;
}

.logo a img {
    width:80px;
    height:50px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 18px;
    color: #242424;

}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fcbf2d;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    /* color: #fcbf2d; */
    color: #004080
}

.navbar {
    padding: .5rem 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background: linear-gradient(to bottom, #f0f0f0, #c0c0c0);
}


/* header section end */


/* banner section start */

.banner_section {
    width: 100%;
    float: left;

    /* padding: 200px 0px;*/
    padding: 0px 0px;
}

.banner_taital_main {
    width: 100%;
    padding-top: 150px;
    text-align:center;
}

.banner_taital {
    width: 100%;
    float: left;
    font-size: 50px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.banner_taital_1 {
    font-size: 55px;
    color: white; /*#0d0c0c;*/
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    display: inline;
    border-radius:10px;
}


.consectetur_text {
    width: 100%;
    float: left;
    font-size: 20px;
    font-weight:500;
    color: #ffffff;
    margin-left: 0px;
    padding-bottom: 40px;
    text-align: center;
}

.readmore_bt {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}

    .readmore_bt a {
        width: 100%;
        float: left;
        font-size: 16px;
        color: #ffffff;
        background-color: #0d0c0c;
        padding: 10px 0px;
        text-align: center;
        text-transform: uppercase;
        border-radius: 40px;
        font-weight: bold;
    }

    .readmore_bt a:hover {
        color: #ffffff;
        background-color: #fcbf2d;
    }

#main_slider a.carousel-control-prev {
    position: absolute;
    left: -60px;
    right: 0px;
    top: 95%;
}

#main_slider a.carousel-control-next {
    position: absolute;
    right: -60px;
    left: 0px;
    top: 95%;
    background-color: #0d0c0c;
    color: #ffffff;
}

#main_slider .carousel-control-prev,
#main_slider .carousel-control-next {
    width: 55px;
    height: 55px;
    /*background-color: #fcbf2d;*/
    background-color: #0d0c0c;
    opacity: 1;
    font-size: 36px;
    color: #ffffff;
    margin: 0 auto;
    border-radius: 100px;
}

    #main_slider .carousel-control-prev:hover,
    #main_slider .carousel-control-next:hover {
        /*background-color: #0d0c0c;*/
        background-color: #fcbf2d;
        color: #ffffff;
    }


/* banner section end */


/* about section start */

.about_section {
    width: 100%;
    float: left;
    padding-top: 30px;
    padding-bottom:10px;
}

.about_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #1f1f1f;
    font-weight: bold;
    padding-top: 20px;
    text-align: center;
}

@media (max-width: 768px) {
    .about_taital {
        margin-top: 15px;
    }
}

.about_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #2e2d2d;
    margin-left: 0px;
}

.product_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #2e2d2d;
    margin-left: 0px;
}

.about_text_ob_about_page {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #2e2d2d;
    margin-left: 0px;
}

.about_page_row .container .row {
padding-bottom:40px;
}

.read_bt_1 {
    width: 170px;
    float: left;
    margin-top: 20px;
}

.read_bt_1 a {
    width: 100%;
    float: left;
    font-size: 16px;
    text-align: center;
    background-color: #252525;
    color: #ffffff;
    padding: 10px 0px;
    border-radius: 40px;
}

.read_bt_1 a:hover {
    background-color: #fcbf2d;
    color: #ffffff;
}


.about_img img {
border-radius:20px;
}
/* about section end */


/* services section start */

.services_section {
    width: 100%;
    float: left;
}

.services_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #252525;
    text-align: center;
    font-weight: bold;
}

.services_section_2 {
    width: 100%;
    float: left;
    margin-top: 40px;
}

.services_box {
    width: 100%;
    float: left;
    border: 2px solid #4f4f4f;
    padding: 40px;
    border-radius: 20px;
}

.services_box:hover {
    border: 2px solid #fcc849;
}

.services_box.active {
    border: 2px solid #fcc849;
}

.services_icon {
    width: 100%;
    text-align: center;
    min-height: 92px;
}

.retina_text {
    width: 100%;
    font-size: 26px;
    color: #252525;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
}

.services_text {
    width: 100%;
    font-size: 16px;
    color: #181818;
    margin: 0px;
}


/* services section end */


/* gallery section start */

.gallery_section {
    width: 100%;
    float: left;
    padding-bottom:10px;
}

.gallery_taital {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 40px;
    color: #1f1f1f;
    font-weight: bold;
}

@media (max-width: 768px) {
    .gallery_taital {
        margin-top: 40px;
    }
}

.gallery_text {
    width: 100%;
    float: left;
    font-size: 16px;
    text-align: center;
    margin: 0px;
    color: #2a2b2a;
}

.gallery_section_2 {
    width: 100%;
    float: left;
   /* padding-top: 30px;*/
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.gallery_img {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 25vh;
}

.latest_new_modal-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
}

.latest_new_modal_content {
    background-color: #fefefe;
    padding: 5px;
    width: 50%;
    margin: 10% 25%;
    border-radius: 10px;
    background: linear-gradient(to bottom, #f0f0f0, #c0c0c0);
}

.latest_new_modal_close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

    .latest_new_modal_close:hover {
        color: black;
    }

#latest-new-modal-text {
    word-wrap: break-word;
    overflow: auto;
    max-height: 150px;
    color:black;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 3;
    text-align: center;
    overflow: auto;
}


.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 70%;
    max-height: 80%;
}

.modal-backdrop {
z-index:-3;
}

.modal-dialog {
height:500px;
}

.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 100px;
    cursor: pointer;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.modal_close {
    color: #fff;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 30px;
    cursor: pointer;
}

.container_main {
    margin-top: 20px;
    position: relative;
    text-align: center;
}


#category_link {
    background-color: #002f5f;
    color: white;
    border-radius: 25px;
    min-width: 200px;
    /*border: 2px solid darkorange;*/
}
    #category_link:hover {
        background-color: #fcbf2d;
    }
#category_filter {
color:white;
cursor:pointer;
}

#product {
cursor:pointer;
}

    .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 250px;
        width: 250px;
        opacity: 0;
        transition: .5s ease;
        background-color: rgb(57, 56, 56, 0.8);
        margin: 0 auto;
        /*Border-radius Sonradan eklendi*/
        border-radius: 20px;
    }

.container_main:hover .overlay {
    opacity: 1;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
}

.interior_text {
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.ipsum_text {
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
    width: 65%;
}

.seemore_bt {
    width: 170px;
    margin: 0 auto;
    text-align: center;
    display: flex;
}

.seemore_bt a {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    background-color: #252525;
    padding: 10px 0px;
    margin-top: 40px;
    border-radius: 40px;
}

.seemore_bt a:hover {
    background-color: #fcbf2d;
    color: #ffffff;
}


/* gallery section end */


/* blog section start */

.blog_section {
    width: 100%;
    float: left;
}

.blog_taital {
    width: 100%;
    float: left;
    font-size: 34px;
    color: #2a2b2a;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
}

/*
    .blog_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #2a2b2a;
    margin: 20px 0px;
  /*  text-align: center;
}*/


.blog_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #2a2b2a;
    margin: 20px 0px;
    /* */
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em;
    max-height: 7.5em;
}

.blog_section_2 {
    width: 100%;
    float: left;
}

.blog_img {
    width: 100%;
    float: left;
    background-image: url(../imageS/blog-img.png);
    height: auto;
    background-size: 100%;
    border-radius:20px;
    background:(0,0,0 0.9);
}

.dummy_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    padding: 160px 0px;
}

#custom_slider a.carousel-control-prev {
    position: absolute;
    left: 60px;
    top: 75%;
    background-color: #0d0c0c;
    color: #ffffff;
}

#custom_slider a.carousel-control-next {
    position: absolute;
    right: initial;
    left: 130px;
    top: 75%;
    background-color: #0d0c0c;
}

#custom_slider .carousel-control-prev,
#custom_slider .carousel-control-next {
    width: 55px;
    height: 55px;
    /*    background-color: #fcbf2d;*/
    background-color: #0d0c0c;
    font-size: 36px;
    color: #ffffff;
    margin: 0 auto;
    border-radius: 5px;
}

    #custom_slider a.carousel-control-prev:hover,
    #custom_slider a.carousel-control-next:hover,
    #custom_slider .carousel-control-prev:hover,
    #custom_slider .carousel-control-next:hover {
        /*background-color: #0d0c0c;*/
        background-color: #fcbf2d;
        color: #ffffff;
    }


/* blog section end */


/* news section start */

.news_section {
    width: 100%;
    float: left;
}

.news_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #2a2b2a;
    font-weight: bold;
    text-align: center;
}

.news_section_2 {
    width: 100%;
    float: left;
    padding-top: 60px;
}

.news_box {
    width: 100%;
    float: left;
    background-color: #ffffff;
    height: auto;
    padding: 0px 30px 30px 30px;
    box-shadow: 0px 0px 40px 10px #ededed;
    border-radius: 0px 0px 20px 20px;
}

.news_img {
    width: 100%;
}

.latestnew_image {
height:200px;
width:100%
}

.post_text {
    width: 100%;
    font-size: 18px;
    color: #252525;
    padding-top: 20px;
}

.news_taital_main {
    width: 100%;
    display: flex;
}

.like_text {
    width: 100%;
    font-size: 16px;
    color: #a9a9a9;
}

.padding_15 {
    padding-left: 5px;
}

.artictecture_text {
    width: 100%;
    font-size: 24px;
    color: #252525;
    font-weight: bold;
    padding-top: 10px;
}

.long_text {
    width: 100%;
    font-size: 16px;
    color: #252525;
    margin: 0px;
    height: 150px;
    word-wrap: break-word;
}

.news_box:hover {
    background-color: #fbbe2d;
    cursor:pointer;
}

.news_box:hover .long_text {
    color: #ffffff;
}

.news_box:hover .artictecture_text {
    color: #ffffff;
}

.news_box:hover .like_text {
    color: #ffffff;
}

.news_box:hover .post_text {
    color: #ffffff;
}

.news_box.active {
    background-color: #fbbe2d;
}

.long_text.active {
    color: #ffffff;
}

.artictecture_text.active {
    color: #ffffff;
}

.like_text.active {
    color: #ffffff;
}

.post_text.active {
    color: #ffffff;
}


/* news section end */


/* testimonial section start */

.testimonial_section {
    width: 100%;
    float: left;
    padding-bottom: 100px;
    padding-top:20px;
}

.testimonial_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #242424;
    text-align: center;
    font-weight: bold;
}

.testimonial_section_2 {
    width: 72%;
    margin: 0 auto;
    padding-top: 100px;
}

.testimonial_box {
    width: 100%;
    float: left;
    min-height: 300px;
    background-color: #ffffff;
    height: auto;
    border: 2px solid #363636;
    padding: 0px 20px 40px 20px;
    position: relative;
}

.lorem_text {
    width: 100%;
    font-size: 16px;
    color: #202020;
    margin: 0px;
    /*text-align: center;*/
}

.client_img {
    width: 124px;
    height:126px;
    float: left;
    position: absolute;
    top: -60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.customer_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #202020;
    margin: 90px 0px 0px 0px;
    font-weight: bold;
}

#my_slider a.carousel-control-prev,
#happy_customer_slider a.carousel-control-prev {
    position: absolute;
    left: -60px;
    right: 0px;
    top: 105%;
    background-color: #0d0c0c;
    color: #ffffff;
}

#my_slider a.carousel-control-next,
#happy_customer_slider a.carousel-control-next {
    position: absolute;
    right: -60px;
    left: 0px;
    top: 105%;
    background-color: #0d0c0c;
    color: #ffffff;
}


#my_slider a.carousel-control-prev:hover,
#my_slider a.carousel-control-next:hover,
#happy_customer_slider a.carousel-control-prev:hover,
#happy_customer_slider a.carousel-control-next:hover
{
    /*background-color: #0d0c0c;*/
    background-color: #fcbf2d;
    color: #ffffff;
}


#my_slider .carousel-control-prev,
#my_slider .carousel-control-next {
    width: 55px;
    height: 55px;
    /*background-color: #fcbf2d;*/
    background-color: #0d0c0c;
    opacity: 1;
    font-size: 36px;
    color: #ffffff;
    margin: 0 auto;
}

#my_slider .carousel-control-prev:hover,
#my_slider .carousel-control-next:hover
{
    background-color: #0d0c0c;
    color: #ffffff;
}

#happy_customer_slider a.carousel-control-prev {
    position: absolute;
    left: -60px;
    right: 0px;
    top: 105%;
    background-color: #0d0c0c;
    color: #ffffff;
}

#happy_customer_slider a.carousel-control-next {
    position: absolute;
    right: -60px;
    left: 0px;
    top: 105%;
}

#happy_customer_slider .carousel-control-prev,
#happy_customer_slider .carousel-control-next {
    width: 55px;
    height: 55px;
    /*background-color: #fcbf2d;*/
    background-color: #0d0c0c;
    opacity: 1;
    font-size: 36px;
    color: #ffffff;
    margin: 0 auto;
}

    #happy_customer_slider .carousel-control-prev:hover,
    #happy_customer_slider .carousel-control-next:hover {
        background-color: #0d0c0c;
        color: #ffffff;
    }



/* testimonial section end */


/* contact section start */

#contact_div {
    background: url(/images/iletisim.webp);
    min-height: 300px;
    display: flex;
    justify-content: center; /* Yatayda ortala */
    align-items: center; /* Dikeyde ortala */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

    #contact_div h1 {
        width: 100%;
        text-align: center;
        font-weight: 800;
        font-size: 50px;
        color: #252525;
    }

.contact_section {
    width: 100%;
    float: left;
/*    padding-bottom: 90px;*/
}

.contact_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    padding-top:60px;
    color: #252525;
    font-weight: bold;
    text-align: center;
}

.contact_section_2 {
    width: 100%;
    float: left;
    padding-top: 15px;
}

.padding_left_0 {
    padding-left: 0px;
}

.mail_section_1 {
    width: 84%;
    float: left;
   /* padding-top: 40px;*/
}

.mail_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #4f4e4e;
    border: 1px solid #8e8e8e;
    background-color: #ffff;
    padding: 8px 15px;
    margin-top: 20px;
    border-radius: 5px;
}

.massage-bt {
    color: #4f4e4e;
    width: 100%;
    height: 110px;
    font-size: 18px;
    background-color: #ffff;
    padding: 40px 15px 0px 15px;
    border: 1px solid #8e8e8e;
    height: 110px;
    margin-top: 20px;
    border-radius: 10px;
}

.send_bt {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}

.send_bt a {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    background-color: #fb6818;
    padding: 10px;
    text-transform: uppercase;
    margin-top: 20px;
    display: block;
    font-weight: bold;
    border-radius: 5px;
}

.send_bt a:hover {
    color: #ffffff;
    background-color: #252525;
}

.map_main {
    width: 100%;
    float: left;
}


/* contact section end */


/* footer section start */

.footer_section {
    width: 100%;
    float: left;
   
    background: linear-gradient(to bottom, #001f3f, #004080);
    height: auto;
    padding-bottom: 65px;
    margin-top: auto;
}

.layout_padding_for_background:nth-child(even) {
    background-color: none;
}

.layout_padding_for_background:nth-child(odd) {
    background-color: #fdf7f6;
}

.footer_section_2 {
    width: 100%;
    float: left;
}

.useful_text {
    width: 100%;
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
}

.footer_text {
    width: 70%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
    padding-top: 10px;
    margin-bottom:5px;
}
.footer_left_side a {
color:white;
}

    .footer_left_side a:hover {
        color: #fcbf2d;
    }


.footer_menu {
    width: 100%;
    float: left;
}

.footer_menu ul {
    margin: 0px;
    padding: 0px;
}

.footer_menu li {
    font-size: 16px;
    color: #ffffff;
}

.footer_menu li a {
    color: #ffffff;
}

.footer_menu li a:hover {
    color: #fcbf2d;
}

.footer_social_icon {
    width: 100%;
    float: left;
}

.footer_social_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.footer_social_icon li {
    float: left;
}

.footer_social_icon li a {
    float: left;
    padding: 4px 4px;
    background-color: #fff;
    color: #252525;
    border-radius: 100%;
    font-size: 18px;
    margin-right: 5px;
    width: 40px;
    text-align: center;
}

.footer_social_icon li a:hover {
    background-color: #fcbf2d;
    color: #ffffff;
}

.recommended_products ul li{
    font-size:16px;
    margin-top:15px;
}

.recommended_products ul li a {
   color:#ffffff
}

    .recommended_products ul li a:hover {
        color: #fcbf2d;
    }



.margin_right {
    float: right;
    width: 50%;
    text-align: right;
}

.address-item {
    border: 4px solid gray;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    min-height:200px;
}
    .address-item .row .col-sm-12 {
        display: flex;
        justify-content: center;
        align-items: center;
    }
.address-icon {
    color: #252525;
}
.footer-address-icon {
    color: #bf1e2e;
}

.address_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #969595;
    padding: 5px 200px 5px 0px;
    border: 0px;
    background-color: transparent;
    height: 40px;
    margin-top: 20px;
    border-bottom: 1px solid #656465;
}

input.address_text::placeholder {
    color: #969595;
}

.get_bt {
    width: 100px;
    float: left;
    font-size: 18px;
    color: #fcbf2d;
    background-color: transparent;
    padding: 0px;
    position: relative;
    left: -90px;
    top: 10px;
}

.get_bt:hover {
    color: #ffffff;
}

.form {
    display: flex;
}


/* footer section end */


/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #ffffff;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    margin: 0px;
    color: #151515;
    text-align: center;
}

.copyright_text a {
    color: #151515;
}

.copyright_text a:hover {
    color: #fcbf2d;
}


/* copyright section end */

.margin_top90 {
    margin-top: 90px;
}

.pd-add h3
{
    padding:0 0 0px 0;
}

.pd-add p {
    margin:0px;
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

.blog_container {
    padding-bottom:25px;
}

.accordion-list
{
    list-style-type:none;
    padding:0;
}
.list-item {
cursor:pointer;
border-bottom:1px solid #ccc;
padding:10px;
display:flex;
justify-content:space-between;
align-items:center;
}

.content {
    display:none;
    padding:10px;
    background-color:#f9f9f9;
}
.list-item::after {
    content: "→";
    transition:transform 0.3s ease-in-out;
}
.list-item.open::after {
    content: "↓";
    transform:rotate(90deg);
}
#category_section {

justify-content:space-around;
}

/*Carousel ilk */
.custom-carousel-item {
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.custom-banner-container {
    width: 100%;
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.latest_new_section {
padding-top:0px;
}

.latest_new_main_section
{
    padding-top:30px;
}

#latest-new-modal-h3 {
    margin: 20px;
    color: #c2414d;
    text-align: center;
}

.container_main img {
    border-radius: 20px;
}

.background_dark {
    background-color: #fdf7f6;
    
}

.h1_color {
    color: #fcbf2d;
}

#contact_img {
height:250px;
}

/*CSS block for FAQ start*/

/* Style the buttons that are used to open and close the accordion panel */
.faq_accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    background-color: lightyellow;
    border-color: lightgoldenrodyellow;
    border: 3px solid lightgoldenrodyellow;
}

    /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
    .faq_active, .faq_accordion:hover {
        background-color: lightgoldenrodyellow;
    }

/* Style the accordion panel. Note: hidden by default */
.faq_panel{
    padding: 0 18px;
    background-color: lightgoldenrodyellow;
    display: none;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.faq_block{
    padding: 0% 5%;
}

.faq_plus_icon{
    float:right;
    margin-right: 5px; 
   /* color:yellow;*/
    font-weight:bolder;
}

#faq_image {
  width: 100%;
  height: 400px;
  padding-top:70px;
}
#faq_contact_taital {
    padding-top:0px;
}

.faq_title {
    padding-top: 2%;

}

/*CSS block for FAQ finish*/

.category_image {
    display: block;
    width: 250px;
    height: 250px;
    margin: auto;
    max-width:none;
}

.subcategory_image {
    display: block;
    width: 150px;
    height: 150px;
    margin: auto;
    max-width: none;
}

.subcategory_overlay {

    height: 150px;
    width: 150px;
   
}

.subcategory_name {
    margin-top: 10px; 
    font-size: 14px; 
    color: #333; 
    font-weight: bold; 
    text-overflow: ellipsis; 
    white-space: nowrap; 
    overflow: hidden;
}

    .subcategory_overlay .text .ipsum_text {
        color: #ffffff;
        text-align: center;
        font-size: 10px;
        margin: 0 auto;
        width: 75%;
    }


    .subcategory_overlay .text .interior_text {
        color: #ffffff;
        text-align: center;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: bold;
    }

.no-product-message {

font-weight:500;
text-align:center;
}

#product_title {
text-align:center;
}
#breadcrumb {
    background-color: #fdf7f6;
}

.breadcrumb-item {
font-weight:500;
}

    .breadcrumb-item a:hover {
        color: #fcbf2d;
    }

.welcome-box {
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
   
}

.bb-0 {
    border-bottom: 0px transparent;
    text-align:center;
}

.welcome-box-body {
    padding: 15px 85px 105px;
    width: 100%;
}

    .welcome-box-body .modal-title {
        font-size: 36px;
        color: #3B444E;
        letter-spacing: 0;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .welcome-box-body p {
        font-size: 18px;
        color: #3B444E;
        line-height: 25px;
    }
#popup_title {
width:100%;
}
#popup-modal {
display:flex;
z-index:3;
}
#whatsapp-icon {
    position: fixed;
    bottom: 20px; /* Ikonun alt kenarından uzaklık */
    right: 20px; /* Ikonun sağ kenarından uzaklık */
}

#SubCategories {
    display: flex;
    align-items: center;
    justify-content: center;
}

#urunlerDiv {
    padding-top: 8%;
}

.urunName {
    text-align: center;
    color: #fcbf2d;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 1%;
}

.col-md-3.subCategory {
    margin-top: 25px;
}