@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;800;900&display=swap');

:root{
    --main-color: #b4692f;
    --text-color: #777777;
    --text-white: #ffffff;
    --text-black: #000000;
    --color-whatsapp: #25d366;
    --color-phone: #00ced1;
    --color-eposta: #000000;
    --color-facebook: #3b5998;
    --color-twitter: #00aced;
    --color-instagram: #dd2a7b;
    --color-pinterest: #cb2027;
    --color-linkedin: #007bb5;
    --color-youtube: #bb0000;
    --color-telegram: #0088cc;
    --color-grey: #e5e5e5;
    --bg-white: #ffffff;
    --d: 2500ms;
	--angle: 30deg;
	--gradX: 100%;
	--gradY: 50%;
	--c1: rgba(255,140,8, 1);
	--c2: rgba(255,140,8, 0.1);
}

*{
    margin:0px;
    padding:0px;
    border:none;
    outline:none;
    font-size: 100%;
}

 html {
    margin: 0px;
    padding: 0px;
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-font-smoothing: antialiased;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    line-height: 27px;
    color: var(--text-white);
    font-weight:400;
    background: var(--bg-white);
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: 'Poppins', sans-serif;
    font-display:fallback;
    background: rgb(56,62,66);
    background: radial-gradient(circle, rgba(56,62,66,1) 0%, rgba(101,106,110,1) 100%);
}

a{
    text-decoration:none;
    cursor:pointer;
}

a:hover,
a:focus,
a:visited{
    text-decoration:none;
    outline:none;
}

button {
    border: none;
    outline: none;
}

.navbar-padding {
    padding-top: 25px;
    padding-bottom: 25px;
    background: rgb(56,62,66);
    background: radial-gradient(circle, rgba(56,62,66,1) 0%, rgba(101,106,110,1) 100%);
}

