@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Yellowtail&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&family=Yellowtail&display=swap');
@import url("../font/chams/stylesheet.css");
@import url("../font/helvatica/main.css");
@import url("../font/atma/main.css");
@import url("../font/icon-pack.woff2");
@import url("../css/icon-pack.css");

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-style: normal;
}

a, a:active, a:focus {
    color: #000;
    text-decoration: none;
    transition: 0.5s;
}

a:hover, a:active {
    color: #1f1f1f;
    text-decoration: none;
}

a:focus, a:active, button:focus, button:active, .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none !important;
}

b, strong {
    font-weight: 900;
    font-family: 'Nunito', sans-serif;
}

section {
    padding: 30px 0px;
}

p {
    margin-bottom: 0px;
    font-family: 'Nunito', sans-serif;
}

ul {
    margin: 0px;
    padding: 0px;
}

ul li {
    list-style: none;
    padding: 0px;
}

h1, h2, h3, h1, h2, h3, h4, h5 {
    margin-top: 0px;
    margin-bottom: 0px;
}

::selection {
    color: #000;
    background: #dbdbdb;
}

::-moz-selection {
    color: #000;
    background: #dbdbdb;
}

::-webkit-input-placeholder {
    color: #6f6f6f;
    text-overflow: ellipsis;
}

::-moz-placeholder {
    color: #6f6f6f;
    text-overflow: ellipsis;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #6f6f6f;
    text-overflow: ellipsis;
    opacity: 1;
}

:focus {
    outline: 0 !important;
}

.modal {
    display: none;
    position: fixed;
    z-index: 99999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: -70px auto;
    padding: 20px;
    border: 1px solid #888;
    width: 40%;
    position: relative;
    z-index: 999;
}

.modal-content h3 {
    border-bottom: 1px solid #ddd;
    padding: 0px 0px 20px 0px;
    text-align: center;
    font-size: 23px;
}

.modal-content .yazi {
    margin: 20px 0px;
    text-align: center;
    font-style: inherit;
}

.modal-content .yaz p {
    font-style: inherit !important;
}

.modal-content .yaz b {
    font-style: inherit !important;
}

.modal-content .yaz em {
    font-style: inherit !important;
}

.closeCss {
    position: absolute;
    top: -22px;
    right: -22px;
    width: 50px;
    height: 50px;
    background: #000;
    border-radius: 100%;
    color: #fff !important;
    opacity: 1;
    line-height: 50px;
    text-align: center;
}

.closeCss img {
    width: 20px;
}

.headerTop {
    /* background-color: #0a2542; */
    padding-top: 7px;
    /* background: rgb(10, 37, 66); */
    /* background: linear-gradient(160deg, rgba(10, 37, 66, 1) 0%, rgba(5, 73, 110, 1) 50%); */
    /* border-bottom: 2px solid #ffffffa6; */
}

.headerTop .container {
    position: relative;
}

.headerTop ul {
    /* padding:0 !important; */
    /* margin:0; */
    /* display: table; */
    /* width:100%; */
    /* text-align: right; */
    /* margin-right: 11%; */
}

.headerTop ul li {
    margin-right: 20px;
    display: inline-block;
}

.headerTop ul li a {
    font-weight: 600 !important;
    text-align: center;
    display: table;
    color: #444444;
    font-family: 'Nunito', sans-serif;
    transition: all .3s;
    padding: 0 !important
}

.headerTop ul li a:hover {
    color: #c21729;
}

.headerTop ul li a img {
    margin: 0 auto;
    display: table;
    margin-bottom: 3px;
}

.headerTop ul li a p {
    font-size: 13px;
    font-weight: 400;
    padding: 0 !important;
    color: #fff;
    padding-top: 2px !important;
}

.headerTop ul li:nth-child(3) { /* padding-right: 20px; *//* border-right: 1px solid #cecbc8; */
}

#search {
    align-items: center;
    background: rgba(0, 0, 0, 0.875);
    height: 0;
    display: flex;
    justify-content: center;
    opacity: 0;
    position: fixed;
    transition: all 0.5s;
    width: 100vw;
    will-change: transform, opacity;
    z-index: -1;
}

#search:target {
    height: 100vh !important;
    opacity: 1;
    width: 100vw !important;
    z-index: 999999;
    top: 0;
}

#search:target .close-btn {
    display: block;
}

#searchbox {
    background: transparent;
    border: solid #fff;
    border-width: 0 0 1px 0;
    color: #fff;
    flex: 1 0 auto;
    font-size: 2rem;
    height: 2rem;
    max-width: 50%;
    outline: 0;
    padding: 2rem 1rem;
}

.close-btn {
    display: none;
    color: #fff;
    font-size: 2rem;
    position: absolute;
    top: 0.5rem;
    right: 2rem;
}

#nav {
    position: relative;
}

#nav ul {
    align-items: center;
    background: rgba(0, 0, 0, 0.95);
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 2rem;
    height: 0;
    justify-content: center;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    pointer-events: none;
    position: fixed;
    transition: all 0.5s;
    top: 0;
    will-change: opacity;
    width: 100vw;
}

#nav ul li {
    list-style: none;
    padding: 1rem 0;
}

#nav:target ul {
    height: 100vh !important;
    left: 0;
    opacity: 1;
    top: 0;
    width: 100vw !important;
}

#nav:target .close-btn {
    display: block;
    position: fixed;
}

@media screen and (min-width: 768px) {
    #responsive-menu-trigger, #close-menu {
        display: none;
    }

    #nav ul, #nav:target ul {
        background: none;
        display: inline-flex;
        flex-direction: row;
        font-size: 1rem;
        height: auto !important;
        opacity: 1;
        padding: 0;
        pointer-events: initial;
        position: static;
        transition: none;
        width: auto !important;
    }

    #nav ul li, #nav:target ul li {
        padding: 0;
    }

    #nav ul li a, #nav:target ul li a {
        text-decoration: none;
        font-size: 1rem;
        margin-right: 1rem;
    }

    #nav .close-btn, #nav:target .close-btn {
        display: none;
    }

}

#search.left, #nav ul.left {
    left: 0;
    height: 100vh;
    width: 0;
}

#search.right, #nav ul.right {
    height: 100vh;
    width: 0;
    right: 0;
    left: auto !important;
}

#search.bottom.left, #search.bottom.right, #search.top.left, #search.top.right, #nav ul.bottom.left, #nav ul.bottom.right, #nav ul.top.left, #nav ul.top.right {
    height: 0;
}

#search.bottom, #nav ul.bottom {
    bottom: 0;
    top: auto !important;
}

#search.fade, #nav ul.fade {
    height: 100vh;
    width: 100vw;
    transition: opacity 0.5s;
}

.bg-scroll {
    transition: .3s;
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    -webkit-box-shadow: 0px 9px 40px -10px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 9px 40px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 9px 40px -10px rgba(0, 0, 0, 0.35);
    z-index: 9999999999999;
    background: #0c2845;
}

.bg-scroll .logo {
    transition: .3s;
    position: absolute;
    z-index: 99999;
    width: 150px;
    top: 20px;
    margin-left: 2%;
}

header {
    /* background: #fff; */
    position: relative;
    z-index: 9999;
    transition: .3s;
}

header:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    z-index: 9999;
    width: 100%;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom; /* background-image: url(../images/h-bg.png); */
}

header .container {
    position: relative;
}

header .logo {
    transition: .3s;
    float: left;
    position: absolute;
    z-index: 99999;
    left: 0;
    width: 210px;
    top: 10px;
    margin-left: 12px;
}

header .logo img {
    width: 100%;
    margin-left: 0;
    margin-top: 4px;
}

