@import url(../slick/slick-theme.css);
@import url(../slick/slick.css);

body {  font-family: "Rajdhani", sans-serif; font-weight: 500;}

.navbar-nav .nav-item .nav-link { font-size: 19px; color: #fff; padding-left: 1.25rem; padding-right: 1.25rem;}
.navbar-nav .nav-item .nav-link:hover { color: #f2ca2e}
.navbar-nav .nav-item.active .nav-link { color: #fff}
.navbar.sticky-top { background-color: rgba(5,11,33, 0.9)!important; }
.navbar-scroll { position: relative;}

.dropdown-submenu { position: relative;}
.dropdown-submenu>.dropdown-menu { top: 0; left: 100%; margin-top: -6px; margin-left: -1px; border-radius: 0 6px 6px 6px; }
.dropdown-submenu:hover>.dropdown-menu { display: block;}
.dropdown-submenu>a:after { display: block; content: ''; float: right; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 5px 0 5px 5px; border-left-color: #444; margin-top: 7px; margin-right: -10px; }
.dropdown-submenu.pull-left { float: none; }
.dropdown-submenu.pull-left>.dropdown-menu { left: -100%; margin-left: 10px; border-radius: 6px 0 6px 6px; }
.dropdown-toggle::after { color: #aaa;}
.bg-dark:focus, .bg-dark:hover{ background-color: none!important; box-shadow: none!important;}

#carouselBanner .carousel-indicators > li { background-color: rgba(0,0,0,.5); }
#carouselBanner .carousel-indicators > li.active{background-color: #000;}
#carouselBanner .carousel-caption { z-index: 2; font-size: 35px; color: #fff; font-weight: bold; text-transform: uppercase; bottom: 50%; }
#carouselBanner .carousel-caption:before { position: absolute; z-index: 10; content:""; bottom: 0; width: 40px; height: 4px; border-radius: 10px; background: #fff; margin-left: -40px}
#carouselBanner .carousel-caption:after { position: absolute; z-index: 10; content:""; top: 0; width: 40px; height: 4px; border-radius: 10px; background: #fff;}
#carousel-opacity { position: absolute; z-index: 1; left: 0; right: 0; top: 0; bottom: 0; background-color: rgba(0,0,0,.65); }

.page-extra-titles { position: relative; font-size: 20px;}
.page-extra-titles:before { position: absolute; content: ""; left: 0; right: 0; top: -20px; margin: 0 auto; text-align: center; background: #f2ca2e; width: 1px; height: 20px;}

.breadcrumb-wrapper { position: absolute; z-index: 2; left: 0; right: 0; text-align: center;}
.breadcrumb { justify-content: center;}
.breadcrumb-item a { color: #fff; text-decoration: none;}
.breadcrumb-item.active { color: #fff}
.breadcrumb-item+.breadcrumb-item::before { color: #fff;}

.form-control { height: 50px}

.product-block .card-body { background-color: rgba(30,37,40, 0.8); bottom: 0; width: 275px; left: 0; right: 0; text-align: center; margin: 0 auto}
.product-block .card-body p { display: none;}
.product-block:hover p { display: block;}
.product-block:hover h2 { border-bottom: 0!important;}

#return-to-top { position: fixed; bottom: 20px; right: 20px; background:#050b21; width: 40px; height: 40px; text-decoration: none; display: none; border-radius: 10px; z-index : 999; }
#return-to-top i { font-size: 25px; color: #fff; position: relative; margin: 0; left: 9px; top: 7px; }

.sosyal_medya{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:row;margin-bottom:0;list-style:none;}
.sosyal_medya li{ padding-right: 20px!important;}
.sosyal_medya a { color: #fff; display: inline-block;}
.sosyal_medya a:hover { color: #f2ca2e}

#categoryMenu ul.list-group { list-style: none; padding: 5px; }
#categoryMenu ul.list-group li.list-group-item { position: relative; padding: 7px; }
#categoryMenu ul.list-group li.list-group-item a { display: block; text-decoration: none; color: #343a40; }
#categoryMenu ul.list-group li.list-group-item a.active { color: #050b21; }
#categoryMenu ul.list-group li.list-group-item a > i { color: #6c757d; font-size: 12px; }
#categoryMenu ul.list-group li.list-group-item a.active > i { color: #050b21; }
#categoryMenu ul.list-group li.list-group-item > i { position: absolute; right: 10px; top: 7px; color: #343a40; }
#carouselProductGallery .carousel-indicators { position: relative; bottom: 0; margin: 10px 5px; }
#carouselProductGallery .carousel-indicators > button { width: inherit; height: inherit; text-indent: initial; opacity: .7; }
#carouselProductGallery .carousel-indicators > button.active { opacity: 1; }
#carouselProductGallery .carousel-inner .carousel-item { height: auto; min-height: auto;}

/* 404 Sayfa Bulunamadı*/
#nopage {background-color: #342643; min-height: 80vh;}
.text-wrapper { min-height: 80vh; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.title {font-size: 6em; font-weight: 700; color: #EE4B5E;}
.subtitle { font-size: 40px; font-weight: 700; color: #1FA9D6;}
.buttons { margin: 30px;}
.buttons a.button { font-weight: 700; border: 2px solid #EE4B5E; text-decoration: none; padding: 15px; text-transform: uppercase; color: #EE4B5E; border-radius: 26px; transition: all 0.2s ease-in-out; }
.buttons a.button:hover { background-color: #EE4B5E; color: white; transition: all 0.2s ease-in-out;}

.rotate-div { z-index: 10; rotate: -90deg; margin-left: -71px; border-bottom: 3px solid #d8b727;}
.rotate-div span { text-shadow: 0px 3px 9px rgba(109, 92, 18, 0.004);}

footer { background-color: #050b21; color: #777}
footer a { color: #777}

/* RESPONSIVE UP (min-width) */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  	.dropdown-submenu>.dropdown-menu { margin-top: 5px; }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* RESPONSIVE DOWN (max-width) */

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

	footer { font-size: 14px; }
	.icerik img { width: 100% !important; height: auto !important; }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
	.navbar { position: relative; background: #050b21 !important;}
	.navbar-brand img { height: 60px;}
	.navbar .sosyal_medya { float: right; margin-left: auto;}
	#carouselBanner .carousel-caption { font-size: 21px; bottom: 22%;}
	footer .fs-4 { font-size: 16px!important}
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {

}
