@import url(../slick/slick-theme.css);
@import url(../slick/slick.css);

body { font-family: "Inter Tight", sans-serif; font-size: 14px}

#carouselBanner .carousel-item.background { height: 65vh; min-height: 300px; background: no-repeat center center scroll; background-size: cover; }
#carouselBanner .carousel-item.background.background-sub { height: 45vh; }
#carouselBanner .carousel-indicators > li { background-color: rgba(0,0,0,.5); }
#carouselBanner .carousel-indicators > li.active{background-color: #000;}
#carouselBanner .carousel-caption { text-align: left; font-size: 18px; color: #000; bottom: 26%; right: auto; max-width: 590px;}
#carouselBanner .carousel-caption h1 { font-size: 50px; font-weight: bold; margin-bottom: 20px}
#carouselBanner .carousel-control-next,
#carouselBanner .carousel-control-prev { align-items: end; opacity: 1; bottom: 60px; width: auto;}
#carouselBanner .carousel-control-prev { left: 15%}
#carouselBanner .carousel-control-next { right: 82%;}

#return-to-top { position: fixed; bottom: 20px; right: 20px; background:#007bff; 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; }

.navbar-nav .nav-item .nav-link { position: relative; font-size: 17px; color: #6c6c6c; text-transform: lowercase; position: relative; padding-left: 1.25rem; padding-right: 1.25rem; }
.navbar-nav .nav-item.active .nav-link { position: relative;}
.navbar-nav .nav-item:hover .nav-link:before,
.navbar-nav .nav-item.active .nav-link:before { position: absolute; content: ""; top: 18px; left: 0; width: 5px; height: 5px; border-radius: 10px; background: #2a3e91}
.navbar-scroll { position: relative;}

.page-titles { position: relative; font-size: 25px; color: #0b0c0c; font-weight: bold; display: inline-block; }
.page-titles:after { position: absolute; content:""; top: 0; right: -15px; width: 5px; height: 5px; background: #2a3e91; border-radius: 10px; }

.breadcrumb-item a { color: #5f81fe; text-decoration: none;}

.product-bg { background: #f1f5fc; display: block; width: 60px; height: 60px;}
.product-bg img { text-align: center; margin: 0 auto; display: block; padding-top: 15px;}
.product-block:hover .card { background: #f1f5fc; border-color: #3e509c;}
#slick-product .slick-slide { padding: 0 10px;}
#slick-references .slick-slide { display: flex !important; justify-content: center; align-items: center;}
.slick-slider .slick-track,
.slick-slider .slick-list{ display: flex!important}

.block .card { border: 2px solid #fff}
.block:hover:nth-child(1) .card { border: 2px solid #2a3e91!important}
.block:hover:nth-child(2) .card { border: 2px solid #f68b76!important}
.block:hover:nth-child(3) .card { border: 2px solid #86dbf2!important}

.breadcrumb { justify-content: center;}
.form-control, .form-select { height: 50px; background: #f5f5f5}

/* Dropdown Submenu */
.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;}

/* Sosyal Medya Sayfası */
.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: 15px!important;}
.sosyal_medya a { color: #8ba0f9; display: inline-block; text-align: center;}

.sosyalmenu { margin: auto; position: fixed; left: 0; top: 350px; z-index: 9; }
.sosyalmenu ul { list-style: none;}
.sosyalmenu ul li { margin: 0; float: none; width: 40px; height: 40px; line-height: 40px; text-align: center; transition: all 0.4s ease;}
.sosyalmenu ul li a { color: #3e509c; font-size: 15px; line-height: 40px; display: block;}
.sosyalmenu ul li i { font-size: 18px; line-height: 40px;}

/* 404 Sayfa Bulunamadı Sayfası*/
#nopage {background-color: #fff; 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: #3e509c;}
.subtitle { font-size: 40px; font-weight: 700; color: #1FA9D6;}
.buttons { margin: 30px;}
.buttons a.button { font-weight: 700; border: 2px solid #3e509c; text-decoration: none; padding: 15px; text-transform: uppercase; color: #3e509c; border-radius: 26px; transition: all 0.2s ease-in-out; }
.buttons a.button:hover { background-color: #3e509c; color: white; transition: all 0.2s ease-in-out;}

footer { background: #2a3e91; color: #fff; font-size: 14px;}
footer ul { column-count: 2;}


.bg-dark-blue { background: #3e509c;}
.bg-navy-blue { background: #1f3179;}
.bg-light-blue { background: #ebf2ff;}
.teklif-btn { background: #5f81fe;}
.teklif-btn:hover { background: #3e509c;}
.btn-orange { background: #f68b76;}
.btn-orange:hover { background: #f47b64;}

/* 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) {
  	footer img { float: right!important; }
  	.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) {
    .navbar { position: relative; background: #fff;}
	#carouselBanner .carousel-item.background { height: 35vh !important; }
	#carouselBanner .carousel-caption { bottom: 20px; max-width: 200px!important}
	#carouselBanner .carousel-caption p, #carouselBanner .carousel-caption a { display: none;}
	#carouselBanner .carousel-caption h1 { font-size: 21px;}
	#carouselBanner .carousel-control-next, 
	#carouselBanner .carousel-control-prev {bottom: 20px;}
	#carouselBanner .carousel-control-prev { left: 5%;}
	#carouselBanner .carousel-control-right { right: 70%;}
	.sosyalmenu ul { background-color: rgba(255, 255, 255, 0.7); padding-left: 0;}
	.sosyalmenu ul li { width: 35px;}
	.sosyalmenu ul li i { font-size: 16px;}
	footer { font-size: 12px; text-align: center; }
	.sosyal_medya {justify-content: center;}
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {

}

@media (max-width: 1440px) {
    #carouselBanner .carousel-caption { left: 6%; /*max-width: 450px;*/ bottom: 17%;}
}