header .search-lang {
    display: table;
    position: absolute;
    right: 0;
    top: 21px;
    z-index: 9999;
    margin-right: 6px;
}

header .search-lang .dropbtn {
    background-color: transparent;
    color: #444;
    padding: 4px 10px;
    font-size: 15px;
    border: none;
    border: 1px solid #444;
}

header .search-lang .dropdown {
    position: relative;
    display: inline-block;
}

header .search-lang .dropdown:hover .dropdown-content {
    display: block;
}

header .search-lang .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 124px;
    z-index: 1;
    transition: 1s;
}

header .search-lang .dropdown-content a {
    color: #666666;
    padding: 4px 15px;
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #eee;
}

header .search-lang .dropdown-content a:hover {
    background-color: #ddd;
}

header .cbp-hsmenu-wrapper {
    position: relative;
}

header .cbp-hsmenu-wrapper ul {
    list-style: none;
    padding: 0;
}

header .cbp-hsinner {
    position: relative;
    height: 80px;
}

header .cbp-hsmenu-wrapper .cbp-hsmenu {
    display: table;
    float: right;
    margin-right: 17%;
    margin-top: -2px;
}

header .cbp-hsmenu > li {
    margin-left: 1em;
    display: inline-block;
}

header .cbp-hsmenu > li:first-child {
    margin-left: 0;
}

header .cbp-hsmenu > li > a {
    color: #fff;
    font-size: 15px;
    line-height: 79px;
    display: inline-block;
    position: relative;
    z-index: 10000;
    outline: none;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.2px;
}

header .cbp-hsmenu > li > a:hover {
    color: #29b4a5;
}

header .no-touch .cbp-hsmenu > li > a:hover, header .no-touch .cbp-hsmenu > li > a:focus, header .cbp-hsmenu > li.cbp-hsitem-open > a {
    color: #c21729;
}

header .cbp-hsmenu > li > a:not(:only-child):after {
    display: inline-block;
    font-family: "Fontawesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\f107";
    font-size: 15px;
    margin-left: 0.3em;
    opacity: 1;
}

header .cbp-hsmenu > li.cbp-hsitem-open > a:not(:only-child):before {
    content: "\f106";
}

header .cbp-hsmenu > li.cbp-hsitem-open > a:after {
    top: 100%;
    border: solid transparent;
    content: none;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #c21629;
    border-width: 10px;
    left: 50%;
    margin-left: -10px;
}

header .cbp-hssubmenu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    width: 100%;
    z-index: 0;
    text-align: center;
    visibility: hidden;
    background: #081b2f;
    opacity: 0;
    transition: .3s;
}

header .cbp-hsmenu > li:hover > .cbp-hssubmenu {
    opacity: 1;
    visibility: visible;
}

header .cbp-hssubmenu > li {
    width: 25%;
    float: left;
    display: inline-block;
    vertical-align: top; /* box-shadow: -28px 0 0 -27px #ddd, 0 -28px 0 -27px #ddd; */
}

header .uclu > li {
    width: 24.99%;
    float: left;
    display: inline-block;
    vertical-align: top;
    /* box-shadow: -28px 0 0 -27px #ddd, 0 -28px 0 -27px #ddd; */
}

header .cbp-hssubmenu > li:nth-child(-n + 6) { /* box-shadow: -28px 0 0 -27px #111618; */
}

header .cbp-hssubmenu > li:nth-child(6n + 1) { /* box-shadow: 0 -28px 0 -27px #ddd; */
}

header .cbp-hssubmenu > li:first-child {
    box-shadow: none;
}

header .cbp-hssubmenu > li a {
    display: block;
    text-align: left;
    color: #a2a2a2;
    outline: none;
    padding-left: 12px;
}

header .cbp-hssubmenu > li a:hover {
    background-color: #162025;
}

header .no-touch .cbp-hssubmenu > li a:hover, header .no-touch .cbp-hssubmenu > li a:focus {
    color: #888;
}

header .cbp-hssubmenu > li a img {
    border: none;
    outline: none;
    display: inline-block;
    margin: 0; /* max-width: 100%; */
    height: 100%;
    width: 100%;
}

header .no-touch .cbp-hssubmenu > li a:hover img {
    opacity: 0.5;
}

header .cbp-hssubmenu > li a span {
    display: block;
    min-height: 3em;
    margin-top: 4px;
    color: #fff;
    font-size: 18px;
    font-weight: 200;
    padding-top: 10px;
}

header .cbp-hssubmenu > li a span:before {
    font-family: FontAwesome;
    content: "\f0da";
    position: relative;
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
}

header .cbp-hsmenu > li.cbp-hsitem-open .cbp-hssubmenu {
    z-index: 1000;
    visibility: visible;
}

header .cbp-hsmenu > li.cbp-hsitem-open .cbp-hssubmenu > li {
    opacity: 1;
}

header .cbp-hsmenubg {
    background: #f7f7f7;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 0;
    height: 0px;
}

header .no-touch .cbp-hsmenubg {
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
}

@media screen and (max-width: 65em) {
    header .cbp-hsmenu-wrapper {
        font-size: 80%;
    }
}

@media screen and (max-width: 51.4375em) {
    header .cbp-hsmenu-wrapper {
        font-size: 100%;
    }

    header .cbp-hsmenu-wrapper .cbp-hsmenu {
        padding: 0;
        max-width: none;
        width: 100%;
    }

    header .cbp-hsmenu > li {
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        text-align: center;
        margin: 0 auto;
        display: block;
    }

    header .cbp-hsmenu > li:first-child {
        border-top: none;
    }

    header .cbp-hsmenu > li > a {
        display: block;
    }

    header .cbp-hsmenu > li > a:not(:only-child):before {
        line-height: 1.8;
        right: 0;
        position: absolute;
        font-size: 200%;
    }

    header .cbp-hsmenubg {
        display: none;
    }

    header .cbp-hssubmenu {
        background: #f7f7f7;
        position: relative;
        overflow: hidden;
        height: 0;
    }

    header .cbp-hsmenu > li.cbp-hsitem-open .cbp-hssubmenu {
        height: auto;
    }

    header .cbp-hssubmenu > li {
        width: 30%;
    }

    header .cbp-hssubmenu > li:nth-child(-n + 6), header .cbp-hssubmenu > li:nth-child(6n + 1) {
        box-shadow: -28px 0 0 -27px #ddd, 0 -28px 0 -27px #ddd;
    }

    header .cbp-hssubmenu > li:nth-child(-n + 3) {
        box-shadow: -28px 0 0 -27px #ddd;
    }

    header .cbp-hssubmenu > li:nth-child(3n + 1) {
        box-shadow: 0 -28px 0 -27px #ddd;
    }
}

@media screen and (max-width: 25em) {
    header .cbp-hssubmenu > li {
        width: 100%;
        display: block;
    }

    header .cbp-hsmenu-wrapper .cbp-hssubmenu > li {
        box-shadow: 0 1px #cecece;
        text-align: left;
    }

    header .cbp-hssubmenu > li a {
        text-align: left;
        line-height: 50px;
        padding: 0.4em 1em;
    }

    header .cbp-hssubmenu > li a img {
        float: left;
        max-height: 50px;
    }

    header .cbp-hssubmenu > li a span {
        min-height: 0;
        margin: 0;
    }
}

.slider {
    padding: 0;
    position: relative;
}

.owl-stage-outer {
    overflow: hidden !important;
    width: 100% !important;
}

.slider #owl-slider .owl-nav {
    position: absolute;
    top: 50%;
    margin: 0px;
    color: #fff;
    width: 100%;
    transform: translateY(-50%);
}

.slider #owl-slider .owl-nav button {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    border: 2px solid #fff;
    border-radius: 100%;
    margin: 0px;
    position: absolute;
}