.navbar-brand {
    font-size: 38px;
    color: var(--text-white);
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

.navbar-brand span {
    font-weight: bolder;
    color: var(--text-white);
}

.navbar-brand .ince {
    font-weight: 500;
}

.navbar-brand .alt {
    font-weight: 300;
    font-size: 17px;
    letter-spacing: 1px;
}

.navbar-brand a {
    color: var(--text-white);
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 0px 5px;
    color: var(--dark);
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--text-black);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar button {
    border: none;
    outline: none;
}

.navbar-toggler {
    border: none;
    outline: none;
}

.navbar-toggler i {
    color: var(--text-white);
    outline: none;
    border: none;
}

.btn-siparis button span {
    font-weight: bolder;
}

.btn-siparis button {
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: var(--color-whatsapp);
    color: var(--text-white);
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
    border: none;
    outline: none;
}

.btn-siparis button i {
    margin-right: 15px;
    font-size: 20px;
}

@media (max-width: 991.98px) {

    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.slider {
    background-image: url(../images/slider.png);
    background-size: cover;
    background-position: top;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 700px;
    color: var(--text-white);
}

.slider h1 {
    font-weight: bolder;
    text-shadow: 3px 4px 7px rgba(81,67,21,0.8);
    font-size: 56px;
}

.slider h2 {
    font-size: 32px;
    text-shadow: 3px 4px 7px rgba(81,67,21,0.8);
    margin-bottom: -5px;
}

.slider span {
    font-weight: bolder;
}

.slider p {
    margin-top: 25px;
    text-shadow: 3px 4px 7px rgba(81,67,21,0.8);
}

.slider button {
    margin: 0 auto;
    margin-top: 25px;
    padding: 10px;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-whatsapp);
    color: var(--text-white);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.slider button i {
    margin-right: 15px;
    font-size: 24px;
}

.title-hr {
    width: 100px;
    border-bottom: 5px solid var(--main-color);
    display: inline-flex;
    opacity: 1;
    margin-bottom: 50px;
}

.title-h2 {
    width: 100px;
    border-bottom: 3px solid var(--main-color);
    display: inline-flex;
    opacity: 1;
}

.hakkimizda {
    margin-top: 30px;
}

.hakkimizda h3 {
    text-align: center;
}

.hakkimizda img {
    width: 95%;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
    border-radius: 25px;
}

.urunlerimiz {
    padding-top: 100px;
    margin-bottom: 100px;
}

.cesit {
    background: rgb(180,105,47);
    background: linear-gradient(90deg, rgba(180,105,47,1) 0%, rgba(224,153,98,1) 100%);
    color: white;
    padding: 25px;
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 15px;
    text-align: center;
}

.cesit:hover {
    background: var(--main-color);
}

.cesit-image {
    margin: 0 auto;
    background-color: var(--text-white);
    border-radius: 100px;
    padding: 25px;
    width: 150px;
    height: 150px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cesit h4 {
    margin-bottom: 25px;
}

.cesit hr {
    margin: 0 auto;
    width: 80px;
    border: 1px solid white;
    opacity: 1;
    margin-bottom: 25px;
}

.cesit button {
    background-color: var(--text-white);
    border: none;
    outline: none;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 25px;
}

/* 
    ============================================
        -----> LIGHTBOX CSS BAŞLANGIÇ <-----
    ============================================
*/

.tab-panel {
    margin-bottom: 100px;
}

.tab-panel img {
    border-radius: 10px;
}

.tab-panel .item {
    margin-top: 15px;
}

.lb-loader , .lightbox {
    text-align:center;
    line-height:0;
}

.lb-dataContainer:after , .lb-outerContainer:after {
    content:"";
    clear:both
}


.lightboxOverlay {
    position:absolute;
    top:0;
    left:0;
    z-index:9999;
    background-color:#000;
    filter:alpha(Opacity=80);
    opacity:.8;display:none
}

.lightbox {
    position:absolute;
    left:0;
    width:100%;
    z-index:10000;
    font-weight:400
}

.lightbox .lb-image {
    display:block;
    height:auto;
    max-width:inherit;
    border-radius:0px;
    border: 0px;
}

.lightbox a img{ 
    border:none;
}

.lb-outerContainer {
    position:relative;
    background-color:#fff;
    width:250px;
    height:250px;
    margin:0 auto;
}

.lb-loader , .lb-nav {
    position:absolute;
    left:0
}

.lb-outerContainer:after {
    display:table
}

.lb-container {
    padding:0px
}

.lb-loader {
    top:43%;
    height:25%;
    width:100%
}

.lb-cancel {
    display:block;
    width:32px;
    height:32px;
    margin:0 auto;
    background:url(../images/other/loader.svg) no-repeat
}

.lb-nav {
    top:0;
    height:100%;
    width:100%;
    z-index:10
}

.lb-container>.nav {
    left:0
}

.lb-nav a {
    outline:0;
    background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next , .lb-prev {
    height:100%;
    cursor:pointer;
    display:block
}

.lb-nav a.lb-prev {
    width:34%;
    left:0;
    float:left;
    background:url(../images/other/prev.png) left 48% no-repeat;
    filter:alpha(Opacity=0);
    opacity:0;
    -webkit-transition:opacity .6s;
    -moz-transition:opacity .6s;
    -o-transition:opacity .6s;
    transition:opacity .6s
}

.lb-nav a.lb-prev:hover {
    filter:alpha(Opacity=100);
    opacity:1
}

.lb-nav a.lb-next {
    width:64%;
    right:0;
    float:right;
    background:url(../images/other/next.png) right 48% no-repeat;
    filter:alpha(Opacity=0);
    opacity:0;
    -webkit-transition:opacity .6s;
    -moz-transition:opacity .6s;
    -o-transition:opacity .6s;
    transition:opacity .6s
}

.lb-nav a.lb-next:hover {
    filter:alpha(Opacity=100);
    opacity:1
}

.lb-dataContainer {
    margin:0 auto;
    padding-top:5px;
    width:100%;
}

.lb-dataContainer:after {
    display:table
}

.lb-data {
    padding:0 4px;
    color:#ccc
}

.lb-data .lb-details {
    width:85%;
    float:left;
    text-align:left;
    line-height:1.1em
}

.lb-data .lb-caption {
    font-size:13px;
    font-weight:700;
    line-height:1em
}

.lb-data .lb-number {
    display:block;
    clear:left;
    padding-bottom:1em;
    font-size:12px;
    color:#999
}

.lb-data .lb-close {
    display:block;
    float:right;
    width:30px;
    height:30px;
    background:url(../images/other/close.png) top right no-repeat;
    text-align:right;
    outline:0;
    filter:alpha(Opacity=70);
    opacity:.7;
    -webkit-transition:opacity .2s;
    -moz-transition:opacity .2s;
    -o-transition:opacity .2s;
    transition:opacity .2s
}

.lb-data .lb-close:hover {
    cursor:pointer;
    filter:alpha(Opacity=100);
    opacity:1
}

/* 
    =========================================
        -----> LIGHTBOX CSS BİTİŞ <-----
    =========================================
*/

#iletisim {
    overflow: hidden;
    text-align: center;
}

#iletisim i {
    margin: 0 auto;
    background: rgb(180,105,47);
    background: linear-gradient(90deg, rgba(180,105,47,1) 0%, rgba(224,153,98,1) 100%);
    color: var(--text-white);
    font-size: 28px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 100px;
}

#iletisim a {
    color: var(--text-white);
}

#iletisim p {
    margin-top: 15px;
    margin-bottom: 35px;
    font-weight: 500;
}
.footer {
    background: rgb(56,62,66);
    background: radial-gradient(circle, rgba(56,62,66,1) 0%, rgba(101,106,110,1) 100%);
    color: var(--text-white);
    margin-top: -8px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
}

.mahalleler {

}

.mahalleler button {
    border: 1px dashed white;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 10px;
    color: white;
    transition: 0.5s;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 7px;
    background: none;
}

.mahalleler button:hover {
    background-color: var(--text-white);
    color: var(--text-color);
    border: 1px solid white;
    transition: 0.5s;
}

.carousel-item img {
    height: 700px;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    filter: blur(2px);
}

.carousel-item h1 {
    font-weight: bolder;
    text-shadow: 3px 4px 7px rgba(81,67,21,0.8);
    font-size: 56px;
}

.carousel-item h2 {
    font-size: 32px;
    text-shadow: 3px 4px 7px rgba(81,67,21,0.8);
    margin-bottom: -5px;
}

.carousel-item span {
    font-weight: bolder;
}

.carousel-item p {
    margin-top: 25px;
    text-shadow: 3px 4px 7px rgba(81,67,21,0.8);
}

.carousel-item a button {
    margin: 0 auto;
    margin-top: 25px;
    padding: 10px;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-whatsapp);
    color: var(--text-white);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.carousel-item a button i {
    margin-right: 15px;
    font-size: 24px;
}

.carousel-item .icerik {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 20px;
}

@media (max-width: 600px) {
    .hakkimizda {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hakkimizda img {
        margin-bottom: 25px;
    }

    .hakkimizda h4 {
        text-align: center;
    }

    .carousel-item h1 {
        font-size: 42px;
    }

    .carousel-item h2 {
        margin-bottom: 10px;
        font-size: 22px;
    }

    .carousel-item a button {
        font-size: 12px;
    }
}

.floating_btn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 75px;
  height: 75px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: var(--color-whatsapp);
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}

.top-btn {
    width: 40px;
    height: 40px;
    background-color: var(--main-color);
    color: #fff;
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}