body {font-family: "Poppins", sans-serif; overflow-x: hidden; padding:0;}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%; margin:0; }
textarea:focus, input:focus{outline: none;}
::-webkit-scrollbar {width: 10px;background-color: #fff;border-left: 1px solid #fff;}
::-webkit-scrollbar-thumb {background-color: #000101;}
::-webkit-scrollbar-thumb:hover {background-color: #000101;}


.container { max-width:1400px;}
.ustmenu {width: 100%; min-height: 100px;}
.ustmenu .cizgi { width: 55px; height: 1px; background: #D9B256; position: relative; margin:3.2rem -25px 0 10px; float: right;} 
.ustmenu .sagalan {float: right;padding: 2rem 0 0 0;}
.ustmenu .sagalan .telefon { width:190px; height:38px; float:left; border-radius: 5px; display: flex;justify-content: center;align-items: center; text-align: center; font-size:13px; font-weight:600; color:#040404;  border:1px solid #AAAAAA; margin-left:10px; cursor:pointer;}
.ustmenu .sagalan .telefon:hover { background:#D9B256; border:1px solid #D9B256; color: #fff; transition: all .35s;}
.ustmenu .sagalan .telefon i { margin-right: 7px; font-size: 12px;}
.ustmenu .sagalan .dil { width:38px; height:38px; float:left; border-radius: 5px; display: flex;justify-content: center;align-items: center; text-align: center; font-size:13px; font-weight:600; color:#fff;  margin-left:10px; cursor:pointer; background: #D9B256;}
.ustmenu .sagalan .dil:hover { background:#000; color: #fff; transition: all .35s;}

/* Küçük cihazlar (telefonlar, dikey) */
@media only screen and (max-width: 575px) {
.ustmenu {width: 100%; min-height: 130px;}
.ustmenu .sagalan {float: left;padding: 0.2rem 0 0 0; width:100%;}
.ustmenu .sagalan .telefon { width:100%; height:38px; float:left; border-radius: 3px; display: flex;justify-content: center;align-items: center; text-align: center; font-size:13px; font-weight:600; color:#fff;  background:#D9B256; border:1px solid #D9B256; margin-left:0;}
.ustmenu .sagalan .dil { width:38px; height:38px; float:left; border-radius: 5px; display: flex;justify-content: center;align-items: center; text-align: center; font-size:13px; font-weight:600; color:#fff;  margin-left:10px; cursor:pointer; background: #D9B256; display: none;}
.ustmenu .cizgi { display: none;}
}
/* Orta cihazlar (tabletler) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ustmenu {width: 100%; min-height: 120px;}
.ustmenu .sagalan {float: left;padding: 0.2rem 0 0 0; width:100%;}
.ustmenu .sagalan .telefon { width:100%; height:38px; float:left; border-radius: 3px; display: flex;justify-content: center;align-items: center; text-align: center; font-size:13px; font-weight:600; color:#fff;  background:#D9B256; border:1px solid #D9B256; margin-left:0;}
.ustmenu .cizgi { display: none;}
}
/* Büyük cihazlar (küçük laptoplar, büyük tabletler) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ustmenu .sagalan {float: right;padding: 1.9rem 0 0 0; margin-right:50px;}

}
/* Ekstra büyük cihazlar (masaüstü monitörleri) */
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
}



.anasayfahakkimizda { width: 100%; display: table; padding: 130px 0 130px 0; background: url("../img/genel/hakkimizdabg.jpg") no-repeat top 170px left 50px}
.anasayfahakkimizda .hakkimizdayazi { width: 100%; float: left; padding-top: 20px;}
.anasayfahakkimizda .hakkimizdayazi h3 { width: 100%; float: left; font-size: 15px; color: #D9B256; padding-bottom: 10px;}
.anasayfahakkimizda .hakkimizdayazi h2 { width: 100%; float: left; font-size: 36px; color: #23262d; padding-bottom: 20px;}
.anasayfahakkimizda .hakkimizdayazi p { width: 100%; float: left; font-size: 14px; color: #333A41; line-height: 24px;}

.anasayfahakkimizda .hakkimizdaresim { width: 100%; float: left;}
.anasayfahakkimizda .hakkimizdaresim img { border-radius: 5px;}


.anasayfaurungrup { width: 100%; display: table; background: url("../img/genel/urungrupbg.jpg") no-repeat center top; padding: 115px 0 115px 0; float: left;}

.anasayfaurungrup .urungrupkutub { width: 100%; float: left; padding: 10px;}
.anasayfaurungrup .urungrupkutub .ic { width: 100%; max-height: 300px; overflow: hidden;}
.anasayfaurungrup .urungrupkutub .ic .baslikgenel { width: 50%; min-height: 80px; background: #000; background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%); position: absolute; bottom: 14%; display: flex; justify-content: center; align-items: left; flex-direction: column; text-align: left; padding: 0 0 0 5%;}
.anasayfaurungrup .urungrupkutub .ic .baslikgenel h3 { width: 100%; color: #fff; font-size: 26px; font-weight: 500; }
.anasayfaurungrup .urungrupkutub .ic .baslikgenel .cizgi { width: 55px; height: 1px; background: #D9B256;}
.anasayfaurungrup .urungrupkutub .ic img { border-radius: 5px;}
.anasayfaurungrup .urungrupkutub .ic:hover .baslikgenel h3 { width: 100%; color: #D9B256; font-size: 26px; font-weight: 500; transition: all .35s;}


.anasayfaurungrup .urungrupkutuk { width: 100%; float: left; padding: 10px;}
.anasayfaurungrup .urungrupkutuk .ic { width: 100%; max-height: 300px; overflow: hidden;}
.anasayfaurungrup .urungrupkutuk .ic .baslikgenel { width: 50%; min-height: 80px; background: #000; background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%); position: absolute; bottom: 14%; display: flex; justify-content: center; align-items: left; flex-direction: column; text-align: left; padding: 0 0 0 5%;}
.anasayfaurungrup .urungrupkutuk .ic .baslikgenel h3 { width: 100%; color: #fff; font-size: 26px; font-weight: 500; }
.anasayfaurungrup .urungrupkutuk .ic .baslikgenel .cizgi { width: 55px; height: 1px; background: #D9B256;}
.anasayfaurungrup .urungrupkutuk .ic img { border-radius: 5px;}
.anasayfaurungrup .urungrupkutuk .ic:hover .baslikgenel h3 { width: 100%; color: #D9B256; font-size: 26px; font-weight: 500;transition: all .35s; }



.anasayfahizmet { width: 100%; display: table; padding: 95px 0 100px 0;}
.anasayfahizmet h3 { width: 100%; float: left; font-size: 15px; color: #D9B256; padding-bottom: 10px;}
.anasayfahizmet h2 { width: 100%; float: left; font-size: 36px; color: #23262d; padding-bottom: 50px;}
.anasayfahizmet .hizmetkutu { width: 100%; float: left; padding: 10px;}
.anasayfahizmet .hizmetkutu .ic { width: 100%; min-height: 140px; background: #F4F4F4; border-radius: 5px; display: flex;justify-content: center;align-items: center;text-align: left;  padding: 10px;  color: #23262d;}
.anasayfahizmet .hizmetkutu .ic:hover { color: #fff; background: #23262d; transition: all .35s;}
.anasayfahizmet .hizmetkutu .ic .ikonbg { width: 25%; min-height: 110px; background: #D9B256; border-radius: 5px; float: left; display: flex;justify-content: center;align-items: center;flex-direction: column;text-align: center;}
.anasayfahizmet .hizmetkutu .ic .yazialan { width: 70%; min-height: 110px; float: left; margin-left: 3%;}
.anasayfahizmet .hizmetkutu .ic h4 { width: 100%; float: left; font-size: 18px; padding-bottom: 10px; padding-top: 5px;}
.anasayfahizmet .hizmetkutu .ic p { width: 100%; float: left; font-size: 12px;}


.altbilgi { width: 100%; padding: 80px 0 0 0; display: table; background: url("../img/genel/altbg.jpg") no-repeat center top;}
.altiblgi .logoalan { width: 100%; float: left;}
.altbilgi .altalan { width: 100%; float: left; padding: 55px 0 50px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
.altbilgi .altalan .menualan { float: left;}
.altbilgi .altalan .menualan .menuliste { float: left; color: #fff; font-size:14px; color: #fff; font-weight: 600; margin-right: 10px;}
.altbilgi .altalan .sosyalalan { float: right;}
.altbilgi .altalan .sosyalalan .sosyalikon { width: 33px; height: 33px; border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 2px; display: flex;justify-content: center;align-items: center;flex-direction: column;text-align: center; color: #fff; font-size: 12px; float: left; margin-left: 5px;}


.altbilgi .footeralan { width: 100%; padding: 20px 0 20px 0; display: table;}
.altbilgi .footeralan .copyright { float:left; font-size:13px; color: #fff;}
.altbilgi .footeralan .yedirenk { float:right; font-size:13px; color:#fff;}
.altbilgi .footeralan .yedirenk a {color:#fff; text-decoration:none;}




.icsayfaust { width:100%; min-height:250px; background:url("../img/genel/icsayfaust.jpg") no-repeat center top; padding:6rem 0 0 0;}
.icsayfaust h1 { width:100%; font-size:20px; color:#fff; text-align:center;}
.icsayfaust p { width:100%; font-size:13px; color:#fff; text-align:center;}
.icsayfaust p a {color:#fff;}


.icsayfa { width:100%; display:table; margin:50px 0 50px 0;}

.icsayfa .hakkimizdayazi { width: 100%; float: left; padding-top: 20px;}
.icsayfa .hakkimizdayazi h3 { width: 100%; float: left; font-size: 15px; color: #D9B256; padding-bottom: 10px;}
.icsayfa .hakkimizdayazi h2 { width: 100%; float: left; font-size: 36px; color: #23262d; padding-bottom: 20px;}
.icsayfa .hakkimizdayazi p { width: 100%; float: left; font-size: 14px; color: #333A41; line-height: 24px;}
.icsayfa .hakkimizdaresim { width: 100%; float: left;}
.icsayfa .hakkimizdaresim img { border-radius: 5px;}


.icsayfa .urunliste { width: 100%; float: left; padding: 10px;}
.icsayfa .urunliste .ic { width: 100%; background: #f4f4f4; border: 1px solid #f4f4f4; border-radius: 5px; padding: 15px;  display: table;}
.icsayfa .urunliste .ic:hover { background: #fff; border: 1px solid #f4f4f4; transition: all .35s;}
.icsayfa .urunliste .ic img { border-radius: 5px;}
.icsayfa .urunliste .ic h3 { width: 100%; float:left; font-size: 18px; padding: 20px 0 5px 0;}
.icsayfa .urunliste .ic .cizgi { width: 55px; height: 1px; background: #D9B256; float: left; margin-bottom: 5px;}
.icsayfa .kategoriyazi { width: 100%; float: left; font-size: 14px; color: #23262d; margin-top: 40px; padding: 20px 10px 10px 10px; border-top: 1px solid #f4f4f4;}

.icsayfa .detaysol { width: 100%; float: left; padding: 5px;}
.icsayfa .detaysol .resimliste { width: 100%; float: left; padding: 10px;}
.icsayfa .detaysol .resimliste img { border-radius: 5px;}

.icsayfa .detaysag { width: 100%; float: left; padding: 15px;}
.icsayfa .detaysag .ic { width: 100%; min-height: 300px; background: #f4f4f4; border-radius: 5px; padding: 25px 15px 25px 15px; display: table;}
.icsayfa .detaysag .ic .kategoribaslik { width: 100%; float:left; font-size: 18px; padding: 5px 0 5px 0; font-weight: 600; color: #23262d;}
.icsayfa .detaysag .ic .cizgi { width: 55px; height: 1px; background: #D9B256; float: left; margin-bottom: 25px;}

.icsayfa .detaysag .ic .detaymenuliste { width: 100%; float: left; font-size: 14px; color: #23262d; font-weight: 500; border-bottom: 1px solid #ccc; padding-bottom: 8px; margin-bottom: 8px;}
.icsayfa .detaysag .ic .detaymenuliste a {color: #23262d;}
.icsayfa .detaysag .ic .detaymenuliste i { margin-right: 3px; font-size: 12px;}
.icsayfa .detaysag .ic .detaymenuliste:hover {color: #D9B256; border-bottom: 1px solid #D9B256; transition: all .35s;}


.icsayfa .detayaciklama { width: 100%; float: left; font-size: 14px; color: #23262d; margin-top: 40px; padding: 20px 10px 10px 10px; border-top: 1px solid #f4f4f4;}


.icsayfa .projeliste { width: 100%; float: left; padding: 10px;}
.icsayfa .projeliste .ic { width: 100%; background: #f4f4f4; border: 1px solid #f4f4f4; border-radius: 5px; padding: 15px;  display: table;}
.icsayfa .projeliste .ic:hover { background: #fff; border: 1px solid #f4f4f4; transition: all .35s;}
.icsayfa .projeliste .ic img { border-radius: 5px;}
.icsayfa .projeliste .ic h3 { width: 100%; float:left; font-size: 16px; padding: 20px 0 5px 0; color: #23262d;}
.icsayfa .projeliste .ic .cizgi { width: 55px; height: 1px; background: #D9B256; float: left; margin-bottom: 5px;}


.icsayfa .projedetayyazi { width: 100%; float: left; font-size: 14px; color: #23262d; margin-top: 40px; padding: 20px 10px 10px 10px; border-top: 1px solid #f4f4f4;}
.icsayfa .projedetayresimliste { width: 100%; float: left; padding: 10px;}
.icsayfa .projedetayresimliste img { border-radius: 5px;}


.icsayfa .ocakdetayyazi { width: 100%; float: left; font-size: 14px; color: #23262d; margin-top: 40px; padding: 20px 10px 10px 10px; border-top: 1px solid #f4f4f4;}
.icsayfa .ocakresimliste { width: 100%; float: left; padding: 10px;}
.icsayfa .ocakresimliste h3 { width: 100%; float:left; font-size: 16px; padding: 10px 0 5px 0; color: #23262d;}
.icsayfa .ocakresimliste .cizgi { width: 55px; height: 1px; background: #D9B256; float: left; margin-bottom: 5px;}
.icsayfa .ocakresimliste img { border-radius: 5px;}


.icsayfa .referansliste { width: 100%; float: left; padding: 10px;}
.icsayfa .referansliste .ic { width: 100%; background: #fff; border-radius: 5px; padding:0;  display: table; height: 100px; display: flex;justify-content: center;align-items: center;flex-direction: column;text-align: center; filter: grayscale(100%);}
.icsayfa .referansliste .ic img { max-width: 100%; border-radius: 5px;}
.icsayfa .referansliste .ic:hover { transition: all .35s; filter: grayscale(0%);}
.icsayfa .referansyazi { width: 100%; float: left; font-size: 14px; color: #23262d; margin-top: 40px; padding: 20px 10px 10px 10px; border-top: 1px solid #f4f4f4;}


.icsayfa .iletisimyazi { width:100%; font-size:14px; color:#2C3E50; float:left;}
.icsayfa .iletisimharita { width:100%; float:left; }



#header { width: 100%;}
#header:after { content: ""; clear: both; display: block; }
.logo { float: left; padding: 0.6rem 0 0 0; z-index: 1; position: absolute; }
.logo a { display: block; padding: 0; }

/* Responsive ayarlamalar */
@media only screen and (max-width: 575px) {
.logo { float: left; padding: .4rem 0 0 0; width:80%; position: relative;}
.logo img { max-width: 60%; }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.logo { float: left; padding: 15px 0 0 0; position: relative;}
.logo img { max-width: 80%; }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.logo { float: left; padding: 35px 0 0 0;position: relative; }
.logo img { max-width: 90%; }
}

nav { float: right; }
nav > ul { float: left; position: relative; }
nav li { list-style: none; float: left; position: relative; }
nav .dropdown { position: relative; }
nav li a { float: left; padding: 2.5rem 0.4rem 2.5rem 0.4rem; color: #23262d; font-size: 14px; font-weight: 600;}
nav li a i { font-size: 7px; }
nav li a:hover { color: #D9B256; text-decoration: none; transition: all .35s; }
nav li ul.submenu {display: none;position: absolute;left: 0;top: 100%;background: #fff;padding: 20px 0 20px 0; z-index: 10; border-radius: 0px 0px 5px 5px;}
nav li:hover > ul.submenu {display: block;}
nav li ul.submenu .submenu {display: none;position: absolute;left: 100%;top: 0;background: #fff;padding: 10px 0 10px 20px; z-index: 10; border-radius: 0px 5px 5px 0px;}
nav li:hover ul.submenu li:hover > .submenu {display: block;}
nav .dropdown li { white-space: nowrap; }
nav .dropdown li a { padding: 7px 25px; font-size: 13px; min-width: 200px; color: #23262d; font-weight: bold; }
nav .dropdown li a:hover { background: none; border-top: none; color:#D9B256; text-decoration:underline; }

#menu-icon { position: absolute; right: 0; top: 0%; display: none; }
#menu-icon span { border: 2px solid #D9B256; width: 30px; margin-bottom: 5px; display: block; transition: all .1s; }


@media only screen and (max-width: 575px) {
#menu-icon { display: inline; top: 80px; cursor: pointer; right: 1em; }
nav { display: none; width: 100%; clear: both; float: none; max-height: 400px; overflow: auto; padding-top:30px;}
nav ul { float: none; padding: 0 0 30px 0; }
nav li { float: none; border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
nav ul li a { float: none; padding: 8px; display: block; border-bottom:1px solid #f4f4f4; width:100%;}
#header nav ul ul { display: block; position: static; background: none; border: none; padding: 0; }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
#menu-icon { display: inline; top: 60px; cursor: pointer; right: 1em; }
nav { display: none; width: 100%; clear: both; float: none; max-height: 400px; overflow: auto; padding-top:30px;}
nav ul { float: none; padding: 0 0 30px 0; }
nav li { float: none; border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
nav ul li a { float: none; padding: 8px; display: block; border-bottom:1px solid #f4f4f4; width:100%;}
#header nav ul ul { display: block; position: static; background: none; border: none; padding: 0; }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
#menu-icon { display: inline; top: 32px; cursor: pointer; right: 1em; }
nav { display: none; width: 100%; clear: both; float: none; max-height: 400px; overflow: auto; padding-top:30px;}
nav ul { float: none; padding: 0 0 30px 0; }
nav li { float: none; border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
nav ul li a { float: none; padding: 8px; display: block; border-bottom:1px solid #f4f4f4; width:100%;}
#header nav ul ul { display: block; position: static; background: none; border: none; padding: 0; }
}

/* Ekstra büyük cihazlar (masaüstü monitörleri) */
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
#menu-icon { display: none; top: 32px; cursor: pointer; right: 1em; }	
}


.carousel-inner {position: relative;width: 100%;overflow: hidden;margin-left:auto; margin-right:auto;}
.carousel-item {height: 100vh;max-height: 750px;background: no-repeat center center scroll;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;}
.carousel-caption {bottom: 25%;z-index: 2; width:100%; left:0; right:0;}
.carousel-caption h1 { width:100%; text-align:center; font-size:38px; font-weight:400; padding-bottom:10px; color:#fff; }
.carousel-caption p { width:100%; text-align:center; font-size:14px; font-weight:400; padding-bottom:10px; color:#fff; }
.carousel-caption .buton { width:200px; min-height:50px; border-radius: 4px; margin-top:30px; display: flex;justify-content: center;align-items: center;flex-direction: column;text-align: center; color:#fff; font-size:13px; float:left; font-weight:500; border:1px solid #fff;}
.carousel-caption .buton:hover {color:#fff; background:#D9B256; border:1px solid #D9B256; transition: all .35s;}
.carousel-control-prev {position:absolute; left:0em; margin-top:-30%; width:50px; z-index:9;}
.carousel-control-next {position:absolute; right:0; margin-top:-30%; width:50px; z-index:9;}

.carousel-fade .carousel-item {opacity: 0;transition-duration: .6s;transition-property: opacity;}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {opacity: 1;}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {opacity: 0;}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {transform: translateX(0);transform: translate3d(0, 0, 0);}


/* Küçük cihazlar (telefonlar, dikey) */
@media only screen and (max-width: 575px) {
.carousel-item {height: 100vh;max-height: 25vh;background: no-repeat center center scroll;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;}
.carousel-control-prev {position:absolute; left:87em; margin-top:-20%; width:50px; display:none;}
.carousel-control-next {position:absolute; right:0; margin-top:-20%; width:50px; display:none;}
.carousel-caption h1 { width:100%; text-align:center; font-size:16px; font-weight:bold; letter-spacing:0.5px; padding-bottom:10px; color:#fff;}
.carousel-caption p { width:100%; text-align:left; font-size:14px; font-weight:300; letter-spacing:0; color:#fff; letter-spacing:0.5px; display:none;}
.carousel-caption .buton { width:200px; min-height:40px; border:1px solid #fff; border-radius: 4px; margin-top:20px; display: flex;justify-content: center;align-items: center;flex-direction: column;text-align: center; color:#fff; font-size:14px; display:none;}
.carousel-caption {bottom: 10%;z-index: 2; width:100%; left:0; right:0; display:none;}

}


/* Orta cihazlar (tabletler) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
.carousel-item {height: 100vh;max-height: 60vh;background: no-repeat center center scroll;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;}
.carousel-control-prev {position:absolute; left:87em; margin-top:-20%; width:50px; display:none;}
.carousel-control-next {position:absolute; right:0; margin-top:-20%; width:50px; display:none;}
}

/* Büyük cihazlar (küçük laptoplar, büyük tabletler) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.carousel-item {height: 100vh;max-height: 60vh;background: no-repeat center center scroll;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;}
.carousel-control-prev {position:absolute; left:87em; margin-top:-20%; width:50px; display:none;}
.carousel-control-next {position:absolute; right:0; margin-top:-20%; width:50px; display:none;}
}

/* Ekstra büyük cihazlar (masaüstü monitörleri) */
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
}



.slick-slide {margin: 0 0;}
.slick-list {margin: 0px -5px 0px -5px;}

.urunkayan button.slick-next, .urunkayan button.slick-next:hover {position: absolute; right: 1%;width: 40px;height: 40px; top:42%; background:url(../img/genel/sleft.svg) no-repeat center top; border-radius: 5px;}
.urunkayan button.slick-prev, .urunkayan button.slick-prev:hover {position: absolute; left: 1%; z-index: 1;width: 40px; top:42%; height: 40px; background:url(../img/genel/sright.svg) no-repeat center top; border-radius: 5px;}
.urunkayan .slick-prev:before, .slick-next:before {font-size: 70px;color: #EA8496;line-height: inherit;font-weight: bold;}

.slick-slider{position: relative;display: block;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
.slick-list{position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
.slick-list:focus{outline: none;}
.slick-list.dragging{cursor: pointer;cursor: hand;}
.slick-slider .slick-track,
.slick-slider .slick-list{-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.slick-track{position: relative;top: 0;left: 0;display: block;}
.slick-track:before,
.slick-track:after{display: table;content: '';}
.slick-track:after{clear: both;}
.slick-loading .slick-track{visibility: hidden;}
.slick-slide{display: none;float: left;height: 100%;min-height: 1px;}
[dir='rtl'] .slick-slide{float: right;}
.slick-slide img{display: block;}
.slick-slide.slick-loading img{display: none;}
.slick-slide.dragging img{pointer-events: none;}
.slick-initialized .slick-slide{display: block;}
.slick-loading .slick-slide{visibility: hidden;}
.slick-vertical .slick-slide{display: block;height: auto;border: 1px solid transparent;}
.slick-arrow.slick-hidden {display: none;}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list{}
/* Arrows */
.slick-prev,
.slick-next{font-size: 0;line-height: 0;position: absolute;top: 50%;display: block;width: 0;height: 0;margin-top: -10px;padding: 0;cursor: pointer; border: none;outline: none; }
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus{color: transparent;outline: none; }
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before{opacity: 1;}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before{opacity: .25;}
.slick-prev:before,
.slick-next:before{font-family: 'slick';font-size: 20px;line-height: 1;opacity: .75;color: white;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.slick-prev{left: -25px;}
[dir='rtl'] .slick-prev{right: -25px;left: auto;}
.slick-prev:before{content: '';}
[dir='rtl'] .slick-prev:before{content: '';font-weight: bold;font-size: 20px;}
.slick-next{right: -25px;}
[dir='rtl'] .slick-next{right: auto;left: -25px;}
.slick-next:before{content: '';}
[dir='rtl'] .slick-next:before{content: '';}


.slick-dots {display: flex;justify-content: center;margin: 20px;padding: 0 10px;list-style-type: none;}
.slick-dots li {margin: 0 3px 0 3px ;}
.slick-dots button {display: block;width: 35px;height: 8px;padding: 0;border: none; background-color: #333;text-indent: -9999px; border-radius: 2px;}
.slick-dots li.slick-active button {background-color:#F1831D; outline:none; border:none; cursor:pointer;}




.scroll-container {height: 100vh;min-height: 450px;padding: 2rem 1rem;display: flex;align-items: center;box-sizing: border-box;}
.scroll-container:nth-of-type(1) {background-color: #bdd0c4;}
.scroll-container:nth-of-type(2) {background-color: #f5d2d3;}
.scroll-container:nth-of-type(3) {background-color: #9ab7d3;}
.scroll-container:nth-of-type(4) {background-color: #dfccf1;}
.scroll-container:nth-of-type(even) {flex-direction: row-reverse;}
.scroll-element,
.scroll-caption {width: 50%;}
.scroll-element {min-height: 300px;height: 100%;background-color: #eaeaea;}
.scroll-caption {margin: 1rem;}
@media screen and (max-width: 650px) {
.scroll-container,
.scroll-container:nth-of-type(even) {flex-direction: column;align-content: inherit;}
.scroll-element {height: 100%;}
.scroll-element,
.scroll-caption {width: 100%;}
}
.js-scroll {opacity: 0;transition: opacity 500ms;}
.js-scroll.scrolled {opacity: 1;}
.scrolled.fade-in {animation: fade-in 1s ease-in-out both;}
.scrolled.fade-in-bottom {animation: fade-in-bottom 1s ease-in-out both;}
.scrolled.slide-left {animation: slide-in-left 1s ease-in-out both;}
.scrolled.slide-right {animation: slide-in-right 1s ease-in-out both;}
@keyframes slide-in-left {
0% {-webkit-transform: translateX(-100px);transform: translateX(-100px);opacity: 0;}
100% {-webkit-transform: translateX(0);transform: translateX(0);opacity: 1;}
}

@keyframes slide-in-right {
0% {-webkit-transform: translateX(100px);transform: translateX(100px);opacity: 0;}
100% {-webkit-transform: translateX(0);transform: translateX(0);opacity: 1;}
}
@keyframes fade-in-bottom {
0% {-webkit-transform: translateY(50px);transform: translateY(50px);opacity: 0;}
100% {-webkit-transform: translateY(0);transform: translateY(0);opacity: 1;}
}

@keyframes fade-in {
0% {opacity: 0;}
100% {opacity: 1;}
}




.hvr-underline-from-left {display: inline-block;vertical-align: middle;-webkit-transform: perspective(1px) translateZ(0);transform: perspective(1px) translateZ(0);box-shadow: 0 0 1px rgba(0, 0, 0, 0);position: relative;overflow: hidden;}
.hvr-underline-from-left:before {content: "";position: absolute;z-index: -1;left: 0;right: 100%;bottom: 0;background: #D9B256;height: 1px;-webkit-transition-property: right;transition-property: right;-webkit-transition-duration: 0.3s;transition-duration: 0.3s;-webkit-transition-timing-function: ease-out;transition-timing-function: ease-out;}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {right: 0;}





.altwhatsapp { width:180px; height:50px; background:#48a91f; position:fixed; bottom:2%; left:1%; border-radius: 7px; color:#fff; font-size:13px; font-weight:600; display: flex;justify-content: center;align-items: center; text-align: center; padding-top:5px;  z-index:2;}
.altwhatsapp:hover { background:#fff; color:#48a91f; transition: all .35s;}
.altwhatsapp i { font-size:22px; margin-bottom:7px; margin-right:8px;}

/* Özel Modal Stil */
.custom-modal .modal-content {border-radius: 10px;border: none;background: #f8f9fa;box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);}
.custom-modal .modal-body {padding: 20px;}
.custom-modal .list-group-item {border: none;padding: 10px 15px; background:#f8f9fa; color:#3D3E3D; font-size:14px;}
.custom-modal .list-group-item a {color:#3D3E3D;}
.custom-modal .list-group-item:hover {background-color: #e9ecef;}
.custom-modal .btn-secondary {background-color: #343a40;border: none;}

/* Özel Video Modal Stil */
.custom-video-modal .modal-content {
background: rgba(0, 0, 0, 0.9);
border: none;
}
.custom-video-modal .modal-header {
border-bottom: none;
}
.custom-video-modal .close {
color: white;
opacity: 1;
font-size: 30px;
}
.custom-video-modal .modal-body {
display: flex;
justify-content: center;
align-items: center;
}
.custom-video-modal .modal-body iframe {
width: 80vw;
height: 45vw;
max-width: 960px;
max-height: 540px;
}
@media (min-width: 576px) {
.modal-dialog {
max-width: 300px;
margin: 1.75rem auto;
}
}


/* Modal Arka Plan ve Genel Stil */
.modal-content {
    background-color: #ffffff; /* Beyaz arka plan */
    color: #333; /* Koyu gri yazilar */
    border-radius: 10px; /* Hafif yuvarlatilmis köseler */
    border: none;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

/* Modal Baslik */
.modal-header {
    border-bottom: 1px solid #ddd;
    text-align: center;
    padding-bottom: 15px;
}

.modal-title {
    font-size: 22px;
    font-weight: bold;
    color: #444; /* Hafif koyu baslik */
    letter-spacing: 0.5px;
}

/* Kapatma Butonu (X Isareti) */
.modal-header .close {
    font-size: 24px;
    color: #666;
    opacity: 0.8;
    transition: all 0.2s ease-in-out;
}

.modal-header .close:hover {
    opacity: 1;
    color: #000;
}

/* Form Alanlari */
.modal-body .form-group {
    margin-bottom: 15px;
}

/* Form Inputlari */
.modal-body .form-control {
    background: #f8f9fa; /* Hafif gri arka plan */
    color: #333;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 10px 6px 10px 6px;
    font-size: 13px;
    transition: all 0.3s ease-in-out;
}

.modal-body .form-control:focus {
    background: #ffffff;
    border-color: #007bff; /* Mavi vurgu */
    box-shadow: 0px 0px 8px rgba(0, 123, 255, 0.5);
}

/* Select Menüsü */
.modal-body select.form-control {
    cursor: pointer;
}

/* Placeholder Rengi */
.modal-body .form-control::placeholder {
    color: #aaa;
}

/* Mesaj Kutusu */
.modal-body textarea.form-control {
    resize: none;
}

/* Gönder Butonu */
#sendWhatsApp {
    background: #D9B256; /* Canli mavi */
    border: none;
    font-size: 13px;
    font-weight: bold;
    padding: 12px;
    width: 100%;
    color: white;
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
}

#sendWhatsApp:hover {
    background: #D9B256; /* Daha koyu mavi */
}

/* Mobil Uyumlu Stil */
@media (max-width: 768px) {
    .modal-dialog {
        margin: 10% auto;
    }

    .modal-content {
        padding: 15px;
    }
}