.slider #owl-slider .owl-nav button:hover {
    background-color: #fff;
    color: #444;
}

.slider #owl-slider .owl-nav .owl-prev {
    left: 50px;
}

.slider #owl-slider .owl-nav .owl-next {
    right: 50px;
}

.slider .text {
    min-height: 115px;
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 60%;
    background: #ffdb6a;
    background: linear-gradient(97deg, rgb(255 221 113) 0%, rgba(40, 42, 95, 0) 100%);
}

.slider .text h5 {
    font-size: 39px;
    color: #000;
    text-align: center;
    border-top: 5px solid rgb(255 219 106);
    border-bottom: 5px solid rgb(255 219 106);
    padding: 10px 0px;
    width: 50%;
    margin: 0;
}

.slider .text h6 {
    font-size: 29px;
    color: #000;
    text-align: center; /* border-top: 5px solid rgba(0, 0, 0, 0.3); *//* border-bottom: 5px solid rgba(0, 0, 0, 0.3); */
    padding: 10px 0px;
    width: 50%;
    margin: 0;
    float: left;
    margin-top: -5px;
    margin-left: 149px;
}

.about {
    padding: 50px 0;
    position: relative;
    background: #202f36;
}

.about:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%; /* background: url(../images/aboutbg.png) no-repeat right bottom; */
    z-index: -1;
    background: red;
}

.about:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/fabrika.png) no-repeat left bottom;
    z-index: -1;
}

.about .text {
    text-align: center;
}

.about .text h2 {
    color: #ffffff;
    margin-bottom: 30px;
}

.about .text p {
    margin-bottom: 30px;
    font-weight: 300;
    font-size: 19px;
    color: #fff;
}

.about .countLE {
    display: table;
    width: 100%;
    text-align: center;
}

.about .countLE span.icon1 {
    width: 100px;
    height: 100px;
    display: table;
    margin: 0 auto;
    border-radius: 100%;
    line-height: 96px;
    font-size: 51px;
    background: #710400;
    position: relative;
}

.about .countLE span.icon1:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: rgba(129, 19, 15, 0.5);
    z-index: -1;
    transform: scale(1);
    animation: befor 2s linear infinite;
}

@keyframes befor {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

.about .countLE span.icon1 i {
    color: #fff;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.about .countLE b.cont {
    background: #140000;
    color: #fff;
    width: 40px;
    height: 40px;
    display: table;
    margin: 0 auto;
    border-radius: 30px;
    line-height: 40px;
    position: relative;
    top: -21px;
    font-weight: 300;
    letter-spacing: 2px;
    transition: 0.5s;
}

.about .countLE b.cont span {
    display: block;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.9s;
}

.about .countLE b.cont span em, .about .countLE b.cont span i {
    font-style: normal;
}

.about .countLE b.cont span i {
    opacity: 0;
    margin-left: 10px;
}

.about .countLE b.cont:before, .about .countLE b.cont:after {
    content: "";
    position: absolute;
    left: -11px;
    top: 20px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #a5605d;
    opacity: 0;
    transition: 2s;
}

.about .countLE b.cont:after {
    right: -11px;
    left: initial;
}

.about .countLE .text2 {
    font-family: 'Nunito', sans-serif;
}

.about .countLE .text2 h5 {
    font-weight: bold;
}

.about .countLE .text2 p {
    font-weight: 300;
}

.about .countLE:hover b.cont {
    width: 69%;
    text-align: left;
    padding: 0px 35px;
}

.about .countLE:hover b.cont span {
    opacity: 1;
    display: table;
}

.about .countLE:hover b.cont span i {
    opacity: 1;
}

.about .countLE:hover b.cont:before, .about .countLE:hover b.cont:after {
    opacity: 1;
}

.urunler {
    background-color: #15365a;
    padding: 50px 0;
    position: relative;
    margin-bottom: 110px;
}

.urunler:before { /* content: ""; */
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0.4;
    height: 100%; /* background-image: url(../images/bg.png); */
}

.urunler .text {
    text-align: center;
}

.urunler .text h2 {
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 61px;
    /* text-shadow: -8px -2px 12px #b7b7b77d; */
    letter-spacing: 13px;
    font-family: 'Bebas Neue', cursive;
    text-align: left;
}

.urunler .text p {
    margin-bottom: 30px;
    color: #fff;
    font-weight: 300;
    padding: 0;
    font-size: 17px;
    text-align: left;
    margin-right: 0;
}

.urunler .urun {
    background: #fff;
    position: relative;
    display: table;
    width: 100%;
    height: 446px;
    transition: 0.5s;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 5px 52px -24px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 52px -24px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 52px -24px rgba(0, 0, 0, 0.75);
}

.urunler .urun a {
    display: table;
    width: 100%;
    height: 100%;
    /* position: relative; */
    /* z-index: 9999; */
}

.urunler .urun a img {
    margin: 0 auto;
    position: absolute;
    /* left: 50%; */
    /* top: 39%; */
    /* transform: translate(-50%, -14%); */
    transition: 0.5s;
    height: 100%;
    width: 100%;
}


.urunler .urun:hover a span {
    background: #26b4a5;
}

.urunler .urun a span {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.4s;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    /* background: none !important; */
    background: #15365a;
    background-image: none !important;
}

.urunler .urun:hover { /* background: transparent; */
}

.urunler .urun:hover a img {
    /* transform: translate(-50%, -25%); */
}

.urun h2 {
    font-size: 30px;
    text-align: center;
    margin-top: 15px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
    bottom: 18px;
    width: 100%;
    padding: 10px;
    font-family: 'Bebas Neue', cursive;
    z-index: 9;
    /* background: red; */
    /* padding-bottom: 100%; */
    height: 100%;
    position: relative;
}

.urun h2 div {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    /* background: red; */
    left: 0;
}


.yemektarifleri {
    position: relative;
    background-image: url(../images/yemektarifi.png);
}

.yemektarifleri:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/bg34.png);
    width: 100%;
    height: 125px;
    background-size: inherit;
    background-repeat-y: no-repeat;
    opacity: 0.9;
    background-repeat: repeat-x;
}

.yemektarifleri .text {
    position: relative;
    color: #fff;
    width: 100%;
    padding-top: 12px;
}

.yemektarifleri .text h2 {
    font-family: "Atma";
    font-weight: bold;
    display: table;
    float: left;
    font-size: 20px;
}

.yemektarifleri .text a {
    transition: .3s;
    border: 2px solid transparent;
    float: right;
    display: table;
    color: #81130f;
    background: #fff;
    padding: 7px 25px;
    border-radius: 30px;
    font-family: 'Nunito', sans-serif;
}

.yemektarifleri .text a:hover {
    color: #fff;
    background: transparent;
    border: 2px solid #fff;
}

.yemektarifleri p {
    padding: 150px 0px 70px;
    font-size: 18px;
    font-weight: 500;
    padding-right: 200px;
}

footer {
    padding: 50px 0;
    position: relative;
    background-image: url(../images/word.png);
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: center;
}

