body {
    background: #fff;
    font-size: 17px;
}

* {
    transition: all 400ms ease-in-out;
    font-family: 'Quicksand', sans-serif;
    /* color: #3b3b3b; */
}

article h2 {
    font-size: x-large;
    margin-bottom: 1.5rem;
    position: relative;
}

article h2::after {
    content: '';
    position: absolute;
    top: 42px;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 4px;
    background-color: #33caf8;
}

.pdf {
    background-color: #e3e3e385;
}

.pdf a:hover {
    color: unset !important;
}

article figure {
    height: 250px;
}

.sayfa_baslik h1 {
    font-size: 41px !important;
}

a {
    color: #000;
}

.devam {
    color: #5c5c5c;
    font-size: 15.5px;
    font-weight: bold;
}

.three-line {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
}

blockquote p {
    margin: 0;
}

h2 {}

.spot {
    color: #d8a10c;
}

.spot::after {
    content: '';
    position: absolute;
    top: 86%;
    left: 50%;
    margin-left: -50px;
    height: 4px;
    width: 100px;
    background-color: #cacaca;
    border-radius: 30px;
    z-index: -5;
}

h1, h2, h3, h4, h5, h6 {
    color: #333333;
}

h3 {
    font-size: 1.15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.v_middle {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
}

.play-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .40);
    display: flex;
    align-items: center;
    justify-content: center;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4;
    width: 100vw;
}

.vitrin_1 figure {
    height: 100%;
    background-size: cover;
    background-position: center;
}

.vitrin_1 .desc {
    background-color: #ffc100;
}

.vitrin_1 p {
    font-size: 16px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    display: -webkit-box;
    overflow: hidden;
    font-weight: 500;
}



.vitrin_2 .img {
    position: relative;
    cursor: pointer;
}

.vitrin_2_detay {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.vitrin_2 .incele {
    position: absolute;
    width: 90px;
    height: 38px;
    top: 50%;
    left: 50%;
    margin-left: -45px;
    margin-top: -19px;
    display: none;
}

.vitrin_2 h3 {
    position: relative;
    color: #272727;
    font-size: 18px;
    display: inline-block;
    text-transform: uppercase;
}

.vitrin_2 h3::before {
    content: '';
    width: 40px;
    height: 4px;
    display: block;
    background-color: #a41515;
    margin-bottom: 3px;
}

.vitrin_2 .fiyat {
    display: block;
    background-color: #a41515;
    color: #fff;
    padding: 20px 30px;
    font-weight: bold;
    font-size: 100%;
    text-transform: uppercase;
    text-align: center;
}

.vitrin_2 h2 {
    font-size: 30px;
    color: #a4855b;
}

.vitrin_2 {
    background-repeat: no-repeat;
    background-size: cover;
}

.vitrin_2 li a img {
    position: relative;
    z-index: 2;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border: 5px solid #f3f3f3;
}

.vitrin_2 li:nth-child(2n+1) .hizmet-a::before {
    content: '';
    position: absolute;
    width: 100px;
    height: 30px;
    top: -3px;
    left: -3px;
    background-color: #d8a10c;
    z-index: 1;
    transition: all .5s ease-in-out;
}

.vitrin_2 li:nth-child(2n+1) .hizmet-a::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 30px;
    bottom: -3px;
    right: -3px;
    background-color: #d8a10c;
    z-index: 1;
    transition: all .5s ease-in-out;
}

.vitrin_2 li:nth-child(2n+2) a.hizmet-a::before {
    content: '';
    position: absolute;
    width: 100px;
    height: 30px;
    top: -3px;
    left: -3px;
    background-color: #d8a10c;
    z-index: 1;
    transition: all .5s ease-in-out;
}

.vitrin_2 li:nth-child(2n+2) .hizmet-a::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 30px;
    bottom: -3px;
    right: -3px;
    background-color: #d8a10c;
    z-index: 1;
    transition: all .5s ease-in-out;
}

.vitrin_2 li:hover .hizmet-a::before {
    width: calc(100% + 6px);
    height: calc(100% + 6px);
}

.vitrin_2 li:hover .hizmet-a::after {
    width: calc(100% + 6px);
    height: calc(100% + 6px);
}

.vitrin_2 li:hover .incele {
    display: block;
    color: white;
}

.vitrin_2 li img:hover {
    opacity: .8;
}

.vitrin_2 .fiyat strong {
    color: #a41515;
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}

/*blog*/

article {
    min-height: 568px;
}

article .description {
    padding: 7px 15px;
    background-color: #d2d2d20a;
}

