body { font-family: "Jost", sans-serif; font-size: 1rem; }
p { color: #4a566a}
.btn { color: #294593;}

#carouselBanner .carousel-caption { background: url('../images/banner-bg.png')no-repeat; bottom: 0; top: 0; left: 0; right: 0; font-size: 30px; font-weight: 300; color: #fff; text-align: left; padding-left: 20rem;}
#carouselBanner .carousel-caption h1 { font-size: 55px; font-weight: bold;}
#carouselBanner .carousel-caption p { color: #fff}
#carouselBanner .carousel-caption .btn { width: 250px; height: 55px; line-height: 45px; color: #294593; font-size: 20px;}
#carouselBanner .background-sub .carousel-caption { top: auto; margin-right: 3rem; margin-left: 3rem;}
#carouselBanner .background-sub .carousel-caption h1 { font-size: 40px}

.navbar-nav .nav-item .nav-link { font-size: 20px; padding-left: 1.25rem; padding-right: 1.25rem;}
.navbar-nav .nav-item .nav-link:hover,
.navbar-nav .nav-item.active .nav-link{ background: url('../images/menu-hover.png') no-repeat; background-position: center bottom;}
.page-titles { position: relative; font-size: 25px; font-weight: 600; text-align: center;}
.page-titles:after { position: absolute; content:""; left: 0; right: 0; top: 40px; text-align: center; margin: 0 auto; width: 30px; height: 4px; background: #294593; border-radius: 10px;}

#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; }

/* 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;}

.custom-bg { position: relative; background: #eaeff4; border-radius: 10px; padding: 15px; margin-top: 30px;}
.custom-bg:before { position: absolute; z-index: -1; content: ""; width: 15px; height: 100%; background: #294593; left: -10px; top: 1px; border-top-left-radius: 10px; border-bottom-left-radius: 10px;}

.custom-bg-two { position: relative; background: #f8fafc; border-radius: 10px; padding: 15px; margin-top: 30px;}
.custom-bg-two:before { position: absolute; z-index: -1; content: ""; width: 15px; height: 100%; background: #3b82f6; left: -10px; top: 1px; border-top-left-radius: 10px; border-bottom-left-radius: 10px;}

.hover-icon i { transition: transform 0.3s ease;}
.hover-icon:hover i { transform: translateX(8px);}

/* 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:6px!important;}
.sosyal_medya a {color: #fff; width: 40px; height: 40px; display: inline-block; border-radius: 50%; text-align: center; border: 2px solid #fff; font-size:20px; padding-top:2px;}

/* 404 Sayfa Bulunamadı Sayfası*/
#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;}

footer { background: #041131; font-size: 14px}
footer span { color: #4c669a;}


/* 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; }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
	.navbar-brand img { height: 45px}
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {

}