footer .baslik {
    border-bottom: 1px solid #000000;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

footer .baslik img {
    margin: 0 auto;
    display: table;
}

footer .text ul li {
    font-size: 13px;
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
}

footer .text ul li b {
    margin-top: 10px;
    display: table;
}

.yta {
    border: 2px solid transparent;
    transition: all .3s;
    background: #c82e3e;
    color: #fff;
    padding: 5px 20px;
    padding-top: 7px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: bold;
    display: table;
    margin-top: 25px;
}

.yta:hover {
    background: transparent;
    border: 2px solid #c82e3e;
    color: #c82e3e;
}

.corp {
    background-color: #fff;
    position: relative; /* box-shadow: 0 0 50px black; */
    border-top: 1px solid #eee;
}

.corp:before {
    content: "";
    position: absolute;
    top: -26px;
    left: 0;
    width: 100%;
    height: 76px;
    transform: rotate(180deg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom; /* background-image: url(../images/h-bg.png); *//* box-shadow: 0 0 20px black; */
}

.corp p {
    line-height: 50px;
    font-weight: 300;
}

.corp a {
    float: right;
    position: relative;
    top: 14px;
    font-size: 14px;
}

@media (max-width: 1450px) {
    header .container-fluid {
        padding: 0 100px;
    }

    .slider .text {
        bottom: 50px;
    }

    .about .text p {
        margin-bottom: 50px;
    }
}

@media (max-width: 1366px) {
    header .cbp-hsmenu > li > a { /* font-size: 13px; */
        line-height: 6.2em;
        top: -14px;
    }

    .headerTop ul {
        right: 100px;
    }
}

.header {
    background-color: #fff;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    display: none;
    z-index: 3;
}

.header:after { /* content: ""; */
    position: absolute;
    left: 0;
    bottom: -15px;
    z-index: 3;
    width: 100%;
    height: 95px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom; /* background-image: url(../images/h-bg.png); */
}

.header:before {
    display: none !important;
}

.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    z-index: 5;
}

.header li.link a {
    display: block;
    padding: 20px 0;
    text-align: center;
    border-right: 1px solid #f4f4f4;
    text-decoration: none;
}

.header li.link a:hover, .header .menu-btn:hover {
    background-color: #f4f4f4;
}

li.dil {
    width: 100%;
    text-align: center;
}

li.dil a {
    display: inline-block;
    margin: 10px 5px;
}

li.dil a img {
    width: 25px;
}

.header .logo {
    display: block;
    float: left;
    font-size: 2em;
    padding: 10px 20px;
    text-decoration: none;
    position: relative;
    left: inherit;
    top: inherit;
    width: 150px;
}

/* menu */
.header .menu {
    clear: both;
    max-height: 0;
    transition: max-height 0.2s ease-out;
}

/* menu icon */
.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
    top: -27px;
    /* background: #000000; */
    /* border: 1px solid red; */
    z-index: 999;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 0;
    padding: 10px;
    position: relative;
    top: 0px;
    right: 10px;
    border-radius: 100px;
}

.header .menu-icon .navicon {
    background: #fff;
    display: block;
    height: 2px;
    position: relative;
    top: 10px;
    transition: background 0.2s ease-out;
    width: 18px;
    z-index: 99999;
}

.header .menu-icon .navicon:before, .header .menu-icon .navicon:after {
    background: #fff;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 100%;
}

.header .menu-icon .navicon:before {
    top: 5px;
}

.header .menu-icon .navicon:after {
    top: -5px;
}

/* menu btn */
.header .menu-btn {
    display: block;
    opacity: 0;
}

.header .menu-btn:checked ~ .menu {
    max-height: 100vh;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before, .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
}

/* 48em = 768px */
@media (min-width: 48em) {
    .header li {
        float: left;
    }

    .header li a {
        padding: 20px 30px;
    }

    .header .menu {
        clear: none;
        float: right;
        max-height: none;
    }

    .header .menu-icon {
        display: none;
    }
}

@media (max-width: 720px) {


    .masthead {
        height: 280px !important
    }

    .about .countLE .text2 p {
        font-size: 14px;
    }

    .hidden-xs {
        display: none;
    }

    .bForm {
        overflow: hidden;
    }

    .header .logo {
        width: 195px;
        margin-top: -10px;
        margin-left: -10px !important;
    }

    .pageUrun .col-md-3 {
        width: 50%;
        max-width: 50%;
    }

    .ust_menu .col-md-3 {
        width: 50%;
        max-width: 50%;
        margin-bottom: 50px;
    }

    .ust_menu a b { /* display: none !important; */
    }

    .header .menu-btn:checked ~ .menu {
        position: relative;
        top: -6px;
        border-bottom: 2px solid #2a3b44;
    }

    .urunboxmobil .col-md-3 {
        width: 50%;
        max-width: 50%;
    }

    .slick-dots {
        display: none;
    }

    .header li.link a {
        padding: 5px 0;
        border-bottom: 1px solid #eee;
    }

    .sertifikaResim {
        display: none;
    }

    .mobilxx .col-md-3 {
        width: 50%;
        max-width: 50%;
    }

    .about .text p {
        padding: 10px;
        font-size: 14px;
        line-height: 24px;
        margin-top: -30px;
        margin-bottom: 14px;
    }

    .modal-content {
        width: 89%;
    }

    .modal {
        z-index: 99999999;
        padding-top: 75px;
    }

    .xd-none {
        display: none;
    }

    .urunler .text p {
        padding: 0px 15px;
        font-size: 14px;
    }

    header.header {
        display: block;
        height: 60px;
        background: #15365a;
    }

    .slider {
        padding-top: 57px;
    }

    .slider #owl-slider .owl-nav {
        top: 40%;
    }

    .slider #owl-slider .owl-nav .owl-prev {
        left: 10px;
    }

    .slider #owl-slider .owl-nav .owl-next {
        right: 10px;
    }

    .slider .text {
        bottom: 0px;
        padding: 15px 0;
        min-height: auto !important;
        background: rgba(0, 0, 0, 0.50);
        text-align: center;
        bottom: 0;
        width: 100%;
    }

    .slider .text h5 {
        font-size: 20px;
        width: 100%;
        border: 0px;
        color: #fff;
        line-height: 5px;
        font-weight: 100;
        margin-top: -4px;
    }

    .slider .text h6 {
        font-size: 20px;
        width: 100%;
        margin: 0px;
        border: 0px;
        line-height: 0px;
        color: #fff;
        font-weight: bold;
        font-size: 17px;
    }

    .about::before {
        background-size: cover;
    }

    .about .countLE {
        margin-bottom: 30px;
    }

    .urunler .urun {
        height: 156px;
        margin-bottom: 20px;
        overflow: hidden;
        /* width: 50%; */
        /* float: left; */
    }

    .urunler .urun a span {
        background-size: 100%;
    }

    .urunler .urun a img {
        height: auto;
        /* transform: translate(-50%, -12%); */
        width: 100%;
    }

    .yemektarifleri .text {
        padding: 10px 20px;
    }

    .yemektarifleri p {
        padding: 20px;
        padding-top: 65px;
        font-size: 14px;
    }

    footer .text {
        margin-bottom: 50px;
    }

    footer .text ul li {
        text-align: center;
    }

    footer .text ul li b {
        padding-top: 0px;
        margin: 0 auto;
    }

    footer .text ul li a.yta {
        position: relative;
        top: 35px;
        margin: 0 auto;
    }

    .corp p {
        text-align: center;
    }

    .corp a {
        margin: 0 auto;
        float: inherit;
        display: table;
        padding-bottom: 30px;
    }
}


.bulten {
    padding: 30px 0;
    /* background: #c82e3e url('../images/bultenBg.jpg') no-repeat left center; */
    background-size: cover;
    background: #212121;
}

.bulten h2 {
    font-size: 30px;
    width: 84%;
    color: #fff;
    margin-top: 7px;
    font-size: 20px;
}

.bulten p {
    color: #fff;
    font-size: 15px;
}

.bulten h2 b {
    font-weight: 800;
}

.bForm {
    position: relative;
}

.bulten input {
    width: 100%;
    padding: 25px 15px;
    font-weight: 600;
    color: #fff;
    border: none;
    outline: none;
    background: #0e2742;
    margin-top: 0;
    min-width: 450px;
    border: 1px solid #525252;
}

.bulten input::placeholder {
    color: #fff;
}