article .description p {
    font-size: unset;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

article figure {
    position: relative;
    margin: 0;
}

article ul li:hover .contents {
    box-shadow: 0px 0px 17px -8px rgba(0, 0, 0, 0.42);
}

/*galeri tipi alt sayfalar*/

.galeri_liste .figure {
    position: absolute;
    z-index: -1;
    display: block;
    left: 10px;
    right: -10px;
    height: calc(100% - 49px);
    top: -10px;
    background-color: #a41616;
}

#carouselExampleIndicators .container {
    height: 100%;
}

.overlay {
    top: 0;
    bottom: 0;
}

.figure {
    position: absolute;
    left: -1px;
    right: 0;
    bottom: 0;
    z-index: 1
}

.s_content {
    color: #fff;
    height: 100%;
    display: flex !important;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-bottom: 70px;
    align-items: end;
}

.s_content .items {
    padding: 20px 30px;
    background: rgb(255, 255, 255);
}

.s_content h2 {
    color: #a41515;
    position: relative;
    font-size: 30px;
    -webkit-text-stroke: 1px white;
    -webkit-text-fill-color: #a41515;
    font-weight: bolder;
}

.s_content p {
    position: relative;
    font-size: 24px;
    display: inline-block;
    padding: 0 30px;
    float: right;
    margin: 0;
    font-weight: 400;
}

.t_button {
    position: relative;
    display: inline-block;
    padding: 4px 18px;
    border: 2px solid #ecc51e;
    background-color: #ecc51e;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 17px;
    border-radius: 13px;
}

.t_button:hover {
    background-color: #3b3b3b;
    border-color: #3b3b3b;
    color: #ffffff;
}

.t_button_l {
    padding: 15px 35px 15px 35px;
    border-radius: 10px;
    border: 1px solid #333333;
    display: inline-block;
    color: #333333;
    line-height: 100%;
}

.t_button_l:hover {
    border-color: #F48120;
    color: #F48120;
}

section ul:first-child {
    padding-left: 0;
}

header .logo_a {
    display: block;
    padding: 7px 0;
}

header {
    z-index: 1000;
    position: absolute;
    left: 0;
    right: 0;
}

.logo {
    /* width: 330px; */
}

.sub {
    background-color: #a41515;
}

.diller {
    background-color: #F48120;
    position: relative;
}

.diller a {
    color: #fff;
}

.doverlay {
    position: absolute;
    left: 0;
    right: 37%;
    bottom: 0;
    top: 0;
    background-color: #a41515;
}

footer {
    background-color: #1a1a1a;
    color: #fff;
}

@font-face {
    font-family: script;
    src: url(SCRIPTIN.ttf);
}

.footer {
    /* background-image: url(../img/fb.jpg);
    background-size: cover; */
    background-color: #293247;
}

.footer-cizgi::after {
    content: '';
    position: absolute;
    left: 50%;
    width: 55px;
    top: 134%;
    height: 3px;
    background-color: #7f7f7f;
    transform: translate(-50%, 0);
}

@media (min-width:992px) {
    .footer-cizgi::after {
        content: '';
        position: absolute;
        left: 11%;
        width: 55px;
        top: 134%;
        height: 3px;
        background-color: #7f7f7f;
        transform: translate(-50%, 0);
    }
}

/* .footer a {
    text-decoration: underline;
} */

.footer .baglantilar a {
    text-transform: capitalize;
}

.footer p {
    margin-bottom: 0;
}

.footer h5 {
    margin-bottom: 1em;
}
.footer .border-right{
    border-color: #7f7f7f !important;
}

/* .footer li {
    color: #a41515;
}

.footer i {
    color: #a41515;
} */

.sosyal_medya li {
    display: inline-block;
}

.sosyal_medya a {
    color: #fff;
    display: block;
    padding: 5px;
}

.sayfa_baslik {
    background-blend-mode: multiply;
    background-color: #0000008f;
    background-position: center;
    background-size: cover;
}

.giris {
    width: 100%;
    height: 650px;
    background-attachment: fixed;
    z-index: -10;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    -ms-transform: skewY(-3deg);
    -webkit-transform: skewY(-3deg);
    transform: skewY(-3deg);
    margin-top: -50px;
}

.giris:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #0004;
    content: '';
    z-index: 1;
}