.bulten button {
    position: absolute;
    top: 14px;
    right: 15px;
    padding: 25px 25px;
    border: none;
    outline: none;
    background: none;
    color: #fff;
}

.pageHeader {
    padding: 50px 0;
    padding-top: 195px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.pageOver {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(22 32 37 / 63%);
}

.pageText {
    position: relative;
    z-index: 2;
    text-align: left;
    top: -10px;
}

.pageText h1 {
    color: #fff;
    font-weight: 900;
    font-size: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
}

.pageText h1::before {
    display: inline-block;
    width: 25px;
    margin-right: 20px;
    height: 3px;
    background: #fff;
    content: '';
    border-radius: 5px;
    margin-bottom: 8px;
}


.pageText h1::after {
    display: inline-block;
    width: 25px;
    margin-left: 20px;
    height: 3px;
    background: #fff;
    content: '';
    border-radius: 5px;
    margin-bottom: 8px;
}


.pageLink {
    margin-left: 30px;
    text-align: center;
}

.pageLink a {
    color: #fff;
    font-weight: 300;
    border-bottom: 1px solid transparent;
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: bold;
}

.pageLink a::after {
    content: '\f054';
    font-family: 'FontAwesome' !important;
    display: inline-block;
    font-size: 10px;
    margin: 0 10px;
    color: #ffffff;
}

.pageLink a:last-child::after {
    content: '' !important;
    margin: 0;
}

.pageLink a:hover {
    /* border-bottom:1px solid #fff; */
}

.pageYazi {
    color: #444;
    font-size: 15px;
    font-weight: 400;
}

.pageSide {

    width: 100%;
}

.pageSide h1 {
    background: rgb(22 32 37);
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    padding: 10px;
    text-align: left;
    width: 100%;
    font-size: 22px;
}

.pageSide a.sideL {
    display: block;
    background: #eee;
    color: #444;
    font-size: 14px;
    padding: 10px 10px;
    text-align: left;
    border-bottom: 1px solid #fff;
    transition: .3s;
    /* text-transform: uppercase; */
}

.pageSide a.sideL::before {
    display: inline-block;
    content: '\f192';
    font-family: 'FontAwesome' !important;
    font-size: 12px;
    margin-right: 5px;
    position: relative;
    bottom: 1px;
    transition: .3s;
}

.pageSide a.sideL:hover {
    background: #f6f6f6;
}

.pageSide a.sideL:hover::before {
    margin-right: 10px;
    color: #c82e3e
}

.katalog {
    display: block;
    background: #c82e3e;
    color: #fff;
    padding: 15px;
    margin-top: 15px;
    position: relative;;
}

.katalog p {
    position: relative;
    z-index: 2;
}

.katalog i {
    position: absolute;
    z-index: 1;
    color: #921f2b;
    font-size: 65px;
    top: -10px;
    right: 10px;
}

li.sertifikaResim img {
    float: left;
    width: 60px;
    margin-right: 10px;
    margin-top: 10px;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: .3s;
}

li.sertifikaResim img:hover {
    -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
}

.pageContent {
    position: relative;
}

.pageContent .bgUst {
    /* background: url('../images/h_header.png') repeat-x top left; */
    background-size: 100%;
    display: block;
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    top: -30px;
    z-index: 99;
    animation-delay: 0.30s;
}

.pageContent .bgAlt {

    background: url('../images/h_footer.png') repeat-x bottom left;
    background-size: 100%;
    display: none;
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: -10px;
    z-index: 999;
    animation-delay: 0.1s;
}

.kaydirUrun {
    padding: 0 10px
}

.urunBox {
    border: 1px solid #f1f1f1;
    padding: 15px;
    position: relative;
    /* overflow: hidden; */
    transition: .3s;
    text-align: center !important;
    padding-bottom: 5px;
    background: #fff;
}

.urunBox img {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 0;
}

.urunBox p {
    font-size: 15px;
    color: #444;
    text-transform: uppercase;
}

.urunBox:hover b {
    background: #c82e3e;
    color: #fff;
}

.urunBox p b {
    font-size: 12px;
    color: #000;
    -webkit-transition: all 0.4s;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #eeeeee;
    border-radius: 30px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    top: 0;
    margin-right: 0;
    z-index: 999;
    right: 42%;
    line-height: 28px;
    font-weight: 900;
    /* border-top-right-radius: 0; */
    font-size: 13px;
    /* border-bottom-right-radius: 0; */
    padding-right: 0;
    /* padding-left: 7px; */
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.urunBox span.moreBtn {
    position: relative;
    display: block;
    background: #c82e3ea6;
    opacity: 0;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    width: 100%;
    /* padding: 3px 0; */
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    border: 2px solid transparent;
    transition: .7s;
    margin-top: 15px;
    /* border: 1px solid #eee; */
    font-weight: 900 !important;
    padding-top: 10px;
    position: absolute;
    top: -15px;
    height: 100%;
    bottom: 10px;
    padding-top: 50%;
}

.urunBox:hover span.moreBtn {
    background: #ffda66c9;
    color: #000;
}

.urunBox:hover span.moreBtn {
    opacity: 1;
}

.urunGorsel {
    text-align: right;
    position: relative;
    padding-top: 2%;
}

.urunGorsel {
    height: 100%;
}

.tabMenu {
    float: left;
    width: 20%;
}

.tabMenu li a {
    display: block;
    width: 100%;
    border: 1px solid #f1f1f1;
    padding: 3%;
    text-align: center;
    margin-bottom: 10px;
}

.tabMenu li a img {
    width: 100%;
}

#tabs_container {
    border: 1px solid #f1f1f1;
    width: 75%;
    float: right;
    overflow: hidden;
    text-align: center;
    padding: 0 !important;
    position: relative;
    /* padding-top: 20px !important; */
    height: 366px !important;
    padding-top: 20px !important;
}

#tabs_container img {
    width: 100%;
    margin-top: 20px;
}

.tabulous_active {
    border: 1px solid #c82e3e !important;
}

.transition {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s;
}

.make_transist {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.hidescale {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
}

.showscale {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;

    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s;
}

.hideleft {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.showleft {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;

    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s;
}

.hidescaleup {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.showscaleup {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;

    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s;
}

.hideflip {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;

    -webkit-transform: rotatey(-90deg) scale(1.1);
    -moz-transform: rotatey(-90deg) scale(1.1);
    -o-transform: rotatey(-90deg) scale(1.1);
    -ms-transform: rotatey(-90deg) scale(1.1);
    transform: rotatey(-90deg) scale(1.1);

    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.showflip {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;

    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s;

    -webkit-transform: rotatey(0deg) scale(1);
    -moz-transform: rotatey(0deg) scale(1);
    -o-transform: rotatey(0deg) scale(1);
    -ms-transform: rotatey(0deg) scale(1);
    transform: rotatey(0deg) scale(1);

    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.tabulous_active {
    background: white !important;
    color: #655c89 !important;
}

.tabulousclear {
    display: block;
    clear: both;
}


.urunDetay h1 {
    color: #c82e3e;
    font-weight: 800;
    margin-bottom: 25px;
}

.urunDetay p {
    font-size: 17px;
    font-weight: 400;
    color: #444
}

.urunDetay table {
    width: 100% !important;
    margin: 25px 0;
}

.urunDetay table p {
    color: #fff
}

.urunDetay table tr {
    background: #c82e3e;
    color: #fff;
}

.urunDetay table tr td {
    height: 40px !important;
    padding-left: 10px;
    border: 1px solid rgba(0, 0, 0, 0.6);
}

.urunDetay table tr:nth-child(odd) {
    background: #8d0c19;
}

.urunBilgi {
    position: relative;
    border: 1px solid #f1f1f1;
    padding: 10px;
    width: 100%;
    text-align: center;
}

.urunBilgi img {
    width: 20%;
    padding-bottom: 3%;
}

.urunBilgi p {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

.urunBilgi span {
    font-size: 13px;
    font-weight: 400;
    color: #444;
}


.haberleR {
    width: 100%;
    float: left;
    margin-bottom: 50px;
    display: table;
    border: 1px solid #f5f7f9;
    border-radius: 0 0 6px 6px;
}

.haberleR img {
    width: 100%;
    border-radius: 6px 6px 0 0;
}

.haberleR .text421 {
    width: 100%;
    float: left;
    padding: 15px;
    border-top: none;
    background: #fff;
    padding-bottom: 0px;
}

.haberleR .text421 span {
    height: 26px;
    line-height: 26px;
    display: inline-block;
    margin-bottom: 10px;
    color: #fff;
    border: 1px solid #c4c9d3;
    background: #c4c9d3;
    padding: 0 7px;
    border-radius: 3px;
    font-size: 12px;
}

.haberleR .text421 h4 {
    font-size: 18px;
    color: #c82e3e;
    padding-bottom: 15px;
    font-weight: 700;
    position: relative;
    margin-bottom: 15px;
}

.haberleR .text421 h4:after {
    content: '';
    width: 32px;
    height: 2px;
    background: #c82e3e;
    position: absolute;
    left: 0;
    bottom: 0;
}

.haberleR .text421 p {
    line-height: 24px;
    color: #9ba0a9;
    margin-bottom: 15px;
}

.haberleR .text421 div {
    height: 90px;
    overflow: hidden;
}

.haberleR .btnHab3 {
    display: inline-block;
    border: 2px solid transparent;
    transition: all .3s;
    font-size: 12px;
    background: #c82e3e;
    color: #fff;
    padding: 5px 20px;
    padding-top: 7px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 20px;
    margin-left: 15px;
}

.btnHab3:hover {
    background: transparent;
    border: 2px solid #c82e3e;
    color: #c82e3e;
}

.haberDetays p {
    font-size: 15px;
    font-weight: 400;
    color: #444;
    line-height: 18px;
}

.lightboxHaber {
    outline: none;
    display: block;
    position: relative;
    height: 160px;
    overflow: hidden;
}

.lightboxHaber img {
    height: 100%;
    width: 100% !important;
}

.lightOver {
    position: absolute;
    left: -120%;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 20px;
    transition: .3s;
}

.lightOver i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.lightboxHaber:hover .lightOver {
    left: 0;
}

.harita iframe {
    width: 100%;

}

.form h2 {
    color: #243640;
    margin-bottom: 1%;
}

.form p {
    color: #444;
    font-weight: 400;
    margin-bottom: 2%;
}

.form input {
    width: 100%;
    padding: 3%;
    margin-bottom: 2%;
    border-radius: 0;
    border: 1px solid #aaa;
    height: 15px !important;
}

.form textarea {
    width: 100%;
    height: 180px;
    resize: none;
    padding: 3%;
    margin-bottom: 2%;
    border-radius: 0;
    border: 1px solid #aaa;
}

.form button {
    float: right;
    border: 2px solid transparent;
    transition: all .3s;
    margin-top: 10px;
    background: #2d3e47;
    color: #fff;
    padding: 15px 20px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: bold;
}

.form button:hover {
    background: transparent;
    border: 2px solid #c82e3e;
    color: #c82e3e;
}

.mbBtn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none;
    z-index: 9999;
}

.mbBtn a {
    display: inline-block;
    width: 50%;
    text-align: center;
    float: left;
    padding: 10px;
    font-size: 14px;
    background: #213540;
    color: #fff;
}

.mbBtn a:last-child {
    float: right;
    background: #061117;
}

.imza img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: .5s;
}

.imza:hover img {
    -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
}

.digerUrun h1 {
    text-align: left;
    color: #c82e3e;
    font-weight: 300;
    font-size: 30px;
    padding: 25px 0;
}

.digerUrun h1:before {
    display: inline-block;
    width: 25px;
    margin-right: 5px;
    height: 3px;
    background: #c82e3e;
    content: '';
    border-radius: 5px;
    margin-bottom: 8px;
}


/* Mobil */
@media only screen and (max-width: 768px) {

    .hidden-xs {
        display: none !important;
    }

    .pageHeader {
        padding-top: 85px;
    }

    .copyright {
        padding-bottom: 90px;
    }

    .footer-left-widget {
        padding-left: 10px !important;
    }

    .dk-footer .contact-us {
        display: none;
    }

    .dk-footer-box-info {
        padding: 30px !important;
        position: relative !important;
        top: -10px !important;
    }


    .truckx {
        margin-top: 20px;
    }

    .boxx ul li {
        width: 100% !important;
    }

    .urunler .text h2 {
        font-size: 20px;
        margin-top: 160px;
        text-align: center;
    }

    .bgAlt, .bgUst {
        display: none !important;
    }

    .form input {
        width: 100%;
        float: none !important;
    }

    .harita iframe {
        height: 450px;
    }

    .mbBtn {
        display: block;
    }

    .corp {
        margin-bottom: 30px;
        display: none;
    }

    li.sertifikaResim img {
        float: none
    }
}


.pageYazi p {
    line-height: 23px;
    margin-bottom: 20px;
}

.catalog a {
    position: fixed;
    right: -55px;
    background: #e2d6c3;
    width: 140px;
    height: 30px;
    z-index: 999;
    top: 59%;
    transform: rotate(90deg);
    text-align: center;
    padding-top: 2px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.catalog a:hover {
    background: #ffdb6a;
    color: #052140;
}

.ust_menu {
    margin-bottom: 40px;
    text-align: center;
}

.ust_menu a img {
    width: 130px;
    margin-bottom: 0;
    margin-top: -30px;
}

.ust_menu a {
    display: block; /* float: left; */
    text-align: center;
    border: 1px solid #ede5da;
    height: 90px;
}

.ust_menu a b {
    display: block;
    font-size: 17px;
    color: #000;
    text-transform: uppercase;
    margin-top: 30px;
}

.ust_menu a:hover, .ust_menu .active {
    background: #f4deaa;
    border: 1px solid #f1dca7;
}


.pageYazi h2 {
    margin: 20px 0
}


.whatsapp {
    width: 100% !important;
    background: #2cb240 !important;
}


.pageYazi ol > li {
    margin: 0;
    padding: 0 0 0 2em;
    text-indent: -2em;
    list-style-type: none;
    counter-increment: item;
    margin-bottom: 20px;
    line-height: 23px;
    text-align: left;
}

.pageYazi ol > li:before {
    display: inline-block;
    width: 1.5em;
    padding-right: 0.5em;
    font-weight: bold;
    text-align: right;
    content: counter(item) ".";
}


.urunGorsel:hover .buyut {
    opacity: 1 !important;
}


.buyut {
    -webkit-transtion: all 0.5s;
    position: absolute;
    opacity: 0 !important;
    right: 0;
    top: 0;
    z-index: 999;
    background: #c21729b8;
    width: 75%;
    height: 100%;
    text-align: center;
    padding-top: 40%;
    color: #fff !important;
    font-size: 60px;
}


@media (min-width: 576px) {
    .modal-dialog {
        max-width: 610px;
        margin: 1.75rem auto;
    }

}


.btnnn {
    border: 1px solid #26b4a5;
    padding: 11px;
    position: relative;
    top: 6px;
    background: #26b4a5;
    border-radius: 60px;
    color: #fff !important;
    text-transform: uppercase;
}


.btnnn:hover {
    background: #333;
    color: #fff;
    border-color: #333;
}


.animate-border {
    position: relative;
    display: block;
    width: 115px;
    height: 3px;
    background: #007bff;
}

.animate-border:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 3px;
    left: 0;
    bottom: 0;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    -webkit-animation: animborder 2s linear infinite;
    animation: animborder 2s linear infinite;
}

@-webkit-keyframes animborder {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}

@keyframes animborder {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}

.animate-border.border-white:after {
    border-color: #fff;
}

.animate-border.border-yellow:after {
    border-color: #F5B02E;
}

.animate-border.border-orange:after {
    border-right-color: #007bff;
    border-left-color: #007bff;
}

.animate-border.border-ash:after {
    border-right-color: #EEF0EF;
    border-left-color: #EEF0EF;
}

.animate-border.border-offwhite:after {
    border-right-color: #F7F9F8;
    border-left-color: #F7F9F8;
}

/* Animated heading border */
@keyframes primary-short {
    0% {
        width: 15%;
    }
    50% {
        width: 90%;
    }
    100% {
        width: 10%;
    }
}

@keyframes primary-long {
    0% {
        width: 80%;
    }
    50% {
        width: 0%;
    }
    100% {
        width: 80%;
    }
}

.dk-footer {
    padding: 75px 0 0;
    background-color: #15365a;
    position: relative;
    z-index: 2;
}

.dk-footer .contact-us {
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 80px;
}

.dk-footer .contact-us .contact-info {
    margin-left: 50px;
}

.dk-footer .contact-us.contact-us-last {
    margin-left: -80px;
}

.dk-footer .contact-icon i {
    font-size: 24px;
    top: -15px;
    position: relative;
    color: #007bff;
}

.dk-footer-box-info {
    position: absolute;
    top: -122px;
    background: #202020;
    padding: 40px;
    z-index: 2;
    padding-top: 100px;
}

.dk-footer-box-info .footer-social-link h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 25px;
}

.dk-footer-box-info .footer-social-link ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.dk-footer-box-info .footer-social-link li {
    display: inline-block;
}

.dk-footer-box-info .footer-social-link a i {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background: #000;
    margin-right: 5px;
    color: #fff;
}

.dk-footer-box-info .footer-social-link a i.fa-facebook {
    background-color: #3B5998;
}

.dk-footer-box-info .footer-social-link a i.fa-twitter {
    background-color: #55ACEE;
}

.dk-footer-box-info .footer-social-link a i.fa-google-plus {
    background-color: #DD4B39;
}

.dk-footer-box-info .footer-social-link a i.fa-linkedin {
    background-color: #0976B4;
}

.dk-footer-box-info .footer-social-link a i.fa-instagram {
    background-color: #B7242A;
}

.footer-awarad {
    margin-top: 285px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-awarad p {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-left: 20px;
    padding-top: 15px;
}

.footer-info-text {
    margin: 26px 0 32px;
    color: #fff;
}

.footer-left-widget {
    padding-left: 80px;
}

.footer-widget .section-heading {
    margin-bottom: 35px;
}

.footer-widget h3 {
    font-size: 24px;
    color: #fff;
    position: relative;
    margin-bottom: 15px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.footer-widget ul {
    width: 100%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-widget li {
    margin-bottom: 18px;
}

.footer-widget p {
    margin-bottom: 27px;
    color: #fff;
}

.footer-widget a {
    color: #ffffff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.footer-widget a:hover {
    color: #007bff;
}

.footer-widget:after {
    content: "";
    display: block;
    clear: both;
}

.dk-footer-form {
    position: relative;
}

.dk-footer-form input[type=email] {
    padding: 14px 28px;
    border-radius: 50px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    height: 50px;
}

.dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::-webkit-input-placeholder {
    color: #878787;
    font-size: 14px;
}

.dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::placeholder {
    color: #878787;
    font-size: 14px;
}

.dk-footer-form button[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 24px 12px 17px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 1px solid #007bff;
    background: #007bff;
    color: #fff;
}

.dk-footer-form button:hover {
    cursor: pointer;
}

/* ==========================

    Contact

=============================*/
.contact-us {
    position: relative;
    z-index: 2;
    margin-top: 65px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-icon {
    position: absolute;
}

.contact-icon i {
    font-size: 36px;
    top: -5px;
    position: relative;
    color: #007bff;
}

.contact-info {
    margin-left: 75px;
    color: #fff;
}

.contact-info h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
}

.copyright {
    padding: 28px 0;
    margin-top: 55px;
    background-color: #061627;
}

.copyright span,
.copyright a {
    color: #878787;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.copyright a:hover {
    color: #007bff;
}

.copyright-menu ul {
    text-align: right;
    margin: 0;
}

.copyright-menu li {
    display: inline-block;
    padding-left: 20px;
}

.back-to-top {
    position: relative;
    z-index: 2;
}

.back-to-top .btn-dark {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #2e2e2e;
    border-color: #2e2e2e;
    display: none;
    z-index: 999;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.back-to-top .btn-dark:hover {
    cursor: pointer;
    background: #FA6742;
    border-color: #FA6742;
}


.headerTop .pull-left {
    margin-left: 0;
}

.yol_tarifleri {
    width: 100% !important;
}

.yol_tarifi {
    display: inline-block !important;
    border: 1px solid #fff;
    text-align: center;
    padding: 10px 7px;
    margin-top: 0;
    border-radius: 100px;
    font-size: 13px;
    float: left;
    float: left;
    margin-right: 9px;
    width: 47%;
}

.yol_tarifi:hover {
    background: #05298d;
    border-color: #05298d;
    color: #fff !important;
}


.loop-wrapper {
    margin: 0 auto;
    position: relative;
    display: block;
    width: 100%;
    height: 150px;
    overflow: hidden;
    /* border-bottom: 3px solid #fff; */
    color: #fff;
}

.mountain {
    position: absolute;
    right: -900px;
    bottom: -20px;
    width: 2px;
    height: 2px;
    box-shadow: 0 0 0 50px #4DB6AC,
    60px 50px 0 70px #4DB6AC,
    90px 90px 0 50px #4DB6AC,
    250px 250px 0 50px #4DB6AC,
    290px 320px 0 50px #4DB6AC,
    320px 400px 0 50px #4DB6AC;
    transform: rotate(130deg);
    animation: mtn 20s linear infinite;
}

.hill {
    position: absolute;
    right: -900px;
    bottom: -50px;
    width: 400px;
    border-radius: 50%;
    height: 20px;
    box-shadow: 0 0 0 50px #4DB6AC,
    -20px 0 0 20px #4DB6AC,
    -90px 0 0 50px #4DB6AC,
    250px 0 0 50px #4DB6AC,
    290px 0 0 50px #4DB6AC,
    620px 0 0 50px #4DB6AC;
    animation: hill 4s 2s linear infinite;
}

.tree, .tree:nth-child(2), .tree:nth-child(3) {
    position: absolute;
    height: 100px;
    width: 35px;
    bottom: 0;
    background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/130015/tree.svg) no-repeat;
}

.rock {
    margin-top: -17%;
    height: 2%;
    width: 2%;
    bottom: -2px;
    border-radius: 20px;
    position: absolute;
    background: #ddd;
}

.truck, .wheels {
    transition: all ease;
    width: 85px;
    margin-right: -60px;
    bottom: 0px;
    right: 50%;
    position: absolute;
    background: #eee;
}

.truck {
    background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/130015/truck.svg) no-repeat;
    background-size: contain;
    height: 60px;
}

.truck:before {
    content: " ";
    position: absolute;
    width: 25px;
    box-shadow: -30px 28px 0 1.5px #fff,
    -35px 18px 0 1.5px #fff;
}

.wheels {
    background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/130015/wheels.svg) no-repeat;
    height: 15px;
    margin-bottom: 0;
}

.tree {
    animation: tree 3s 0.000s linear infinite;
}

.tree:nth-child(2) {
    animation: tree2 2s 0.150s linear infinite;
}

.tree:nth-child(3) {
    animation: tree3 8s 0.050s linear infinite;
}

.rock {
    animation: rock 4s -0.530s linear infinite;
}

.truck {
    animation: truck 4s 0.080s ease infinite;
}

.wheels {
    animation: truck 4s 0.001s ease infinite;
}

.truck:before {
    animation: wind 1.5s 0.000s ease infinite;
}


@keyframes tree {
    0% {
        transform: translate(1350px);
    }
    50% {
    }
    100% {
        transform: translate(-50px);
    }
}

@keyframes tree2 {
    0% {
        transform: translate(650px);
    }
    50% {
    }
    100% {
        transform: translate(-50px);
    }
}

@keyframes tree3 {
    0% {
        transform: translate(2750px);
    }
    50% {
    }
    100% {
        transform: translate(-50px);
    }
}

@keyframes rock {
    0% {
        right: -200px;
    }
    100% {
        right: 2000px;
    }
}

@keyframes truck {
    0% {
    }
    6% {
        transform: translateY(0px);
    }
    7% {
        transform: translateY(-6px);
    }
    9% {
        transform: translateY(0px);
    }
    10% {
        transform: translateY(-1px);
    }
    11% {
        transform: translateY(0px);
    }
    100% {
    }
}

@keyframes wind {
    0% {
    }
    50% {
        transform: translateY(3px)
    }
    100% {
    }
}

@keyframes mtn {
    100% {
        transform: translateX(-2000px) rotate(130deg);
    }
}

@keyframes hill {
    100% {
        transform: translateX(-2000px);
    }
}


.truckx {
    background: #039688;
    padding: 00;
}


.ust_header {
    position: absolute;
    width: 100%;
    z-index: 99;
    /* height: 400px; */
    /* background: red; */
    background: rgb(10, 37, 66);
    background: linear-gradient(180deg, rgba(10, 37, 66, 1) 0%, rgba(5, 73, 110, 0) 96%);
}

.main {
    border-top: 1px solid #ffffff2e;
}


.tasimacilik_alanlari h3 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 35px;
    margin-bottom: 30px;
    font-style: normal;
    visibility: visible;
    text-align: center;
    box-sizing: border-box;
    line-height: 1.2;
    margin-top: 0px;
    /* font-family: 'Bebas Neue', cursive; */
    color: #15365a;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 39px;
    letter-spacing: 0;
    font-family: 'Bebas Neue', cursive;
    text-align: left;
}

.tasimacilik_alanlari p {
    line-height: 27px;
    text-align: left;
    margin-bottom: 20px;
    font-weight: 400;
}


.slider_ic {
    padding-top: 0;
    padding-bottom: 0;
}


.iletisimx h2 {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 10px;
}


.diller {
    margin-top: 7px;
    border-left: 1px solid #5b6368;
    padding-left: 11px;
}

.diller li {
    margin-right: 0 !important;
    margin-left: 6px !important;
}

.headerTop .diller li a {
    color: #000 !important;
    margin-right: 0 !important;
    font-size: 14px;
    background: #ffffff;
    padding: 2px !important;
    border-radius: 110px;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-weight: 900 !important;
}


.boxx ul li {
    list-style: none;
    display: inline-block;
    margin: 0;
    width: 32%;
    margin-bottom: 50px;
    margin-left: 0.5%;
    margin-right: 0.5%;
}

.boxx .img-box {
    width: 100%;
    height: 340px;
    background: url('../images/logo2.png') no-repeat #0d2946;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    position: relative;
    background-size: 280px;
    background-position: center 230px;
}

.boxx .img {
    background-image: url('../images/guvenlik.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    width: 100%;
    height: 99.94%;
    position: absolute;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.boxx .img.active {
    width: 100%;
    height: 50%;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.boxx .headline {
    width: 58%;
    height: 50%;
    position: absolute;
    -webkit-transform: translate(210%, 0px);
    -ms-transform: translate(210%, 0px);
    -o-transform: translate(210%, 0px);
    transform: translate(210%, 0px);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    /* margin-right: 30px !important; */
}

.boxx .headline.active {
    -webkit-transform: translate(110%, 0px);
    -ms-transform: translate(110%, 0px);
    -o-transform: translate(110%, 0px);
    transform: translate(110%, 0px);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.boxx .headline h2 {
    /* font-family: 'Lato'; */
    font-weight: 300;
    color: #fff;
    font-size: 1.7em;
    width: 80%;
    margin-top: 20px;
    font-weight: bold;
    margin-right: 30px !important;
    position: relative;
    right: 70px;
    line-height: 40px;
    font-size: 30px;
}

.boxx .text {
    width: 100%;
    height: 50%;
    background-color: #ECECEC;
    display: block;
    margin-top: 100%;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 999;
    position: relative;
}

.boxx .text.active {
    margin-top: 50%;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.boxx .text p {

    font-weight: 400;
    color: #333;
    font-size: 1em;
    width: 80%;
    margin: 10px auto;
    padding-top: 20px;
}

.boxx .text a {
    text-decoration: none;

    font-weight: 700;
    width: 80%;
    margin-left: 10%;
    color: #444;
}


.search-lang .dropbtn {
    background-color: transparent;
    color: #000;
    padding: 4px 10px;
    font-size: 12px;
    border: none;
    border-radius: 110px;
    background: #ffffff;
    font-weight: bold;
    border: 1px solid #d0d0d0;
}

.search-lang .dropdown {
    position: relative;
    display: inline-block;
    float: right;
}

.search-lang .dropdown:hover .dropdown-content {
    display: block;
}

.search-lang .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 134px;
    z-index: 9999999;
    transition: 1s;
}

.search-lang .dropdown-content a {
    color: #666666;
    padding: 4px 15px;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
}

.search-lang .dropdown-content a:hover {
    background-color: #ddd;
}


.aremex img {
    width: 115px;
}


.aremex {
    background: #dc291e;
    padding: 10px;
    position: relative;
    top: -10px;
    right: 10px;
}


.kurumsal h2 small {
    display: block;
    font-weight: 200
}

.kurumsal h2 {
    margin-bottom: 20px;
    font-weight: 900;
    color: #0d2946;
    margin-top: 25px;
}

.kurumsal p {
    font-weight: 500;
    line-height: 26px;
    text-align: justify;
}

.buton {
    background: #039688;
    padding: 10px;
    display: inline-block;
    margin-top: 20px;
    border-radius: 10px;
    padding: 10px 20px;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 200;
}


.kurumsal h1 {
    font-family: 'Bebas Neue', cursive;
    font-size: 80px;
    color: #940006;
}

.kurumsal h1 small { /* font-family: 'Yellowtail', cursive; */
    font-size: 36px; /* font-family: 'Dancing Script', cursive; */
    position: relative;
    top: -10px;
    color: #940006;
}

.hizmet_box {
    margin-bottom: -150px;
}

.urunler .urun {
    -webkit-transition: all 0.9s;


}


.urunler .urun:before {

    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;

    background: rgb(18 64 113);
    background: linear-gradient(180deg, rgba(21, 54, 90, 0) 0%, rgb(9 34 62) 111%);
    top: 0;
    bottom: 0;
    z-index: 9;
    -webkit-transition: all 0.9s;
}

.urunler .urun:hover:before {
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.007440476190476164) 0%, rgba(0, 0, 0, 1) 111%);
    -webkit-transition: all 0.9s;
}


.hizmet_box .col-md-4 {
    padding: 6px;
}