.yatay_ortala {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.yatay_ortala .container {
    position: relative;
    z-index: 3;
    -ms-transform: skewY(3deg);
    -webkit-transform: skewY(3deg);
    transform: skewY(3deg);
}

figure {
    height: 350px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.bg2 {
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.sayfa_baslik:before, .bg2:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    z-index: 1;
}

.sayfa_baslik {
    position: relative;
    height: 230px;
    padding-top: 100px;
}

.sayfa_baslik h1 {
    width: fit-content;
}

.sayfa_baslik p {
    text-align: left;
    font-size: 100%;
    font-weight: 200;
    color: #fff;
}

.sayfa_baslik .container, .bg2 .container {
    position: relative;
    z-index: 3;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #5d5d5d;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 3;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #5d5d5d;
    border-color: #5d5d5d
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a, .pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a, .pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

nav.nerdeyim {
    background: #d2d2d2d4;
}

nav.nerdeyim ol {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

nav.nerdeyim ol li {
    display: inline-block;
    margin-right: 10px;
}

nav.nerdeyim ol li a {
    color: #212529;
    font-weight: 500;
}

nav.nerdeyim ol li a.aktif {
    font-weight: 200;
}

nav.nerdeyim a i {
    display: none;
}

.googleMap {
    width: 100%;
    height: 360px;
}

.giris h1 {
    border-left: 10px solid #fff;
    padding-left: 20px;
    line-height: 86px;
}

h1 {
    font-size: 3em;
}

p {
    font-size: 18px;
}

.vitrin_baslik {
    display: inline-block;
    font-weight: bolder;
    padding: 10px;
    color: #333;
    font-size: 29px;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
}

.call-me {
    margin-left: 8px !important;
    float: right;
    font-weight: 500;
    background-color: #f3902c !important;
}

body.fixeds header {
    position: fixed;
    left: 0;
    width: 100%;
}

header.bg-white a {
    color: rgb(0, 0, 0) !important;
}

header.bg-white .call-me a {
    color: white !important;
}

.bg-white a.call-me {
    margin-top: 22px;
}

header.bg-white .mobilMenu svg {
    fill: #000 !important
}

@media (max-width:768px) {
    nav.nerdeyim a i {
        display: inline-block;
    }
    nav.nerdeyim li:first-child a span {
        display: none;
    }
}

@media (min-width:991px) {
    /*992 den büyük ekranlar*/
    .carousel-inner::after {
        display: block;
        clear: both;
        content: "";
        background: linear-gradient( 180deg, rgb(2 1 52) 0%, rgba(0, 0, 0, 0) 100%);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 1;
    }
}

@media (max-width:991px) {
    /*991 den küçük ekranlar*/
}

@media (max-width:1199px) {
    .slide-area {
        height: 82vh;
    }
    body.fixeds header {
        top: 0px;
    }
}

@media (min-width:1201px) {
    .contact {
        display: block !important;
    }
}

@media (max-width:1200px) {
    header .logo_a {
        text-align: center;
    }
    .navHeader img {
        width: 200px !important;
    }
    .mobilMenu svg {
        width: 29px;
        fill: #fff;
        padding: 10px 0;
        transition: 0ms
    }
    .whatsapp svg {
        width: 30px;
        fill: #fff;
        transition: 0ms;
        margin-top: 9px;
    }
    article h2::after {
        display: none
    }
    h5:after {
        margin-left: auto;
        margin-right: auto;
    }
   
    .vitrin_baslik {
        margin: 0 !important;
    }
    .sayfa_baslik h1 {
        height: 130px;
        text-align: center;
        /* display: -webkit-box;
        overflow: hidden; */
        white-space: normal;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .vitrin_2 ul li .description {
        left: 1.5rem;
        right: 1.5rem;
        top: 1.5rem;
        bottom: 1.5rem;
    }
    .vitrin_2 h3 {
        font-size: medium;
    }
    .bolge_baslik {
        width: 100%;
    }
    .giris h1 {
        border-left: none;
        padding-left: 0;
        line-height: auto;
    }
    #carouselExampleIndicators img {
        /* width: auto !important;
        height: calc(100vh - 200px);
        top: 0;
        position: relative;
        left: 50%;
        transform: translateX(-50%); */
    }
    #carouselExampleIndicators .figure img {
        height: auto;
    }
    #carouselExampleIndicators .container {
        display: flex !important;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        align-content: stretch;
        justify-content: center;
        text-align: center;
    }
    .overlay {
        left: 0;
        transform: skew(0);
        padding: 0;
        width: 100% !important;
    }
    .overlay2 {
        padding: 15px;
        transform: skew(0);
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
    }
    .overlay2 h1, .overlay2 p {
        transform: skew(0);
    }
    .sayfa_baslik h1 {
        height: auto;
        font-size: 10vw;
        padding-bottom: 15px;
        width: 100%;
    }
    .sayfa_baslik h1:after {
        margin-left: auto;
        margin-right: auto;
    }
    .s_content {
        transform: skew(0);
        position: unset;
        width: auto;
        height: 100%;
        display: flex !important;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
    .s_content h2 {
        font-size: 9vw;
        text-align: center;
        padding: 21px;
        border: 0;
    }
    .s_content p {
        text-align: center;
        border: 0;
        padding: 27px;
        width: 100%;
        border-top: 1px solid #a41515;
    }
    .t_button {
        font-size: 15px;
        padding: 15px;
    }
}

@media (max-width:1365px) {
    .s_content {
        margin-top: 45px;
    }
}